# HG changeset patch # User Hans-G?nter Theisgen # Date 1560345482 -3600 # Node ID 0c293764164e5e50f6f91429dd32caa83dc026b1 # Parent d2d5d001c23f0d7798b8758c716558464886cd19 updated psycopg2 (2.4.2 -> 2.8.2) diff -r d2d5d001c23f -r 0c293764164e psycopg2/receipt --- a/psycopg2/receipt Wed Jun 12 13:51:36 2019 +0100 +++ b/psycopg2/receipt Wed Jun 12 14:18:02 2019 +0100 @@ -1,17 +1,20 @@ # SliTaz package receipt. PACKAGE="psycopg2" -VERSION="2.4.2" +VERSION="2.8.2" CATEGORY="development" SHORT_DESC="PostgreSQL database adapter for the Python." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="LGPL3" +WEB_SITE="http://initd.org/psycopg/" + +Version=${VERSION%.*} +Version=${Version/./-} TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://initd.org/psycopg/" -WGET_URL="${WEB_SITE}tarballs/PSYCOPG-2-4//$TARBALL" +WGET_URL="${WEB_SITE}tarballs/PSYCOPG-$Version/$TARBALL" -DEPENDS="python egenix-mx-base libpostgresqlclient" -BUILD_DEPENDS="python-dev postgresql-dev" +DEPENDS="egenix-mx-base libpostgresqlclient python" +BUILD_DEPENDS="postgresql-dev python-dev python-setuptools" # Rules to configure and make the package. compile_rules()