[89139] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Thu Jan 19 13:53:07 PST 2012


Revision: 89139
          http://trac.macports.org/changeset/89139
Author:   singingwolfboy at macports.org
Date:     2012-01-19 13:53:07 -0800 (Thu, 19 Jan 2012)
Log Message:
-----------
unified py*-webtest, updated to 1.3.3

Modified Paths:
--------------
    trunk/dports/python/py-webtest/Portfile

Added Paths:
-----------
    trunk/dports/python/py-webtest/

Removed Paths:
-------------
    trunk/dports/python/py25-webtest/
    trunk/dports/python/py26-webtest/

Modified: trunk/dports/python/py-webtest/Portfile
===================================================================
--- trunk/dports/python/py26-webtest/Portfile	2012-01-19 20:26:01 UTC (rev 89123)
+++ trunk/dports/python/py-webtest/Portfile	2012-01-19 21:53:07 UTC (rev 89139)
@@ -1,10 +1,11 @@
 # $Id$
 
 PortSystem              1.0
-PortGroup               python26 1.0
+PortGroup               python 1.0
 
-name                    py26-webtest
-version                 1.2.3
+name                    py-webtest
+version                 1.3.3
+python.versions         24 25 26 27
 maintainers             perry openmaintainer
 platforms               darwin
 
@@ -17,10 +18,13 @@
 livecheck.type          regex
 livecheck.url           ${homepage}
 
-depends_build-append    port:py26-distribute
-depends_lib-append      port:py26-webob
+if {$name != $subport} {
+    depends_build-append    port:py${python.version}-distribute
+    depends_lib-append      port:py${python.version}-webob
+}
 
 distname                WebTest-${version}
 master_sites            http://pypi.python.org/packages/source/W/WebTest/
 
-checksums               rmd160 41cee0779ed26fb484d692e7cbff165c46335095
+checksums               rmd160  0c26e05ce2c90a76af77b4aa197acb5f7d5ceaee \
+                        sha256  018897fd56c1f96396282ac36d32f5c7862eb07e3965765f0e86ca092ecd42a0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120119/60358797/attachment.html>


More information about the macports-changes mailing list