wok rev 23546

updated python-pysqlite (2.6.0 -> 2.8.3)
author Hans-G?nter Theisgen
date Mon Apr 06 17:36:45 2020 +0100 (2020-04-06)
parents 011ac5b41b31
children d9d22174d581
files python-pysqlite/receipt
line diff
     1.1 --- a/python-pysqlite/receipt	Mon Apr 06 17:31:37 2020 +0100
     1.2 +++ b/python-pysqlite/receipt	Mon Apr 06 17:36:45 2020 +0100
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-pysqlite"
     1.7 -SOURCE="pysqlite"
     1.8 -VERSION="2.6.0"
     1.9 +VERSION="2.8.3"
    1.10  CATEGORY="development"
    1.11 -SHORT_DESC="Python interface for the SQLite database"
    1.12 +SHORT_DESC="Python interface for the SQLite database."
    1.13  MAINTAINER="sygne@ombres.eu"
    1.14  LICENSE="zlib/libpng"
    1.15 +WEB_SITE="https://pypi.org/project/$SOURCE/"
    1.16 +
    1.17 +SOURCE="pysqlite"
    1.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.19 -WEB_SITE="https://pypi.org/project/$SOURCE/"
    1.20 -WGET_URL="http://pysqlite.googlecode.com/files/$TARBALL"
    1.21 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.22  
    1.23 -DEPENDS="sqlite python"
    1.24 +DEPENDS="python sqlite"
    1.25  BUILD_DEPENDS="python python-dev sqlite-dev"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28 @@ -25,5 +26,5 @@
    1.29  genpkg_rules()
    1.30  {
    1.31  	mkdir -p $fs/usr
    1.32 -	cp -a $install/usr/lib $fs/usr
    1.33 +	cp -a $install/usr/lib	$fs/usr
    1.34  }