commit 756b9657b8de1861da90dfd28956100b5628394f
Author: Lawrence Velázquez <larryv@macports.org>
Date: 6 weeks ago
py{25,26,31,32,33}-anyjson: Replace with py{27,34}-anyjson
diff --git a/dports/python/py-anyjson/Portfile b/dports/python/py-anyjson/Portfile
index 0a646a4c6..9031487 100644
a
|
b
|
distname anyjson-${version} |
28 | 28 | checksums rmd160 c85bad7565e983077ea863ec99ca45048faecb18 \ |
29 | 29 | sha256 37812d863c9ad3e35c0734c42e0bf0320ce8c3bed82cd20ad54cb34d158157ba |
30 | 30 | |
31 | | python.versions 25 26 27 31 32 33 34 |
32 | | python.default_version 27 |
| 31 | python.versions 27 34 |
33 | 32 | |
34 | 33 | if {${name} ne ${subport}} { |
35 | 34 | depends_build-append port:py${python.version}-setuptools |
36 | | |
37 | | if {${subport} eq "py25-anyjson"} { |
38 | | # Depend upon cjson so that the best JSON module for python25 can be used. |
39 | | depends_lib-append port:py${python.version}-cjson |
40 | | } |
41 | 35 | } |
42 | 36 | |
43 | 37 | livecheck.type regex |
diff --git a/dports/python/py-graveyard/Portfile b/dports/python/py-graveyard/Portfile
index 17dace8..82aba96 100644
a
|
b
|
affine 1.0.1_1 33 |
38 | 38 | amqp 1.4.6_1 26 31 32 33 |
39 | 39 | amqplib 1.0.2_1 24 25 26 |
40 | 40 | aniso8601 0.82_1 31 32 33 |
| 41 | anyjson 0.3.3_1 25 26 31 32 33 |
41 | 42 | antlr3 3.1.3_1 25 26 |
42 | 43 | aplpy 0.9.12_1 32 |
43 | 44 | appscript 1.0.0_1 24 25 26 31 32 |