[141449] trunk/dports/python/py-virtualenv

ryandesign at macports.org ryandesign at macports.org
Sat Dec 12 01:34:45 PST 2015


Revision: 141449
          https://trac.macports.org/changeset/141449
Author:   ryandesign at macports.org
Date:     2015-10-18 19:13:27 -0700 (Sun, 18 Oct 2015)
Log Message:
-----------
py-virtualenv: update to 13.1.2 (maintainer approved), add py35 subport (#49345), supported_archs noarch

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

Added Paths:
-----------
    trunk/dports/python/py-virtualenv/files/virtualenv35

Modified: trunk/dports/python/py-virtualenv/Portfile
===================================================================
--- trunk/dports/python/py-virtualenv/Portfile	2015-10-19 01:52:26 UTC (rev 141448)
+++ trunk/dports/python/py-virtualenv/Portfile	2015-10-19 02:13:27 UTC (rev 141449)
@@ -7,11 +7,12 @@
 
 name                py-virtualenv
 set real_name       virtualenv
-version             13.0.3
+version             13.1.2
 categories-append   devel
 platforms           darwin
 license             MIT
 maintainers         larryv
+supported_archs     noarch
 
 description         Virtual Python Environment builder
 long_description    virtualenv is a tool to create isolated Python \
@@ -20,11 +21,11 @@
 
 master_sites        http://pypi.python.org/packages/source/v/${real_name}/
 distname            ${real_name}-${version}
-checksums           md5     cd2043ea72448d65dcc54d33744c2214 \
-                    rmd160  6e93833d39b69d90391770797266ef1a550697c9 \
-                    sha256  355e46928c2b00b83b7d00d70d5adc529e9c2fe1f366b07e8a1b49cd8c5bd1b9
+checksums           md5     b989598f068d64b32dead530eb25589a \
+                    rmd160  4a89e7cef8b6853997dbb4b067cc292dc735f194 \
+                    sha256  aabc8ef18cddbd8a2a9c7f92bc43e2fea54b1147330d65db920ef3ce9812e3dc
 
-python.versions     26 27 33 34
+python.versions     26 27 33 34 35
 
 if {${name} ne ${subport}} {
     depends_lib-append  port:py${python.version}-setuptools

Copied: trunk/dports/python/py-virtualenv/files/virtualenv35 (from rev 141427, trunk/dports/python/py-virtualenv/files/virtualenv34)
===================================================================
--- trunk/dports/python/py-virtualenv/files/virtualenv35	                        (rev 0)
+++ trunk/dports/python/py-virtualenv/files/virtualenv35	2015-10-19 02:13:27 UTC (rev 141449)
@@ -0,0 +1 @@
+bin/virtualenv-3.5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/1512c087/attachment.html>


More information about the macports-changes mailing list