[127747] trunk/dports/python
stromnov at macports.org
stromnov at macports.org
Sun Nov 2 13:30:22 PST 2014
Revision: 127747
https://trac.macports.org/changeset/127747
Author: stromnov at macports.org
Date: 2014-11-02 13:30:22 -0800 (Sun, 02 Nov 2014)
Log Message:
-----------
py{26,31,32,33}-networkx: Replace with py{27,34}-networkx
Modified Paths:
--------------
trunk/dports/python/py-graveyard/Portfile
trunk/dports/python/py-networkx/Portfile
Modified: trunk/dports/python/py-graveyard/Portfile
===================================================================
--- trunk/dports/python/py-graveyard/Portfile 2014-11-02 21:28:08 UTC (rev 127746)
+++ trunk/dports/python/py-graveyard/Portfile 2014-11-02 21:30:22 UTC (rev 127747)
@@ -126,6 +126,7 @@
mpdclient2 0.48_1 25
mssql 1.0.2_1 24 25
netaddr 0.7.10_1 25 26 31 32
+networkx 1.9.1_1 26 31 32 33
nose-progressive 1.3_1 25 26
nose-skipreq 2.0_1 24 25 26
nose-testconfig 0.8_1 25 26
Modified: trunk/dports/python/py-networkx/Portfile
===================================================================
--- trunk/dports/python/py-networkx/Portfile 2014-11-02 21:28:08 UTC (rev 127746)
+++ trunk/dports/python/py-networkx/Portfile 2014-11-02 21:30:22 UTC (rev 127747)
@@ -12,7 +12,7 @@
license BSD
supported_archs noarch
-python.versions 26 27 31 32 33 34
+python.versions 27 34
maintainers stromnov openmaintainer
@@ -32,18 +32,10 @@
sha256 6380eb38d0b5770d7e50813c8a48ff7c373b2187b4220339c1adce803df01c59
if {${name} ne ${subport}} {
- depends_build-append port:py${python.version}-numpy
+ depends_build-append \
+ port:py${python.version}-numpy
+ depends_lib-append port:py${python.version}-decorator
- if {[lsearch {26 31 32} ${python.version}] != -1} {
- version 1.8.1
- revision 0
- distname networkx-${version}
- checksums rmd160 2add3237d7c30c4aecb68cd4c01dd8401005a6ea \
- sha256 b75ba675fd2831f60e3f5a028822a8f7b9993877854599e9694196f8b2f88233
- } else {
- depends_lib-append port:py${python.version}-decorator
- }
-
livecheck.type none
} else {
livecheck.type regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141102/041dd049/attachment-0001.html>
More information about the macports-changes
mailing list