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

stromnov at macports.org stromnov at macports.org
Sun Mar 31 08:07:05 PDT 2013


Revision: 104687
          https://trac.macports.org/changeset/104687
Author:   stromnov at macports.org
Date:     2013-03-31 08:07:04 -0700 (Sun, 31 Mar 2013)
Log Message:
-----------
py-futures: switch from svn to pypi

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

Modified: trunk/dports/python/py-futures/Portfile
===================================================================
--- trunk/dports/python/py-futures/Portfile	2013-03-31 15:04:36 UTC (rev 104686)
+++ trunk/dports/python/py-futures/Portfile	2013-03-31 15:07:04 UTC (rev 104687)
@@ -6,13 +6,14 @@
 
 name                py-futures
 version             2.1.3
-revision            2
+revision            3
 categories-append   devel
-python.versions     26 27 31 32
 platforms           darwin
 license             BSD
 supported_archs     noarch
 
+python.versions     26 27 31 32
+
 maintainers         phw openmaintainer
 
 description         A Java-style futures package for Python
@@ -21,13 +22,12 @@
 homepage            http://code.google.com/p/pythonfutures/
 master_sites        https://pypi.python.org/packages/source/f/futures/
 
+checksums           rmd160  b76beff361306c2fecc20747edc205bd35ee7560 \
+                    sha256  62175d035914a4c2d538335b8488077d09fcf2f8a83c72f06b24f2ab03891206
+
 distname            futures-${version}
 
 if {$subport != $name} {
-    fetch.type          svn
-    svn.url             https://pythonfutures.googlecode.com/svn/tags/${version}/
-    svn.revision        106
-    worksrcdir          ${version}
     livecheck.type      none
 } else {
     livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130331/815efae2/attachment.html>


More information about the macports-changes mailing list