[47394] trunk/dports/python

blb at macports.org blb at macports.org
Fri Feb 27 15:35:38 PST 2009


Revision: 47394
          http://trac.macports.org/changeset/47394
Author:   blb at macports.org
Date:     2009-02-27 15:35:38 -0800 (Fri, 27 Feb 2009)
Log Message:
-----------
New port - python/py26-pgsql, python DB-API 2.0 compliant interface to postgresql (8.3)

Modified Paths:
--------------
    trunk/dports/python/py26-pgsql/Portfile

Added Paths:
-----------
    trunk/dports/python/py26-pgsql/

Modified: trunk/dports/python/py26-pgsql/Portfile
===================================================================
--- trunk/dports/python/py25-pgsql/Portfile	2009-02-27 20:56:15 UTC (rev 47381)
+++ trunk/dports/python/py26-pgsql/Portfile	2009-02-27 23:35:38 UTC (rev 47394)
@@ -1,39 +1,41 @@
-# $Id:$
+# $Id$
 
-PortSystem 1.0
-PortGroup python25 1.0
+PortSystem          1.0
+PortGroup           python26 1.0
+name                py26-pgsql
+version             2.5.1
+categories-append   databases
+maintainers         blb openmaintainer
+description         python DB-API 2.0 compliant interface to postgresql (8.3)
+long_description \
+   pyPgSQL is a package of two modules that provide a Python DB-API 2.0 \
+   compliant interface to PostgreSQL databases. The first module, libpq, \
+   exports the PostgreSQL C API to Python. This module is written in C and \
+   can be compiled into Python or can be dynamically loaded on demand. The \
+   second module, PgSQL, provides the DB-API 2.0 compliant interface and \
+   support for various PostgreSQL data types, such as INT8, NUMERIC, MONEY, \
+   BOOL, ARRAYS, etc.
 
-name			py25-pgsql
-version			2.5.1
-revision		1
-categories		python databases
-platforms		darwin
-maintainers		dluke at geeklair.net
-description		python DB-API 2.0 compliant interface to postgresql (8.2)
-long_description	pyPgSQL is a package of two modules that provide a \
-				Python DB-API 2.0 compliant interface to PostgreSQL \
-				databases. The first module, libpq, exports the \
-				PostgreSQL C API to Python. This module is written in \
-				C and can be compiled into Python or can be \
-				dynamically loaded on demand. The second module, \
-				PgSQL, provides the DB-API 2.0 compliant interface and \
-				support for various PostgreSQL data types, such as \
-				INT8, NUMERIC, MONEY, BOOL, ARRAYS, etc.
+platforms           darwin
 
-homepage		http://pypgsql.sourceforge.net/
-master_sites	sourceforge:pypgsql
-distname		pyPgSQL-${version}
-checksums		sha1 ae286d2b0b0e6896223430887dd244e9eeef705b
+homepage            http://pypgsql.sourceforge.net/
+master_sites        sourceforge:pypgsql
+distname            pyPgSQL-${version}
 
-depends_lib-append	port:postgresql82 port:py25-mx-base
+checksums           md5     82670f6f1652aa4766fdaec2cb43debd \
+                    sha1    ae286d2b0b0e6896223430887dd244e9eeef705b \
+                    rmd160  c41bc3d56e09cedc2022a6a80a620ca27dde8ca3
 
-build.env		PATH="${prefix}/lib/postgresql82/bin:$env(PATH)"
-destroot.env	${build.env}
+depends_lib-append  port:postgresql83 port:py26-mx-base
 
+build.env           PATH="${prefix}/lib/postgresql83/bin:$env(PATH)"
+
+destroot.env        ${build.env}
+
 post-destroot {
-	xinstall -m 644 -W ${worksrcpath} Announce ChangeLog README \
-		README.html ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath}/examples basic.py demo1a.py \
-		demo1b.py demo2a.py demo2b.py \
-		${destroot}${prefix}/share/doc/${name}/examples
+   xinstall -m 644 -W ${worksrcpath} Announce ChangeLog README README.html \
+      ${destroot}${prefix}/share/doc/${name}
+   xinstall -m 644 -W ${worksrcpath}/examples basic.py demo1a.py demo1b.py \
+      demo2a.py demo2b.py ${destroot}${prefix}/share/doc/${name}/examples
 }
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090227/76bdc5ff/attachment-0001.html>


More information about the macports-changes mailing list