[127305] trunk/dports/python
larryv at macports.org
larryv at macports.org
Fri Oct 24 20:22:25 PDT 2014
Revision: 127305
https://trac.macports.org/changeset/127305
Author: larryv at macports.org
Date: 2014-10-24 20:22:25 -0700 (Fri, 24 Oct 2014)
Log Message:
-----------
py26-gsl: Replace with py27-gsl
Modified Paths:
--------------
trunk/dports/python/py-graveyard/Portfile
trunk/dports/python/py-gsl/Portfile
Modified: trunk/dports/python/py-graveyard/Portfile
===================================================================
--- trunk/dports/python/py-graveyard/Portfile 2014-10-25 02:57:11 UTC (rev 127304)
+++ trunk/dports/python/py-graveyard/Portfile 2014-10-25 03:22:25 UTC (rev 127305)
@@ -65,6 +65,7 @@
geoalchemy 0.7.2_1 25 26
google-api 1.2_1 25 26
graph-tool 20140913_1 26 32 33
+gsl 0.9.5_2 26
html2text 2014.9.25_1 26 31 32 33
http-parser 0.8.3_1 31 32
hypy 0.8.3_1 25 26
Modified: trunk/dports/python/py-gsl/Portfile
===================================================================
--- trunk/dports/python/py-gsl/Portfile 2014-10-25 02:57:11 UTC (rev 127304)
+++ trunk/dports/python/py-gsl/Portfile 2014-10-25 03:22:25 UTC (rev 127305)
@@ -23,7 +23,7 @@
sha1 718064cd6c9d50cae5048c920ab7ab2324d27c88 \
rmd160 0b9d2654bc1cfb84649603b2680932c4ce47a849
-python.versions 26 27
+python.versions 27
if {${name} ne ${subport}} {
build.env-append CPPFLAGS="-I${prefix}/include/gsl -I${python.include} ${configure.cppflags}"
@@ -31,16 +31,6 @@
depends_build port:swig-python
depends_lib-append port:gsl
- if {${python.version} < 27} {
- variant numarray conflicts numpy Numeric description "Use numarray as array-object" {
- if {${python.version} == 24} {
- depends_lib-append port:py-numarray
- } else {
- depends_lib-append port:py${python.version}-numarray
- }
- build.args --array-object=numarray
- }
- }
variant Numeric conflicts numpy description "Use Numeric as array-object" {
depends_lib-append port:py${python.version}-numeric
build.args --array-object=Numeric
@@ -49,7 +39,7 @@
depends_lib-append port:py${python.version}-numpy
build.args --array-object=numpy
}
- if {(![variant_isset numarray] || ![variant_exists numarray]) && ![variant_isset Numeric] } {
+ if {![variant_isset Numeric]} {
default_variants +numpy
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141024/02160f13/attachment.html>
More information about the macports-changes
mailing list