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

adfernandes at macports.org adfernandes at macports.org
Tue Dec 4 07:51:45 PST 2012


Revision: 100233
          https://trac.macports.org/changeset/100233
Author:   adfernandes at macports.org
Date:     2012-12-04 07:51:44 -0800 (Tue, 04 Dec 2012)
Log Message:
-----------
py-virtualenv: trivial update 1.8.2 to 1.8.4, add python33 support

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

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

Modified: trunk/dports/python/py-virtualenv/Portfile
===================================================================
--- trunk/dports/python/py-virtualenv/Portfile	2012-12-04 15:12:45 UTC (rev 100232)
+++ trunk/dports/python/py-virtualenv/Portfile	2012-12-04 15:51:44 UTC (rev 100233)
@@ -7,7 +7,7 @@
 
 name                py-virtualenv
 set real_name       virtualenv
-version             1.8.2
+version             1.8.4
 revision            1
 maintainers         akitada openmaintainer
 
@@ -22,10 +22,10 @@
 homepage            http://pypi.python.org/pypi/${real_name}
 master_sites        http://pypi.python.org/packages/source/v/${real_name}/
 distname            ${real_name}-${version}
-checksums           rmd160  e39dc7551f7caa54a41e5ad1bbae6777d616cd31 \
-                    sha256  cffdab213221ef9305f8b4a20fa8ca034f7e30100d8b1e2514e08e33465e4be2
+checksums           rmd160  96f1d9345e1cf27c4375d99420f4c8c065ea6162 \
+                    sha256  a16ee99f4a3b72be04704b8bd28c2f21d510af545492501ca3cd50fde9a70cb6
 
-python.versions     24 25 26 27 31 32
+python.versions     24 25 26 27 31 32 33
 
 subport py24-virtualenv {
     version             1.7.2
@@ -48,19 +48,19 @@
     # suffixed one and tell the portgroup not to create its own suffixed versions.
     python.link_binaries_suffix
     python.move_binaries no
-    
+
     post-destroot {
         delete ${destroot}${prefix}/bin/virtualenv
         if {${prefix} != ${python.prefix}} {
             delete ${destroot}${python.prefix}/bin/virtualenv
         }
-        
+
         xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
         foreach f [glob -directory ${worksrcpath}/docs *] {
             copy $f ${destroot}${prefix}/share/doc/${subport}/[file tail $f]
         }
     }
-    
+
     livecheck.type      none
 } else {
     livecheck.type      regex

Copied: trunk/dports/python/py-virtualenv/files/virtualenv33 (from rev 100205, trunk/dports/python/py-virtualenv/files/virtualenv32)
===================================================================
--- trunk/dports/python/py-virtualenv/files/virtualenv33	                        (rev 0)
+++ trunk/dports/python/py-virtualenv/files/virtualenv33	2012-12-04 15:51:44 UTC (rev 100233)
@@ -0,0 +1 @@
+bin/virtualenv-3.3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121204/a435f169/attachment.html>


More information about the macports-changes mailing list