[54477] trunk/dports/python/py25-virtualenvwrapper/Portfile

arthurk at macports.org arthurk at macports.org
Tue Jul 28 03:42:21 PDT 2009


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

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

Modified: trunk/dports/python/py25-virtualenvwrapper/Portfile
===================================================================
--- trunk/dports/python/py25-virtualenvwrapper/Portfile	2009-07-28 10:41:41 UTC (rev 54476)
+++ trunk/dports/python/py25-virtualenvwrapper/Portfile	2009-07-28 10:42:20 UTC (rev 54477)
@@ -4,32 +4,29 @@
 PortSystem          1.0
 PortGroup           python25 1.0
 
-# Paver doesn't support --no-user-cfg
+# Paver's setup.py doesn't support --no-user-cfg
 build.cmd		    ${python.bin} setup.py
 destroot.cmd	    ${python.bin} setup.py
 
 name                py25-virtualenvwrapper
-version             1.12
+version             1.18.1
 categories          python
 platforms           darwin
-maintainers         arthurkoziel.com:arthur openmaintainer
+maintainers         arthurk openmaintainer
 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:py25-setuptools\
+depends_lib-append  port:py25-setuptools \
                     port:py25-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.5
+	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/0040d6d1/attachment.html>


More information about the macports-changes mailing list