[59365] trunk/dports/python

blair at macports.org blair at macports.org
Tue Oct 13 17:49:23 PDT 2009


Revision: 59365
          http://trac.macports.org/changeset/59365
Author:   blair at macports.org
Date:     2009-10-13 17:49:22 -0700 (Tue, 13 Oct 2009)
Log Message:
-----------
New port for the Python CouchDB library version 0.6 for Python 2.6
based off the Python 2.5 port.

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

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

Modified: trunk/dports/python/py26-couchdb/Portfile
===================================================================
--- trunk/dports/python/py25-couchdb/Portfile	2009-10-14 00:46:46 UTC (rev 59364)
+++ trunk/dports/python/py26-couchdb/Portfile	2009-10-14 00:49:22 UTC (rev 59365)
@@ -1,9 +1,9 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python25 1.0
+PortGroup           python26 1.0
 
-name                py25-couchdb
+name                py26-couchdb
 version             0.6
 categories          python www
 platforms           darwin
@@ -25,13 +25,13 @@
                     sha1 b045613043f58745b9fbeb0f73988c12a8393117 \
                     rmd160 488f5d22cc5c134a6a08580e77444e48776dcb05
 
-depends_lib-append  port:py25-cjson \
-                    port:py25-httplib2 \
-                    port:py25-setuptools
+depends_lib-append  port:py26-cjson \
+                    port:py26-httplib2 \
+                    port:py26-setuptools
 
 post-destroot {
     foreach f {couchdb-dump couchdb-load couchdb-replicate couchpy} {
-        move ${destroot}${prefix}/bin/${f} ${destroot}${prefix}/bin/${f}-2.5
+        ln -s ${python.prefix}/bin/${f} ${destroot}${prefix}/bin/${f}
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091013/9ad2964a/attachment.html>


More information about the macports-changes mailing list