[96170] trunk/dports/python
lightnin at macports.org
lightnin at macports.org
Thu Aug 2 01:13:19 PDT 2012
Revision: 96170
https://trac.macports.org/changeset/96170
Author: lightnin at macports.org
Date: 2012-08-02 01:13:17 -0700 (Thu, 02 Aug 2012)
Log Message:
-----------
py*-flup unified into python PortGroup.
Modified Paths:
--------------
trunk/dports/python/py-flup/Portfile
Removed Paths:
-------------
trunk/dports/python/py25-flup/
trunk/dports/python/py26-flup/
trunk/dports/python/py27-flup/
Modified: trunk/dports/python/py-flup/Portfile
===================================================================
--- trunk/dports/python/py-flup/Portfile 2012-08-02 08:02:01 UTC (rev 96169)
+++ trunk/dports/python/py-flup/Portfile 2012-08-02 08:13:17 UTC (rev 96170)
@@ -2,7 +2,7 @@
# $Id$
PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python 1.0
name py-flup
license BSD
@@ -10,6 +10,8 @@
categories python www
platforms darwin
maintainers lightnin openmaintainer
+supported_archs noarch
+
description Flup is a random collection of WSGI servers and \
middleware.
long_description Flup offer three sets of WSGI servers/gateways, which \
@@ -23,4 +25,16 @@
sha1 d1be86226a46ef031bf813497aa5520e3792b8e2 \
rmd160 25f58df998a7e98810e32da02c5ea4ccaeb25e40
-depends_lib port:py24-distribute
+python.versions 24 25 26 27
+python.default_version 27
+
+if {${subport} != ${name}} {
+ post-destroot {
+ set docdir ${prefix}/share/doc/${subport}
+ xinstall -d ${destroot}${docdir}
+ xinstall -m 644 -W ${worksrcpath} \
+ ChangeLog \
+ PKG-INFO \
+ ${destroot}${docdir}
+ }
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120802/ac25b1ff/attachment.html>
More information about the macports-changes
mailing list