[101610] trunk/dports/python/py-pastewebkit/Portfile

jmr at macports.org jmr at macports.org
Mon Jan 14 17:06:02 PST 2013


Revision: 101610
          https://trac.macports.org/changeset/101610
Author:   jmr at macports.org
Date:     2013-01-14 17:06:02 -0800 (Mon, 14 Jan 2013)
Log Message:
-----------
py-pastewebkit: use unified portgroup, license, noarch

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

Modified: trunk/dports/python/py-pastewebkit/Portfile
===================================================================
--- trunk/dports/python/py-pastewebkit/Portfile	2013-01-14 23:41:47 UTC (rev 101609)
+++ trunk/dports/python/py-pastewebkit/Portfile	2013-01-15 01:06:02 UTC (rev 101610)
@@ -1,16 +1,18 @@
 # $Id$
 
 PortSystem			1.0
-PortGroup			python24 1.0
+PortGroup			python 1.0
 
 name				py-pastewebkit
 version				1.0
 categories-append		www
+license				MIT
 maintainers			nomaintainer
 description			A port/reimplementation of Webware WebKit in WSGI and Paste.
 long_description		${description}
 
 platforms			darwin
+supported_archs		noarch
 
 homepage			http://pythonpaste.org/webkit/
 master_sites			http://cheeseshop.python.org/packages/source/P/PasteWebKit/
@@ -20,4 +22,8 @@
 				sha1 07cdc22f7a15e31db22cd20c44e0333be2bffd80 \
 				rmd160 4d19e591be25c8c9fcd3b152d794750976ef49d3
 
-depends_build	port:py24-distribute
+python.versions		24
+
+if {$subport != $name} {
+    depends_build	port:py${python.version}-distribute
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130114/26022de3/attachment.html>


More information about the macports-changes mailing list