[50492] trunk/dports/python/py25-virtualenv/Portfile

arthurk at macports.org arthurk at macports.org
Fri May 1 11:10:38 PDT 2009


Revision: 50492
          http://trac.macports.org/changeset/50492
Author:   arthurk at macports.org
Date:     2009-05-01 11:10:38 -0700 (Fri, 01 May 2009)
Log Message:
-----------
Updated py25-virtualenv to 1.3.3

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

Modified: trunk/dports/python/py25-virtualenv/Portfile
===================================================================
--- trunk/dports/python/py25-virtualenv/Portfile	2009-05-01 17:53:22 UTC (rev 50491)
+++ trunk/dports/python/py25-virtualenv/Portfile	2009-05-01 18:10:38 UTC (rev 50492)
@@ -5,10 +5,10 @@
 PortGroup           python25 1.0
 
 name                py25-virtualenv
-version             1.3.2
-categories          python
+version             1.3.3
+categories-append   devel
 platforms           darwin
-maintainers         arthurkoziel.com:arthur
+maintainers         arthurk
 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:py25-setuptools
 
@@ -26,6 +26,9 @@
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 -W ${worksrcpath}/docs index.txt license.txt \
         ${destroot}${prefix}/share/doc/${name}
+    
+    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/4ae61df6/attachment.html>


More information about the macports-changes mailing list