[48623] trunk/dports/python
snc at macports.org
snc at macports.org
Thu Mar 26 06:09:38 PDT 2009
Revision: 48623
http://trac.macports.org/changeset/48623
Author: snc at macports.org
Date: 2009-03-26 06:09:37 -0700 (Thu, 26 Mar 2009)
Log Message:
-----------
created py26-virtualenvwrapper, ticket #16829
Added Paths:
-----------
trunk/dports/python/py26-virtualenvwrapper/
trunk/dports/python/py26-virtualenvwrapper/Portfile
Added: trunk/dports/python/py26-virtualenvwrapper/Portfile
===================================================================
--- trunk/dports/python/py26-virtualenvwrapper/Portfile (rev 0)
+++ trunk/dports/python/py26-virtualenvwrapper/Portfile 2009-03-26 13:09:37 UTC (rev 48623)
@@ -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 python26 1.0
+
+# Paver doesn't support --no-user-cfg
+build.cmd ${python.bin} setup.py
+destroot.cmd ${python.bin} setup.py
+
+name py26-virtualenvwrapper
+version 1.12
+categories python
+platforms darwin
+maintainers arthurkoziel.com:arthur 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
+
+depends_lib-append port:py26-setuptools\
+ port:py26-virtualenv
+
+post-patch {
+ reinplace s|docs|${prefix}/share/doc/${name}|g ${worksrcpath}/pavement.py
+}
+
+post-destroot {
+ ln -s ${python.prefix}/bin/virtualenvwrapper_bashrc ${destroot}${prefix}/bin/virtualenvwrapper_bashrc-2.6
+}
Property changes on: trunk/dports/python/py26-virtualenvwrapper/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/f8bc0c1b/attachment-0001.html>
More information about the macports-changes
mailing list