wok diff python-pysqlite/receipt @ rev 23757

fusecloop/extract_compressed_fs: fix v2 convertion
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 02 17:31:45 2020 +0000 (2020-05-02)
parents 6135577f4d08
children 1df6fa555414
line diff
     1.1 --- a/python-pysqlite/receipt	Sat Jan 26 12:26:47 2019 +0100
     1.2 +++ b/python-pysqlite/receipt	Sat May 02 17:31:45 2020 +0000
     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  }