[89601] trunk/dports/python
macsforever2000 at macports.org
macsforever2000 at macports.org
Fri Feb 3 14:15:25 PST 2012
Revision: 89601
http://trac.macports.org/changeset/89601
Author: macsforever2000 at macports.org
Date: 2012-02-03 14:15:25 -0800 (Fri, 03 Feb 2012)
Log Message:
-----------
py-pysparse: unify
Modified Paths:
--------------
trunk/dports/python/py-pysparse/Portfile
Added Paths:
-----------
trunk/dports/python/py-pysparse/
Removed Paths:
-------------
trunk/dports/python/py25-pysparse/
trunk/dports/python/py26-pysparse/
Modified: trunk/dports/python/py-pysparse/Portfile
===================================================================
--- trunk/dports/python/py26-pysparse/Portfile 2012-02-03 20:02:45 UTC (rev 89596)
+++ trunk/dports/python/py-pysparse/Portfile 2012-02-03 22:15:25 UTC (rev 89601)
@@ -2,9 +2,9 @@
# $Id$
PortSystem 1.0
-PortGroup python26 1.0
+PortGroup python 1.0
-name py26-pysparse
+name py-pysparse
version 1.1.1
categories-append math
platforms darwin
@@ -23,4 +23,9 @@
sha1 dca36520f39551781bcaeac8c1bbc6d3baefa57a \
rmd160 0848e7f061d0d2571bbad3e4fd2b4e0f070b961a
-depends_lib port:py26-numpy
+python.versions 25 26 27
+python.default_version 25
+
+if {$subport != $name} {
+ depends_lib port:py${python.version}-numpy
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120203/3f17b851/attachment.html>
More information about the macports-changes
mailing list