[35553] trunk/dports/python
akira at macports.org
akira at macports.org
Sun Mar 30 00:23:56 PDT 2008
Revision: 35553
http://trac.macosforge.org/projects/macports/changeset/35553
Author: akira at macports.org
Date: 2008-03-30 00:23:50 -0700 (Sun, 30 Mar 2008)
Log Message:
-----------
Updated pastescript to 1.6.2 and added docs
Modified Paths:
--------------
trunk/dports/python/py-pastescript/Portfile
trunk/dports/python/py25-pastescript/Portfile
Modified: trunk/dports/python/py-pastescript/Portfile
===================================================================
--- trunk/dports/python/py-pastescript/Portfile 2008-03-30 06:29:41 UTC (rev 35552)
+++ trunk/dports/python/py-pastescript/Portfile 2008-03-30 07:23:50 UTC (rev 35553)
@@ -4,9 +4,9 @@
PortGroup python24 1.0
name py-pastescript
-version 1.6.1.1
+version 1.6.2
categories-append www
-maintainers openmaintainer stechert at macports.org
+maintainers stechert akira openmaintainer
description Paste Script is a pluggable command-line \
frontend, to the Paste system.
long_description ${description}
@@ -17,14 +17,16 @@
master_sites http://cheeseshop.python.org/packages/source/P/PasteScript/
distname PasteScript-${version}
-checksums md5 d26981115afab1f8d8e4606cdcaec9fb \
- sha1 4e996fcf62042d66a9cf75c4d430e2244e7a9a86 \
- rmd160 a6f9ea84cfbfa2050236a014a84c1c350f4912d9
+checksums md5 df31c4b9ad9c5e612c16ac254bbf95c2 \
+ sha1 239a3b2075ec81f33805c237d6c4c29ae71b3692 \
+ rmd160 547df2de1641069cc690181e5142310cd5c73f80
-
depends_lib port:py-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.4/site-packages/PasteScript-${version}-py2.4.egg-info/requires.txt
Modified: trunk/dports/python/py25-pastescript/Portfile
===================================================================
--- trunk/dports/python/py25-pastescript/Portfile 2008-03-30 06:29:41 UTC (rev 35552)
+++ trunk/dports/python/py25-pastescript/Portfile 2008-03-30 07:23:50 UTC (rev 35553)
@@ -4,9 +4,9 @@
PortGroup python25 1.0
name py25-pastescript
-version 1.6.1.1
+version 1.6.2
categories-append www
-maintainers stechert at macports.org
+maintainers stechert akira openmaintainer
description Paste Script is a pluggable command-line \
frontend, to the Paste system.
long_description ${description}
@@ -17,14 +17,16 @@
master_sites http://cheeseshop.python.org/packages/source/P/PasteScript/
distname PasteScript-${version}
-checksums md5 d26981115afab1f8d8e4606cdcaec9fb \
- sha1 4e996fcf62042d66a9cf75c4d430e2244e7a9a86 \
- rmd160 a6f9ea84cfbfa2050236a014a84c1c350f4912d9
+checksums md5 df31c4b9ad9c5e612c16ac254bbf95c2 \
+ sha1 239a3b2075ec81f33805c237d6c4c29ae71b3692 \
+ rmd160 547df2de1641069cc690181e5142310cd5c73f80
-
depends_lib port:py25-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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080330/546accba/attachment.html
More information about the macports-changes
mailing list