Revision: 76494 http://trac.macports.org/changeset/76494 Author: blair@macports.org Date: 2011-02-25 11:34:07 -0800 (Fri, 25 Feb 2011) Log Message: ----------- New py27-couchdb port based off py26-couchdb. Modified Paths: -------------- trunk/dports/python/py27-couchdb/Portfile Added Paths: ----------- trunk/dports/python/py27-couchdb/ Modified: trunk/dports/python/py27-couchdb/Portfile =================================================================== --- trunk/dports/python/py26-couchdb/Portfile 2011-02-25 19:32:16 UTC (rev 76493) +++ trunk/dports/python/py27-couchdb/Portfile 2011-02-25 19:34:07 UTC (rev 76494) @@ -1,9 +1,9 @@ # $Id$ PortSystem 1.0 -PortGroup python26 1.0 +PortGroup python27 1.0 -name py26-couchdb +name py27-couchdb version 0.8 categories python www platforms darwin @@ -25,12 +25,12 @@ sha1 35004c40084097f03dc06a20556b84762e0214c7 \ rmd160 d67c310a07d558cdb7be6f12ad871c722f72dcbd -# Use py26-distribute as a library dependency instead of a build +# Use py27-distribute as a library dependency instead of a build # dependency because couchdb/__init__.py uses distribute's # pkg_resources module. -depends_lib-append port:py26-cjson \ - port:py26-httplib2 \ - port:py26-distribute +depends_lib-append port:py27-cjson \ + port:py27-httplib2 \ + port:py27-distribute livecheck.type regex livecheck.url http://pypi.python.org/pypi/CouchDB
participants (1)
-
blair@macports.org