[19569] trunk/dports/python/py-pastescript/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 15 23:43:30 PDT 2006


Revision: 19569
Author:   landonf at macports.org
Date:     2006-09-15 23:43:28 -0700 (Fri, 15 Sep 2006)

Log Message:
-----------
setuptools -sucks-. We'll work around it.

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

Modified: trunk/dports/python/py-pastescript/Portfile
===================================================================
--- trunk/dports/python/py-pastescript/Portfile	2006-09-16 06:32:36 UTC (rev 19568)
+++ trunk/dports/python/py-pastescript/Portfile	2006-09-16 06:43:28 UTC (rev 19569)
@@ -18,3 +18,11 @@
 distname			PasteScript-${version}
 
 checksums			sha1 6b13bed647815eee58bfa08ab36f3af2a1a83bc8
+
+depends_lib			port:py-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/20060915/a54ff063/attachment.html


More information about the macports-changes mailing list