# HG changeset patch # User Christopher Rogers # Date 1323550545 0 # Node ID 04615b88ff4541c5ee0c4858f3594c4357b55170 # Parent a49ab2aa59af922c7811c55a0d37d89909662380 Up: psycopg2 to 2.4.2. diff -r a49ab2aa59af -r 04615b88ff45 psycopg2/receipt --- a/psycopg2/receipt Sat Dec 10 20:29:34 2011 +0000 +++ b/psycopg2/receipt Sat Dec 10 20:55:45 2011 +0000 @@ -1,22 +1,23 @@ # SliTaz package receipt. PACKAGE="psycopg2" -VERSION="2.0.8" +VERSION="2.4.2" CATEGORY="development" SHORT_DESC="PostgreSQL database adapter for the Python." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://initd.org/" -WGET_URL="${WEB_SITE}pub/software/psycopg/$TARBALL" +WEB_SITE="http://initd.org/psycopg/" +WGET_URL="${WEB_SITE}tarballs/PSYCOPG-2-4//$TARBALL" DEPENDS="python egenix-mx-base libpostgresqlclient" -BUILD_DEPENDS="python postgresql-dev" +BUILD_DEPENDS="python-dev postgresql-dev" # Rules to configure and make the package. compile_rules() { cd $src + sed -i 's/,PSYCOPG_DEBUG$//' setup.cfg python setup.py build && - python setup.py install --root=$PWD/_pkg + python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg.