[74086] trunk/dports/python

blair at macports.org blair at macports.org
Sat Dec 4 11:40:58 PST 2010


Revision: 74086
          http://trac.macports.org/changeset/74086
Author:   blair at macports.org
Date:     2010-12-04 11:40:53 -0800 (Sat, 04 Dec 2010)
Log Message:
-----------
Add a Python 2.7 version of the py26-anyjson port.

Modified Paths:
--------------
    trunk/dports/python/py27-anyjson/Portfile

Added Paths:
-----------
    trunk/dports/python/py27-anyjson/

Modified: trunk/dports/python/py27-anyjson/Portfile
===================================================================
--- trunk/dports/python/py26-anyjson/Portfile	2010-12-04 19:39:05 UTC (rev 74085)
+++ trunk/dports/python/py27-anyjson/Portfile	2010-12-04 19:40:53 UTC (rev 74086)
@@ -1,9 +1,9 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python26 1.0
+PortGroup           python27 1.0
 
-name                py26-anyjson
+name                py27-anyjson
 version             0.3
 categories          python www
 platforms           darwin
@@ -21,10 +21,10 @@
                     sha1    033847e68c8fe9518bc4bcafddc83d472fbc8842 \
                     rmd160  8fe112ffb412b8054c8504ce21632a12855856ea
 
-depends_build-append port:py26-distribute
+depends_build-append port:py27-distribute
 
 # Depend upon cjson so that the best JSON module can be used.
-depends_lib-append  port:py26-cjson
+depends_lib-append  port:py27-cjson
 
 livecheck.type      regex
 livecheck.url       http://pypi.python.org/pypi/anyjson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101204/eaa93ada/attachment.html>


More information about the macports-changes mailing list