[98905] trunk/dports/python/py-futures/Portfile

jmr at macports.org jmr at macports.org
Sat Oct 20 09:06:00 PDT 2012


Revision: 98905
          http://trac.macports.org//changeset/98905
Author:   jmr at macports.org
Date:     2012-10-20 09:06:00 -0700 (Sat, 20 Oct 2012)
Log Message:
-----------
py-futures: license, noarch, fix stub

Modified Paths:
--------------
    trunk/dports/python/py-futures/Portfile

Modified: trunk/dports/python/py-futures/Portfile
===================================================================
--- trunk/dports/python/py-futures/Portfile	2012-10-20 15:58:19 UTC (rev 98904)
+++ trunk/dports/python/py-futures/Portfile	2012-10-20 16:06:00 UTC (rev 98905)
@@ -7,24 +7,25 @@
 name			py-futures
 version	        2.1.3
 revision        1
-categories		python
 python.versions 26 27 31 32
-python.default_version 27
 platforms		darwin
+supported_archs noarch
+license         BSD
 maintainers		phw openmaintainer
-description	    A Java-style futures package for Python	
+description	    A Java-style futures package for Python
 long_description	${description}
 
 
 homepage		http://code.google.com/p/pythonfutures/
-master_sites	${homepage}
 
-fetch.type   svn
-svn.url         http://pythonfutures.googlecode.com/svn/trunk/
-svn.revision    103
-worksrcdir      trunk
-
-livecheck.type  regex
-livecheck.url   http://pypi.python.org/pypi/futures
-livecheck.regex "futures (\\d+(?:\\.\\d+)*)"
-
+if {$subport != $name} {
+    fetch.type      svn
+    svn.url         http://pythonfutures.googlecode.com/svn/trunk/
+    svn.revision    103
+    worksrcdir      trunk
+    livecheck.type  none
+} else {
+    livecheck.type  regex
+    livecheck.url   http://pypi.python.org/pypi/futures
+    livecheck.regex "futures (\\d+(?:\\.\\d+)*)"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121020/25eb2e6d/attachment.html>


More information about the macports-changes mailing list