[89124] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Thu Jan 19 12:34:30 PST 2012


Revision: 89124
          http://trac.macports.org/changeset/89124
Author:   singingwolfboy at macports.org
Date:     2012-01-19 12:34:30 -0800 (Thu, 19 Jan 2012)
Log Message:
-----------
unified py*-webhelpers ports, updated to 1.3

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

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

Removed Paths:
-------------
    trunk/dports/python/py-webhelpers/
    trunk/dports/python/py26-webhelpers/

Modified: trunk/dports/python/py-webhelpers/Portfile
===================================================================
--- trunk/dports/python/py26-webhelpers/Portfile	2012-01-19 20:26:01 UTC (rev 89123)
+++ trunk/dports/python/py-webhelpers/Portfile	2012-01-19 20:34:30 UTC (rev 89124)
@@ -1,10 +1,11 @@
 # $Id$
 
 PortSystem              1.0
-PortGroup               python26 1.0
+PortGroup               python 1.0
 
-name                    py26-webhelpers
+name                    py-webhelpers
 version                 1.3
+python.versions         24 25 26 27
 epoch                   2
 maintainers             perry openmaintainer
 platforms               darwin
@@ -21,10 +22,13 @@
 livecheck.type          regex
 livecheck.url           ${homepage}
 
-depends_build-append    port:py26-distribute
-depends_lib-append      port:py26-markupsafe
 
 distname                WebHelpers-${version}
 master_sites            http://pypi.python.org/packages/source/W/WebHelpers/
+checksums               rmd160  9df2b54f2fefba26aaf668a92ee9c8a94ebe87ac \
+                        sha256  ea86f284e929366b77424ba9a89341f43ae8dee3cbeb8702f73bcf86058aa583
 
-checksums               rmd160 9df2b54f2fefba26aaf668a92ee9c8a94ebe87ac
+if {$name != $subport} {
+    depends_build-append    port:py${python.version}-distribute
+    depends_lib-append      port:py${python.version}-markupsafe
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120119/af50e77a/attachment.html>


More information about the macports-changes mailing list