[48626] trunk/dports/python

snc at macports.org snc at macports.org
Thu Mar 26 06:16:24 PDT 2009


Revision: 48626
          http://trac.macports.org/changeset/48626
Author:   snc at macports.org
Date:     2009-03-26 06:16:24 -0700 (Thu, 26 Mar 2009)
Log Message:
-----------
created py-virtualenv, ticket #18990

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

Added: trunk/dports/python/py-virtualenv/Portfile
===================================================================
--- trunk/dports/python/py-virtualenv/Portfile	                        (rev 0)
+++ trunk/dports/python/py-virtualenv/Portfile	2009-03-26 13:16:24 UTC (rev 48626)
@@ -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           python24 1.0
+
+name                py-virtualenv
+version             1.3.2
+categories          python
+platforms           darwin
+maintainers         arthurkoziel.com:arthur 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 a013d5a7d9aeddc16bee88604d6de636 \
+                    sha1 151e94beae9bb22025ae0752f40e5cc6c760aeeb \
+                    rmd160 848466ac8950bdab46756b8a675d5f9f9da9a5ac
+
+depends_lib-append  port:py-setuptools
+
+post-destroot {
+    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-2.4
+}
+
+livecheck.check     regex
+livecheck.url       http://pypi.python.org/pypi/virtualenv
+livecheck.regex     virtualenv (1\.\[0-9\]+\.\[0-9\]+)


Property changes on: trunk/dports/python/py-virtualenv/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090326/7d80f987/attachment.html>


More information about the macports-changes mailing list