[101554] trunk/dports/python/py-pipedream/Portfile

jmr at macports.org jmr at macports.org
Sun Jan 13 14:39:43 PST 2013


Revision: 101554
          https://trac.macports.org/changeset/101554
Author:   jmr at macports.org
Date:     2013-01-13 14:39:42 -0800 (Sun, 13 Jan 2013)
Log Message:
-----------
py-pipedream: use unified portgroup, license, noarch

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

Modified: trunk/dports/python/py-pipedream/Portfile
===================================================================
--- trunk/dports/python/py-pipedream/Portfile	2013-01-13 22:27:18 UTC (rev 101553)
+++ trunk/dports/python/py-pipedream/Portfile	2013-01-13 22:39:42 UTC (rev 101554)
@@ -1,13 +1,14 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python 1.0
 
 name			py-pipedream
 version			0.2.0
 revision		1
-categories		python
+license			BSD
 platforms		darwin
+supported_archs	noarch
 maintainers		nomaintainer
 description		python module for easy communication over pipes
 long_description	pipedream is a Python module intended to simplify \
@@ -25,7 +26,11 @@
 distname		pipedream-${version}
 checksums		md5 bb7a502071d593a518aa31e9bc64244c
 
-post-destroot	{
-	xinstall -m 644 ${worksrcpath}/README.txt \
-		${destroot}${prefix}/share/doc/${name}
+python.versions	24
+
+if {$subport != $name} {
+    post-destroot	{
+        xinstall -m 644 ${worksrcpath}/README.txt \
+            ${destroot}${prefix}/share/doc/${subport}
+    }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130113/77d21f5e/attachment.html>


More information about the macports-changes mailing list