[98617] trunk/dports/python/py-anyjson/Portfile
stromnov at macports.org
stromnov at macports.org
Wed Oct 10 02:42:07 PDT 2012
Revision: 98617
http://trac.macports.org//changeset/98617
Author: stromnov at macports.org
Date: 2012-10-10 02:42:07 -0700 (Wed, 10 Oct 2012)
Log Message:
-----------
py-anyjson: update to version 0.3.3 (#36420, maintainer timeout)
Modified Paths:
--------------
trunk/dports/python/py-anyjson/Portfile
Modified: trunk/dports/python/py-anyjson/Portfile
===================================================================
--- trunk/dports/python/py-anyjson/Portfile 2012-10-10 04:09:02 UTC (rev 98616)
+++ trunk/dports/python/py-anyjson/Portfile 2012-10-10 09:42:07 UTC (rev 98617)
@@ -5,7 +5,8 @@
PortGroup python 1.0
name py-anyjson
-version 0.3.1
+version 0.3.3
+revision 0
categories python www
license BSD
platforms darwin
@@ -24,18 +25,19 @@
distname anyjson-${version}
-checksums md5 2b53b5d53fc40af4da7268d3c3e35a50 \
- sha1 f459fbdbd5b7ee81b236ef5eed023970db38572a \
- rmd160 ed958d1c30c28975f9bfe5d6c4da05f9bde9e58d
+checksums rmd160 c85bad7565e983077ea863ec99ca45048faecb18 \
+ sha256 37812d863c9ad3e35c0734c42e0bf0320ce8c3bed82cd20ad54cb34d158157ba
-python.versions 25 26 27
+python.versions 25 26 27 31 32 33
python.default_version 27
if {$subport != $name} {
depends_build-append port:py${python.version}-distribute
- # Depend upon cjson so that the best JSON module can be used.
- depends_lib-append port:py${python.version}-cjson
+ if {$subport == "py25-anyjson"} {
+ # Depend upon cjson so that the best JSON module for python25 can be used.
+ depends_lib-append port:py${python.version}-cjson
+ }
}
livecheck.type regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121010/3dece324/attachment.html>
More information about the macports-changes
mailing list