[92432] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Sat Apr 28 08:29:33 PDT 2012


Revision: 92432
          https://trac.macports.org/changeset/92432
Author:   singingwolfboy at macports.org
Date:     2012-04-28 08:29:29 -0700 (Sat, 28 Apr 2012)
Log Message:
-----------
Unified py*-virtualenvwrapper ports, updated to 3.2, took maintainership

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

Removed Paths:
-------------
    trunk/dports/python/py25-virtualenvwrapper/
    trunk/dports/python/py26-virtualenvwrapper/
    trunk/dports/python/py27-virtualenvwrapper/

Modified: trunk/dports/python/py-virtualenvwrapper/Portfile
===================================================================
--- trunk/dports/python/py-virtualenvwrapper/Portfile	2012-04-28 10:13:58 UTC (rev 92431)
+++ trunk/dports/python/py-virtualenvwrapper/Portfile	2012-04-28 15:29:29 UTC (rev 92432)
@@ -2,31 +2,25 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python24 1.0
+PortGroup           python 1.0
 
-# Paver doesn't support --no-user-cfg
-build.cmd		    ${python.bin} setup.py
-destroot.cmd	    ${python.bin} setup.py
-
 name                py-virtualenvwrapper
-version             1.20
+set real_name       virtualenvwrapper
+version             3.2
+python.versions     24 25 26 27
 categories          python
 platforms           darwin
-maintainers         nomaintainer
-homepage            http://www.doughellmann.com/projects/virtualenvwrapper/
+maintainers         singingwolfboy openmaintainer
+homepage            http://www.doughellmann.com/projects/${real_name}/
 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 58a89a752e2b3b4e62b8bc3cd10836e3 \
-                    sha1 096cf9eb9c8d592e27fc351cd9c24a2f6f4b68a3 \
-                    rmd160 f4748de229f5ae10c14e8dc26f107122d4b3604d
+master_sites        http://pypi.python.org/packages/source/v/${real_name}/
+distname            ${real_name}-${version}
+checksums           rmd160  cba2c985ea94d08c1e5487a3cfd18a5594b2ef90 \
+                    sha256  754df0904baaa167312a7001be922f8cf400ef33226a1f3ce51a0a2664e25616
 
-depends_lib-append  port:py24-distribute \
-                    port:py-virtualenv
-
-post-destroot	{
-	move ${destroot}${prefix}/bin/virtualenvwrapper_bashrc \
-	    ${destroot}${prefix}/bin/virtualenvwrapper_bashrc-${python.branch}
+if {$name != $subport} {
+    depends_lib-append  port:py${python.version}-distribute \
+                        port:py${python.version}-virtualenv
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120428/c03b6d8f/attachment.html>


More information about the macports-changes mailing list