[79820] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Sun Jun 26 17:27:19 PDT 2011


Revision: 79820
          http://trac.macports.org/changeset/79820
Author:   singingwolfboy at macports.org
Date:     2011-06-26 17:27:18 -0700 (Sun, 26 Jun 2011)
Log Message:
-----------
New port: py25-webtest

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

Copied: trunk/dports/python/py25-webtest/Portfile (from rev 79621, trunk/dports/python/py26-webtest/Portfile)
===================================================================
--- trunk/dports/python/py25-webtest/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-webtest/Portfile	2011-06-27 00:27:18 UTC (rev 79820)
@@ -0,0 +1,28 @@
+# $Id$
+
+PortSystem              1.0
+PortGroup               python25 1.0
+
+name                    py25-webtest
+version                 1.2.3
+maintainers             nomaintainer
+platforms               darwin
+
+description             Helper to test WSGI applications
+long_description        ${description}
+license                 MIT
+homepage                http://pypi.python.org/pypi/WebTest/
+
+livecheck.regex         {: WebTest (.+)<}
+livecheck.type          regex
+livecheck.url           ${homepage}
+
+depends_build-append    port:py25-distribute
+depends_lib-append      port:py25-webob
+
+distname                WebTest-${version}
+master_sites            http://pypi.python.org/packages/source/W/WebTest/
+
+checksums               md5     585f9331467e6d99acaba4051c1c5878 \
+                        sha1    2bf3c6a11b948c6b166935bbd73a3a0a40e458e5 \
+                        rmd160  41cee0779ed26fb484d692e7cbff165c46335095
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110626/f0c2da78/attachment.html>


More information about the macports-changes mailing list