[45404] trunk/dports/python/py25-virtualenv/Portfile

jmr at macports.org jmr at macports.org
Thu Jan 15 09:14:58 PST 2009


Revision: 45404
          http://trac.macports.org/changeset/45404
Author:   jmr at macports.org
Date:     2009-01-15 09:14:58 -0800 (Thu, 15 Jan 2009)
Log Message:
-----------
py25-virtualenv: update to 1.3.2, install docs, add livecheck (#17698)

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

Modified: trunk/dports/python/py25-virtualenv/Portfile
===================================================================
--- trunk/dports/python/py25-virtualenv/Portfile	2009-01-15 17:10:46 UTC (rev 45403)
+++ trunk/dports/python/py25-virtualenv/Portfile	2009-01-15 17:14:58 UTC (rev 45404)
@@ -5,7 +5,7 @@
 PortGroup           python25 1.0
 
 name                py25-virtualenv
-version             1.3.1
+version             1.3.2
 categories          python
 platforms           darwin
 maintainers         arthurkoziel.com:arthur
@@ -16,8 +16,18 @@
 
 master_sites        http://pypi.python.org/packages/source/v/virtualenv/
 distname            virtualenv-${version}
-checksums           md5 e70ed86cc3823f0b622e80e035b59297 \
-                    sha1 66e35cc27a07ae5898773c82e39e1a44e4fe358e \
-                    rmd160 403df521fb788ce7608f0ec38d353845f5d26a82
+checksums           md5 a013d5a7d9aeddc16bee88604d6de636 \
+                    sha1 151e94beae9bb22025ae0752f40e5cc6c760aeeb \
+                    rmd160 848466ac8950bdab46756b8a675d5f9f9da9a5ac
 
 depends_lib-append  port:py25-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}
+}
+
+livecheck.check     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/20090115/96b2f751/attachment.html>


More information about the macports-changes mailing list