[89128] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Thu Jan 19 12:53:40 PST 2012


Revision: 89128
          http://trac.macports.org/changeset/89128
Author:   singingwolfboy at macports.org
Date:     2012-01-19 12:53:40 -0800 (Thu, 19 Jan 2012)
Log Message:
-----------
unified py*-pastedeploy ports, updated to 1.5.0

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

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

Removed Paths:
-------------
    trunk/dports/python/py-pastedeploy/
    trunk/dports/python/py25-pastedeploy/
    trunk/dports/python/py26-pastedeploy/

Modified: trunk/dports/python/py-pastedeploy/Portfile
===================================================================
--- trunk/dports/python/py26-pastedeploy/Portfile	2012-01-19 20:26:01 UTC (rev 89123)
+++ trunk/dports/python/py-pastedeploy/Portfile	2012-01-19 20:53:40 UTC (rev 89128)
@@ -1,10 +1,11 @@
 # $Id$
 
 PortSystem			1.0
-PortGroup			python26 1.0
+PortGroup			python 1.0
 
-name				py26-pastedeploy
-version				1.3.3
+name				py-pastedeploy
+version				1.5.0
+python.versions     24 25 26 27 
 categories-append		www
 license				MIT
 maintainers			nomaintainer
@@ -15,11 +16,11 @@
 platforms			darwin
 
 homepage			http://pythonpaste.org/deploy/
-master_sites			http://cheeseshop.python.org/packages/source/P/PasteDeploy/
+master_sites			http://pypi.python.org/packages/source/P/PasteDeploy/
 distname			PasteDeploy-${version}
+checksums           rmd160  75c4c6024fb22dfc20a12f4ad36e0abb880bc4d5 \
+                    sha256  61c205633adae996cd0e306451c8a28deca0499524e2a38c65ff1570f35a8a53
 
-checksums			md5     0598aa8ab4184ea8087839b811f92284 \
-				sha1    dcb3d4cff75ccb284fb8c738f0abe27600ed8546 \
-				rmd160  3a3afb0405d31b0158a4b94f33e091f94f971900
-
-depends_build		port:py26-distribute
+if {$name != $subport} {
+    depends_build		port:py${python.version}-distribute
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120119/a120902b/attachment.html>


More information about the macports-changes mailing list