[62536] trunk/dports/python

blb at macports.org blb at macports.org
Sun Jan 10 01:19:09 PST 2010


Revision: 62536
          http://trac.macports.org/changeset/62536
Author:   blb at macports.org
Date:     2010-01-10 01:19:02 -0800 (Sun, 10 Jan 2010)
Log Message:
-----------
New port - python/py31-postgresql, Python interface to PostgreSQL

Added Paths:
-----------
    trunk/dports/python/py31-postgresql/
    trunk/dports/python/py31-postgresql/Portfile

Added: trunk/dports/python/py31-postgresql/Portfile
===================================================================
--- trunk/dports/python/py31-postgresql/Portfile	                        (rev 0)
+++ trunk/dports/python/py31-postgresql/Portfile	2010-01-10 09:19:02 UTC (rev 62536)
@@ -0,0 +1,37 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python31 1.0
+name                py31-postgresql
+version             0.9.3
+categories-append   devel databases
+maintainers         blb openmaintainer
+description         Python interface to PostgreSQL
+long_description \
+   py-postgresql is a project dedicated to improving the Python interfaces \
+   to PostgreSQL. It strives to provide substantial convenience to Python \
+   programmers using PostgreSQL.  At its core, py-postgresql provides a \
+   PG-API, postgresql.api, and DB-API 2.0 interface for using a PostgreSQL \
+   database.
+
+platforms           darwin
+
+homepage            http://python.projects.postgresql.org/
+master_sites        ${homepage}files
+distname            py-postgresql-${version}
+
+checksums           md5     748d347fbb081e082fdc381b63604e97 \
+                    sha1    b388538930303943825f37783885c6446776ccb6 \
+                    rmd160  6eb9ab31d5de5085d344002210224dc29a93d8dc
+
+post-destroot {
+   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+   xinstall -m 644 -W ${worksrcpath} AUTHORS LICENSE README \
+      ${destroot}${prefix}/share/doc/${name}
+
+    foreach binfile [glob -tails -directory ${destroot}${python.prefix}/bin *] {
+        ln -s ${python.prefix}/bin/${binfile} \
+            ${destroot}${prefix}/bin/${binfile}
+    }
+}
+


Property changes on: trunk/dports/python/py31-postgresql/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100110/3cccece0/attachment.html>


More information about the macports-changes mailing list