[147632] trunk/dports/python/py-virtualenvwrapper/Portfile

khindenburg at macports.org khindenburg at macports.org
Sun Apr 10 17:57:39 PDT 2016


Revision: 147632
          https://trac.macports.org/changeset/147632
Author:   khindenburg at macports.org
Date:     2016-04-10 17:57:39 -0700 (Sun, 10 Apr 2016)
Log Message:
-----------
py-virtualenvwrapper: update to 4.7.1; add py35 #51042

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

Modified: trunk/dports/python/py-virtualenvwrapper/Portfile
===================================================================
--- trunk/dports/python/py-virtualenvwrapper/Portfile	2016-04-11 00:54:18 UTC (rev 147631)
+++ trunk/dports/python/py-virtualenvwrapper/Portfile	2016-04-11 00:57:39 UTC (rev 147632)
@@ -6,7 +6,7 @@
 
 name                py-virtualenvwrapper
 set real_name       virtualenvwrapper
-version             4.6.0
+version             4.7.1
 platforms           darwin
 supported_archs     noarch
 license             MIT
@@ -24,12 +24,12 @@
 
 master_sites        http://pypi.python.org/packages/source/v/${real_name}
 distname            ${real_name}-${version}
-checksums           md5     b6928707eb17152b6a14fd6eeb2931a3 \
-                    rmd160  ae0f2d4fc5d96ea110d65594b5cf30b7f6a82ee1 \
-                    sha256  f3c73c3a5436f4d040505e5fb45401abdc4be267a80fa071878cfaa685e685e1
 
-python.versions     27 34
+checksums           rmd160  eb06370e761963748abc466f65c52ca2b4e98f5b \
+                    sha256  3bf73ede42a689adeedc8ac85662cb539665d3d029459bc8d3e6835ecd81ffde
 
+python.versions     27 34 35
+
 if {${name} ne ${subport}} {
     depends_lib-append  port:py${python.version}-pbr \
                         port:py${python.version}-setuptools \
@@ -39,7 +39,5 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi?:action=doap&name=${real_name}
-    livecheck.regex     {<revision>(\d+(\.\d+)+)</revision>}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160410/e36a1956/attachment.html>


More information about the macports-changes mailing list