# HG changeset patch # User Hans-G?nter Theisgen # Date 1586191005 -3600 # Node ID 2e785262366d8f6e7d3f0d90be1205da06d15855 # Parent 011ac5b41b31d1b0a8733ef55cd86c59191a17ed updated python-pysqlite (2.6.0 -> 2.8.3) diff -r 011ac5b41b31 -r 2e785262366d python-pysqlite/receipt --- a/python-pysqlite/receipt Mon Apr 06 17:31:37 2020 +0100 +++ b/python-pysqlite/receipt Mon Apr 06 17:36:45 2020 +0100 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="python-pysqlite" -SOURCE="pysqlite" -VERSION="2.6.0" +VERSION="2.8.3" CATEGORY="development" -SHORT_DESC="Python interface for the SQLite database" +SHORT_DESC="Python interface for the SQLite database." MAINTAINER="sygne@ombres.eu" LICENSE="zlib/libpng" +WEB_SITE="https://pypi.org/project/$SOURCE/" + +SOURCE="pysqlite" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://pypi.org/project/$SOURCE/" -WGET_URL="http://pysqlite.googlecode.com/files/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" -DEPENDS="sqlite python" +DEPENDS="python sqlite" BUILD_DEPENDS="python python-dev sqlite-dev" # Rules to configure and make the package. @@ -25,5 +26,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr }