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

arthurk at macports.org arthurk at macports.org
Tue Jul 28 03:41:44 PDT 2009


Revision: 54476
          http://trac.macports.org/changeset/54476
Author:   arthurk at macports.org
Date:     2009-07-28 03:41:41 -0700 (Tue, 28 Jul 2009)
Log Message:
-----------
Update py-virtualenvwrapper to 1.18.1. Ticket #20045

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

Modified: trunk/dports/python/py-virtualenvwrapper/Portfile
===================================================================
--- trunk/dports/python/py-virtualenvwrapper/Portfile	2009-07-28 10:31:59 UTC (rev 54475)
+++ trunk/dports/python/py-virtualenvwrapper/Portfile	2009-07-28 10:41:41 UTC (rev 54476)
@@ -5,27 +5,24 @@
 PortGroup           python24 1.0
 
 name                py-virtualenvwrapper
-version             1.12
+version             1.18.1
 categories          python
 platforms           darwin
-maintainers         arthurkoziel.com:arthur openmaintainer
+maintainers         arthurk
 homepage            http://www.doughellmann.com/projects/virtualenvwrapper/
 description         Enhancements to virtualenv.
 long_description    Extensions to Ian Bicking's virtualenv tool.
 
 master_sites        http://www.doughellmann.com/downloads/
 distname            virtualenvwrapper-${version}
-checksums           md5 b2225c8e8dad3113cbe1eb9ece34fee8 \
-                    sha1 803f7e46c54381e05780fe7592a2e03b04fdda5e \
-                    rmd160 01811d6692a707de08bf1d5bdc32b65f77e6e674
+checksums           md5 6d27f7e8f041d56abcbde69fccb89b5a \
+                    sha1 afb2cab99abf0d5381602e2ddca755e69182d776 \
+                    rmd160 0a24548d04d4a0fcbc0a94e3a8bfdcd64966f60b
 
 depends_lib-append  port:py-setuptools\
                     port:py-virtualenv
 
-post-patch {
-    reinplace       s|docs|${prefix}/share/doc/${name}|g ${worksrcpath}/pavement.py
-}
-
 post-destroot	{
-	move ${destroot}${prefix}/bin/virtualenvwrapper_bashrc ${destroot}${prefix}/bin/virtualenvwrapper_bashrc-2.4
+	move ${destroot}${prefix}/bin/virtualenvwrapper_bashrc \
+	    ${destroot}${prefix}/bin/virtualenvwrapper_bashrc-${python.branch}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090728/26db9217/attachment-0001.html>


More information about the macports-changes mailing list