[100893] trunk/dports/python/py-meld3/Portfile

jmr at macports.org jmr at macports.org
Sun Dec 30 23:09:52 PST 2012


Revision: 100893
          https://trac.macports.org/changeset/100893
Author:   jmr at macports.org
Date:     2012-12-30 23:09:52 -0800 (Sun, 30 Dec 2012)
Log Message:
-----------
py-meld3: use unified portgroup, set license

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

Modified: trunk/dports/python/py-meld3/Portfile
===================================================================
--- trunk/dports/python/py-meld3/Portfile	2012-12-31 06:41:39 UTC (rev 100892)
+++ trunk/dports/python/py-meld3/Portfile	2012-12-31 07:09:52 UTC (rev 100893)
@@ -1,9 +1,11 @@
 # $Id$
 
 PortSystem		1.0
-PortGroup		python24 1.0
+PortGroup		python 1.0
+
 name			py-meld3
 version			0.6.3
+license			ZPL-2.1
 maintainers		gmail.com:roger.hoover
 description		SGML template system
 long_description	meld3 is an HTML/XML templating system for Python 2.3+ which keeps template markup and dynamic rendering logic separate from one another.
@@ -11,13 +13,15 @@
 platforms		darwin
 
 homepage		http://www.plope.com/software/meld3/
-master_sites		http://www.plope.com/software/meld3/ 
+master_sites		http://www.plope.com/software/meld3/
 distname		meld3-${version}
+checksums		md5 45992df3b24f23e051ff3c647dd24bdf
 
-depends_build-append	port:py24-distribute
+python.versions	24
 
-checksums		md5 45992df3b24f23e051ff3c647dd24bdf
+if {$subport != $name} {
+    depends_build-append	port:py${python.version}-distribute
 
-patchfiles              patch-ez_setup.py \
-                        patch-setup.py
-
+    patchfiles              patch-ez_setup.py \
+                            patch-setup.py
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121230/9b9f0f9e/attachment.html>


More information about the macports-changes mailing list