[101999] trunk/dports/python/py-formbuild/Portfile

jmr at macports.org jmr at macports.org
Thu Jan 24 00:18:27 PST 2013


Revision: 101999
          https://trac.macports.org/changeset/101999
Author:   jmr at macports.org
Date:     2013-01-24 00:18:27 -0800 (Thu, 24 Jan 2013)
Log Message:
-----------
py-formbuild: use unified portgroup, license, noarch

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

Modified: trunk/dports/python/py-formbuild/Portfile
===================================================================
--- trunk/dports/python/py-formbuild/Portfile	2013-01-24 06:54:04 UTC (rev 101998)
+++ trunk/dports/python/py-formbuild/Portfile	2013-01-24 08:18:27 UTC (rev 101999)
@@ -1,12 +1,14 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python 1.0
 
 name			py-formbuild
 version			0.1.5b
 categories		python devel
+license			BSD
 platforms		darwin
+supported_archs	noarch
 maintainers		nomaintainer
 description		Form generation tools to complement FormEncode
 long_description	${description}
@@ -16,4 +18,8 @@
 distname		FormBuild-${version}
 checksums		sha1 d5ecac453d0083ea89f394cc373af1440ea844a9
 
-depends_lib		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/20130124/056b2df6/attachment.html>


More information about the macports-changes mailing list