[89129] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Thu Jan 19 12:55:09 PST 2012


Revision: 89129
          http://trac.macports.org/changeset/89129
Author:   singingwolfboy at macports.org
Date:     2012-01-19 12:55:09 -0800 (Thu, 19 Jan 2012)
Log Message:
-----------
unified py*pastescript ports, updated to 1.7.5, updated dependencies

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

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

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

Modified: trunk/dports/python/py-pastescript/Portfile
===================================================================
--- trunk/dports/python/py26-pastescript/Portfile	2012-01-19 20:26:01 UTC (rev 89123)
+++ trunk/dports/python/py-pastescript/Portfile	2012-01-19 20:55:09 UTC (rev 89129)
@@ -1,12 +1,13 @@
 # $Id$
 
 PortSystem			1.0
-PortGroup			python26 1.0
+PortGroup			python 1.0
 
-name				py26-pastescript
-version				1.7.3
+name				py-pastescript
+version				1.7.5
+python.versions     24 25 26 27
 categories-append		www
-maintainers			nomaintainer
+maintainers			akitada openmaintainer
 description			Paste Script is a pluggable command-line \
 				frontend, to the Paste system.
 long_description		${description}
@@ -14,17 +15,18 @@
 platforms			darwin
 
 homepage			http://pythonpaste.org/paste/
-master_sites			http://cheeseshop.python.org/packages/source/P/PasteScript/
+master_sites			http://pypi.python.org/packages/source/P/PasteScript/
 distname			PasteScript-${version}
+checksums           rmd160  58f48f8bd85f8c708503235cd5dad6df002b55e2 \
+                    sha256  2b685be69d6ac8bc0fe6f558f119660259db26a15e16a4943c515fbee8093539
 
-checksums			md5     9101a3a23809d3413b39ba8b75dd0bce \
-				sha1    32c007a1d0b0916c30d02dae188bb0fcd04d0326 \
-				rmd160  e8e89b9e7c69231156f4208ea7cfefc92c6b22ab
+if {$name != $subport} {
+    depends_lib		port:py${python.version}-paste \
+                    port:py${python.version}-pastedeploy
+}
 
-depends_lib			port:py26-cheetah
-
 post-destroot {
 	foreach f [glob -directory ${worksrcpath}/docs *] {
-		copy $f ${destroot}${prefix}/share/doc/${name}/[file tail $f]
+		copy $f ${destroot}${prefix}/share/doc/${subport}/[file tail $f]
 	}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120119/2bbbbb86/attachment.html>


More information about the macports-changes mailing list