[147631] trunk/dports/python/py-virtualenv-clone/Portfile

khindenburg at macports.org khindenburg at macports.org
Sun Apr 10 17:54:18 PDT 2016


Revision: 147631
          https://trac.macports.org/changeset/147631
Author:   khindenburg at macports.org
Date:     2016-04-10 17:54:18 -0700 (Sun, 10 Apr 2016)
Log Message:
-----------
py-virtualenv-clone: update to 0.2.6; add py35 #51041

Modified Paths:
--------------
    trunk/dports/python/py-virtualenv-clone/Portfile

Modified: trunk/dports/python/py-virtualenv-clone/Portfile
===================================================================
--- trunk/dports/python/py-virtualenv-clone/Portfile	2016-04-11 00:51:27 UTC (rev 147630)
+++ trunk/dports/python/py-virtualenv-clone/Portfile	2016-04-11 00:54:18 UTC (rev 147631)
@@ -6,7 +6,7 @@
 
 name                py-virtualenv-clone
 set real_name       virtualenv-clone
-version             0.2.5
+version             0.2.6
 platforms           darwin
 categories-append   devel
 maintainers         nomaintainer
@@ -21,17 +21,14 @@
 master_sites        http://pypi.python.org/packages/source/v/${real_name}/
 distname            ${real_name}-${version}
 
-checksums           md5     23e71d255058b2543d839af7f4ce3208 \
-                    rmd160  b036250d0bfcc7368e45dca5241caad9ea3fb12c \
-                    sha256  7087ba4eb48acfd5209a3fd03e15d072f28742619127c98333057e32748d91c4
+checksums           rmd160  163d1b171dda058a8eeeb74e9b413b360592b3b7 \
+                    sha256  6b3be5cab59e455f08c9eda573d23006b7d6fb41fae974ddaa2b275c93cc4405
 
-python.versions     27 34
+python.versions     27 34 35
 
 if {${name} ne ${subport}} {
     depends_build   port:py${python.version}-setuptools
     livecheck.type  none
 } else {
-    livecheck.type  regex
-    livecheck.url   http://pypi.python.org/pypi/${real_name}
-    livecheck.regex ${real_name} (\[0-9\]+(\.\[0-9\]+)+)
+    livecheck.type  pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160410/336317fe/attachment.html>


More information about the macports-changes mailing list