wok-current diff psycopg2/receipt @ rev 22992
updated l3afpad again (0.8.18.1.10 -> 0.8.18.1.11)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Mar 01 17:52:11 2020 +0100 (2020-03-01) |
parents | 16df76e1fc6a |
children | 6104bce47bab |
line diff
1.1 --- a/psycopg2/receipt Fri May 22 17:34:18 2015 +0300 1.2 +++ b/psycopg2/receipt Sun Mar 01 17:52:11 2020 +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()