[101320] trunk/dports/python/py-quixote/Portfile
jmr at macports.org
jmr at macports.org
Tue Jan 8 11:14:49 PST 2013
Revision: 101320
https://trac.macports.org/changeset/101320
Author: jmr at macports.org
Date: 2013-01-08 11:14:49 -0800 (Tue, 08 Jan 2013)
Log Message:
-----------
py-quixote: use unified portgroup, set license
Modified Paths:
--------------
trunk/dports/python/py-quixote/Portfile
Modified: trunk/dports/python/py-quixote/Portfile
===================================================================
--- trunk/dports/python/py-quixote/Portfile 2013-01-08 19:01:32 UTC (rev 101319)
+++ trunk/dports/python/py-quixote/Portfile 2013-01-08 19:14:49 UTC (rev 101320)
@@ -1,12 +1,14 @@
# $Id$
PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python 1.0
name py-quixote
version 1.2
revision 1
categories python www
+# license for most files has a choice of law clause
+license Permissive GPLConflict ZPL-2 PSF
platforms darwin
maintainers nomaintainer
description Quixote is a framework for developing Web applications in Python
@@ -25,13 +27,17 @@
distname Quixote-${version}
checksums md5 f39e6627fba8266996bff3a494053db7
-post-destroot {
- xinstall -m 644 -W ${worksrcpath}/doc INSTALL.html INSTALL.txt \
- PTL.html PTL.txt ZPL.txt default.css demo.html demo.txt \
- multi-threaded.html multi-threaded.txt programming.html \
- programming.txt session-mgmt.html session-mgmt.txt \
- static-files.html static-files.txt upgrading.html \
- upgrading.txt upload.html upload.txt web-server.html \
- web-server.txt web-services.html web-services.txt widgets.html \
- widgets.txt ${destroot}${prefix}/share/doc/${name}
+python.versions 24
+
+if {$subport != $name} {
+ post-destroot {
+ xinstall -m 644 -W ${worksrcpath}/doc INSTALL.html INSTALL.txt \
+ PTL.html PTL.txt ZPL.txt default.css demo.html demo.txt \
+ multi-threaded.html multi-threaded.txt programming.html \
+ programming.txt session-mgmt.html session-mgmt.txt \
+ static-files.html static-files.txt upgrading.html \
+ upgrading.txt upload.html upload.txt web-server.html \
+ web-server.txt web-services.html web-services.txt widgets.html \
+ widgets.txt ${destroot}${prefix}/share/doc/${subport}
+ }
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130108/3ee76515/attachment-0001.html>
More information about the macports-changes
mailing list