[50493] trunk/dports/python/py-virtualenv/Portfile

arthurk at macports.org arthurk at macports.org
Fri May 1 11:16:30 PDT 2009


Revision: 50493
          http://trac.macports.org/changeset/50493
Author:   arthurk at macports.org
Date:     2009-05-01 11:16:29 -0700 (Fri, 01 May 2009)
Log Message:
-----------
Updated py-virtualenv to 1.3.3

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

Modified: trunk/dports/python/py-virtualenv/Portfile
===================================================================
--- trunk/dports/python/py-virtualenv/Portfile	2009-05-01 18:10:38 UTC (rev 50492)
+++ trunk/dports/python/py-virtualenv/Portfile	2009-05-01 18:16:29 UTC (rev 50493)
@@ -5,10 +5,10 @@
 PortGroup           python24 1.0
 
 name                py-virtualenv
-version             1.3.2
-categories          python
+version             1.3.3
+categories-append   devel
 platforms           darwin
-maintainers         arthurkoziel.com:arthur openmaintainer
+maintainers         arthurk openmaintainer
 homepage            http://pypi.python.org/pypi/virtualenv
 description         Virtual Python Environment builder
 long_description    virtualenv is a tool to create isolated Python \
@@ -16,9 +16,9 @@
 
 master_sites        http://pypi.python.org/packages/source/v/virtualenv/
 distname            virtualenv-${version}
-checksums           md5 a013d5a7d9aeddc16bee88604d6de636 \
-                    sha1 151e94beae9bb22025ae0752f40e5cc6c760aeeb \
-                    rmd160 848466ac8950bdab46756b8a675d5f9f9da9a5ac
+checksums           md5 28e2955aed4ffc4dc3df02dc632b5c42 \
+                    sha1 1907ab65de03b210ef350d7f54a3a2be7e488b39 \
+                    rmd160 cd247e05ec2514aacba818e3cd58e46acde67e54
 
 depends_lib-append  port:py-setuptools
 
@@ -27,7 +27,8 @@
     xinstall -m 644 -W ${worksrcpath}/docs index.txt license.txt \
         ${destroot}${prefix}/share/doc/${name}
     
-    move ${destroot}${prefix}/bin/virtualenv ${destroot}${prefix}/bin/virtualenv-2.4
+    move ${destroot}${prefix}/bin/virtualenv \
+        ${destroot}${prefix}/bin/virtualenv-${python.branch}
 }
 
 livecheck.check     regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090501/92d224e3/attachment.html>


More information about the macports-changes mailing list