wok rev 21719

updated psycopg2 (2.4.2 -> 2.8.2)
author Hans-G?nter Theisgen
date Wed Jun 12 14:18:02 2019 +0100 (2019-06-12)
parents d2d5d001c23f
children bdb6e157e578
files psycopg2/receipt
line diff
     1.1 --- a/psycopg2/receipt	Wed Jun 12 13:51:36 2019 +0100
     1.2 +++ b/psycopg2/receipt	Wed Jun 12 14:18:02 2019 +0100
     1.3 @@ -1,17 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="psycopg2"
     1.7 -VERSION="2.4.2"
     1.8 +VERSION="2.8.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="PostgreSQL database adapter for the Python."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="LGPL3"
    1.13 +WEB_SITE="http://initd.org/psycopg/"
    1.14 +
    1.15 +Version=${VERSION%.*}
    1.16 +Version=${Version/./-}
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18 -WEB_SITE="http://initd.org/psycopg/"
    1.19 -WGET_URL="${WEB_SITE}tarballs/PSYCOPG-2-4//$TARBALL"
    1.20 +WGET_URL="${WEB_SITE}tarballs/PSYCOPG-$Version/$TARBALL"
    1.21  
    1.22 -DEPENDS="python egenix-mx-base libpostgresqlclient"
    1.23 -BUILD_DEPENDS="python-dev postgresql-dev"
    1.24 +DEPENDS="egenix-mx-base libpostgresqlclient python"
    1.25 +BUILD_DEPENDS="postgresql-dev python-dev python-setuptools"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()