[89125] trunk/dports/python

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


Revision: 89125
          http://trac.macports.org/changeset/89125
Author:   singingwolfboy at macports.org
Date:     2012-01-19 12:40:20 -0800 (Thu, 19 Jan 2012)
Log Message:
-----------
Unified py*-paste ports, updated to 1.7.5.1

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

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

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

Modified: trunk/dports/python/py-paste/Portfile
===================================================================
--- trunk/dports/python/py26-paste/Portfile	2012-01-19 20:26:01 UTC (rev 89123)
+++ trunk/dports/python/py-paste/Portfile	2012-01-19 20:40:20 UTC (rev 89125)
@@ -2,10 +2,11 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python26 1.0
+PortGroup           python 1.0
 
-name                py26-paste
-version             1.7.2
+name                py-paste
+version             1.7.5.1
+python.versions     24 25 26 27
 categories-append   www
 maintainers         openmaintainer akitada
 description         Bringing consistency to Python web development.
@@ -17,11 +18,11 @@
 platforms           darwin
 
 homepage            http://pythonpaste.org/
-master_sites        http://cheeseshop.python.org/packages/source/P/Paste/
+master_sites        http://pypi.python.org/packages/source/P/Paste/
 distname            Paste-${version}
+checksums           rmd160  554304c4a45b208a77281dff3705cee5f9d6b2be \
+                    sha256  11645842ba8ec986ae8cfbe4c6cacff5c35f0f4527abf4f5581ae8b4ad49c0b6
 
-checksums           md5 a6a58d08dc4bff91d5d1c519d2277f8a \
-                    sha1 4c7d6d76ec0fe76d57c525101c6f9ff6ebf4a93c \
-                    rmd160 10deddbb5ef3ccd220c6c0cdb594efd35045fdea
-
-depends_lib        port:py26-distribute
+if {$name != $subport} {
+    depends_lib     port:py${python.version}-distribute
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120119/bc32b6d1/attachment-0001.html>


More information about the macports-changes mailing list