[50071] trunk/dports/python

blb at macports.org blb at macports.org
Fri Apr 24 00:24:42 PDT 2009


Revision: 50071
          http://trac.macports.org/changeset/50071
Author:   blb at macports.org
Date:     2009-04-24 00:24:42 -0700 (Fri, 24 Apr 2009)
Log Message:
-----------
New port - python/py26-pastescript, Paste Script is a pluggable command-line frontend, to the Paste system

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

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

Modified: trunk/dports/python/py26-pastescript/Portfile
===================================================================
--- trunk/dports/python/py25-pastescript/Portfile	2009-04-23 21:52:54 UTC (rev 50056)
+++ trunk/dports/python/py26-pastescript/Portfile	2009-04-24 07:24:42 UTC (rev 50071)
@@ -1,12 +1,12 @@
 # $Id$
 
 PortSystem			1.0
-PortGroup			python25 1.0
+PortGroup			python26 1.0
 
-name				py25-pastescript
-version				1.6.2
+name				py26-pastescript
+version				1.7.3
 categories-append		www
-maintainers			stechert akitada openmaintainer
+maintainers			nomaintainer
 description			Paste Script is a pluggable command-line \
 				frontend, to the Paste system.
 long_description		${description}
@@ -17,17 +17,15 @@
 master_sites			http://cheeseshop.python.org/packages/source/P/PasteScript/
 distname			PasteScript-${version}
 
-checksums			md5 df31c4b9ad9c5e612c16ac254bbf95c2 \
-				sha1 239a3b2075ec81f33805c237d6c4c29ae71b3692 \
-				rmd160 547df2de1641069cc690181e5142310cd5c73f80
+checksums			md5     9101a3a23809d3413b39ba8b75dd0bce \
+				sha1    32c007a1d0b0916c30d02dae188bb0fcd04d0326 \
+				rmd160  e8e89b9e7c69231156f4208ea7cfefc92c6b22ab
 
-depends_lib			port:py25-cheetah
+depends_lib			port:py26-cheetah
 
 post-destroot {
 	foreach f [glob -directory ${worksrcpath}/docs *] {
 		copy $f ${destroot}${prefix}/share/doc/${name}/[file tail $f]
 	}
-	# Dependencies are the packaging system's job, for crying out loud.
-	# Cheetah doesn't use setuptools.
-	reinplace s|^Cheetah.*||g $destroot/$prefix/lib/python2.5/site-packages/PasteScript-${version}-py2.5.egg-info/requires.txt
+	ln -s ${python.prefix}/bin/paster ${destroot}${prefix}/bin/paster-2.6
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090424/3061d459/attachment.html>


More information about the macports-changes mailing list