[41619] trunk/dports/python

ram at macports.org ram at macports.org
Fri Nov 7 06:09:26 PST 2008


Revision: 41619
          http://trac.macports.org/changeset/41619
Author:   ram at macports.org
Date:     2008-11-07 06:09:26 -0800 (Fri, 07 Nov 2008)
Log Message:
-----------
python/py25-virtualenv: new port, closes #16790

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

Added: trunk/dports/python/py25-virtualenv/Portfile
===================================================================
--- trunk/dports/python/py25-virtualenv/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-virtualenv/Portfile	2008-11-07 14:09:26 UTC (rev 41619)
@@ -0,0 +1,23 @@
+# -*- 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           python25 1.0
+                  
+name                py25-virtualenv
+version             1.3
+categories          python
+platforms           darwin
+maintainers         arthurkoziel.com:authur
+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 36b766604542f2c34d8dffdb21ba14a9 \
+                    sha1 de37a537a9e80a75812deec7f15533b338d28aac \
+                    rmd160 e3bb16ae95a85086d93a3e64db6953dc895de9e0
+
+depends_lib-append  port:py25-setuptools


Property changes on: trunk/dports/python/py25-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/20081107/ec484579/attachment.html>


More information about the macports-changes mailing list