[25274] trunk/dports/python
source_changes at macosforge.org
source_changes at macosforge.org
Wed May 16 19:31:24 PDT 2007
Revision: 25274
http://trac.macosforge.org/projects/macports/changeset/25274
Author: stechert at macports.org
Date: 2007-05-16 19:31:24 -0700 (Wed, 16 May 2007)
Log Message:
-----------
adding py25 version of pastescript
Added Paths:
-----------
trunk/dports/python/py25-pastescript/
trunk/dports/python/py25-pastescript/Portfile
Added: trunk/dports/python/py25-pastescript/Portfile
===================================================================
--- trunk/dports/python/py25-pastescript/Portfile (rev 0)
+++ trunk/dports/python/py25-pastescript/Portfile 2007-05-17 02:31:24 UTC (rev 25274)
@@ -0,0 +1,27 @@
+# $Id: Portfile 23588 2007-04-04 22:49:23Z stechert at macports.org $
+
+PortSystem 1.0
+PortGroup python25 1.0
+name py25-pastescript
+version 1.3.2
+categories-append www
+maintainers stechert at macports.org
+description Paste Script is a pluggable command-line \
+ frontend, to the Paste system.
+long_description ${description}
+
+platforms darwin
+
+homepage http://pythonpaste.org/paste/
+master_sites http://cheeseshop.python.org/packages/source/P/PasteScript/
+distname PasteScript-${version}
+
+checksums sha1 6f493a609a2febbbcdab1f2f5c20dd15276aa63b
+
+depends_lib port:py25-cheetah
+
+post-destroot {
+ # Dependencies are the packaging system's job, for crying out loud.
+ # Cheetah doesn't use setuptools.
+ reinplace s|^Cheetah.*||g $destroot/$prefix/lib/python2.4/site-packages/PasteScript-${version}-py2.4.egg-info/requires.txt
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070516/3ac332fb/attachment.html
More information about the macports-changes
mailing list