[71269] trunk/dports/python

jameskyle at macports.org jameskyle at macports.org
Tue Sep 7 08:23:07 PDT 2010


Revision: 71269
          http://trac.macports.org/changeset/71269
Author:   jameskyle at macports.org
Date:     2010-09-07 08:23:06 -0700 (Tue, 07 Sep 2010)
Log Message:
-----------
Added a python 2.7 version of the virtualenv port.

Added Paths:
-----------
    trunk/dports/python/py27-virtualenv/
    trunk/dports/python/py27-virtualenv/Portfile

Added: trunk/dports/python/py27-virtualenv/Portfile
===================================================================
--- trunk/dports/python/py27-virtualenv/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-virtualenv/Portfile	2010-09-07 15:23:06 UTC (rev 71269)
@@ -0,0 +1,35 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python27 1.0
+
+name                py27-virtualenv
+version             1.4.9
+categories-append   devel
+platforms           darwin
+maintainers         openmaintainer
+homepage            http://pypi.python.org/pypi/virtualenv
+description         Virtual Python Environment builder
+long_description    virtualenv is a tool to create isolated Python \
+                    environments.
+
+master_sites        http://pypi.python.org/packages/source/v/virtualenv/
+distname            virtualenv-${version}
+
+checksums           md5     c49067cab242b5ff8c7b681a5a99533a \
+                    sha1    e1e22f500641b3b9a67804305904ea56ebece0d6 \
+                    rmd160  7435600029211ab786e11590d5ca62ba368ecb6d
+                    
+post-destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    foreach f [glob -directory ${worksrcpath}/docs *] {
+        copy $f ${destroot}${prefix}/share/doc/${name}/[file tail $f]
+    }
+}
+
+depends_lib-append  port:py26-distribute
+
+livecheck.type      regex
+livecheck.url       http://pypi.python.org/pypi/virtualenv
+livecheck.regex     virtualenv (1\.\[0-9\]+\.\[0-9\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100907/d0309a7d/attachment.html>


More information about the macports-changes mailing list