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

ryandesign at macports.org ryandesign at macports.org
Thu Sep 20 03:02:46 PDT 2012


Revision: 97930
          http://trac.macports.org//changeset/97930
Author:   ryandesign at macports.org
Date:     2012-09-20 03:02:46 -0700 (Thu, 20 Sep 2012)
Log Message:
-----------
py-virtualenvwrapper: update to 3.6; add new dependencies py-stevedore and py-virtualenv-clone; drop python 2.4 support because py-virtualenv-clone requires python 2.5 or greater; fix livecheck (#36015)

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

Modified: trunk/dports/python/py-virtualenvwrapper/Portfile
===================================================================
--- trunk/dports/python/py-virtualenvwrapper/Portfile	2012-09-20 09:59:08 UTC (rev 97929)
+++ trunk/dports/python/py-virtualenvwrapper/Portfile	2012-09-20 10:02:46 UTC (rev 97930)
@@ -6,21 +6,31 @@
 
 name                py-virtualenvwrapper
 set real_name       virtualenvwrapper
-version             3.2
-python.versions     24 25 26 27
+version             3.6
+python.versions     25 26 27
 categories          python
 platforms           darwin
 maintainers         singingwolfboy openmaintainer
+supported_archs     noarch
+
 homepage            http://www.doughellmann.com/projects/${real_name}/
 description         Enhancements to virtualenv.
 long_description    Extensions to Ian Bicking's virtualenv tool.
 
 master_sites        http://pypi.python.org/packages/source/v/${real_name}/
 distname            ${real_name}-${version}
-checksums           rmd160  cba2c985ea94d08c1e5487a3cfd18a5594b2ef90 \
-                    sha256  754df0904baaa167312a7001be922f8cf400ef33226a1f3ce51a0a2664e25616
+checksums           rmd160  cd6aad11d79d9dedff59532c38e7a92776f39c68 \
+                    sha256  1d45a1ea73dbc9cf0a5c7b4b17e631092a02a90a01eb4125051db19a845db4e6
 
 if {$name != $subport} {
     depends_lib-append  port:py${python.version}-distribute \
-                        port:py${python.version}-virtualenv
+                        port:py${python.version}-stevedore \
+                        port:py${python.version}-virtualenv \
+                        port:py${python.version}-virtualenv-clone
+    
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       http://pypi.python.org/pypi/${real_name}
+    livecheck.regex     ${real_name}-(\[0-9.\]+)${extract.suffix}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120920/994acc4c/attachment.html>


More information about the macports-changes mailing list