Revision: 31740 http://trac.macosforge.org/projects/macports/changeset/31740 Author: mww@macports.org Date: 2007-12-05 04:30:14 -0800 (Wed, 05 Dec 2007) Log Message: ----------- new port python/py25-psycopg2 Modified Paths: -------------- trunk/dports/python/py25-psycopg2/Portfile Added Paths: ----------- trunk/dports/python/py25-psycopg2/ Copied: trunk/dports/python/py25-psycopg2 (from rev 31739, trunk/dports/python/py-psycopg2) Modified: trunk/dports/python/py25-psycopg2/Portfile =================================================================== --- trunk/dports/python/py-psycopg2/Portfile 2007-12-05 10:13:18 UTC (rev 31739) +++ trunk/dports/python/py25-psycopg2/Portfile 2007-12-05 12:30:14 UTC (rev 31740) @@ -1,12 +1,12 @@ # $Id$ PortSystem 1.0 -PortGroup python24 1.0 +PortGroup python25 1.0 -name py-psycopg2 +name py25-psycopg2 version 2.0.5.1 categories python databases -maintainers landonf@macports.org +maintainers nomaintainer platforms darwin freebsd description A python DBAPI-2.0 ompliant database adapter for postgresql long_description Psycopg2 is a postgresql database adapter for python. \ @@ -20,8 +20,7 @@ distname psycopg2-${version} checksums md5 052e4b97dab47708fdcdc36ffb25af66 -depends_lib port:postgresql81 \ - port:python24 \ +depends_lib-append port:postgresql81 \ port:openssl patchfiles patch-setup.cfg