[106073] trunk/dports/python
jmr at macports.org
jmr at macports.org
Tue May 14 04:15:20 PDT 2013
Revision: 106073
https://trac.macports.org/changeset/106073
Author: jmr at macports.org
Date: 2013-05-14 04:15:20 -0700 (Tue, 14 May 2013)
Log Message:
-----------
py*-simpletal: unify, mark noarch
Modified Paths:
--------------
trunk/dports/python/py-simpletal/Portfile
Added Paths:
-----------
trunk/dports/python/py-simpletal/
Removed Paths:
-------------
trunk/dports/python/py25-simpletal/
trunk/dports/python/py26-simpletal/
trunk/dports/python/py27-simpletal/
Modified: trunk/dports/python/py-simpletal/Portfile
===================================================================
--- trunk/dports/python/py27-simpletal/Portfile 2013-05-14 08:37:49 UTC (rev 106064)
+++ trunk/dports/python/py-simpletal/Portfile 2013-05-14 11:15:20 UTC (rev 106073)
@@ -1,13 +1,14 @@
# $Id$
PortSystem 1.0
-PortGroup python27 1.0
+PortGroup python 1.0
-name py27-simpletal
+name py-simpletal
version 4.1
license BSD
maintainers nomaintainer
platforms darwin freebsd
+supported_archs noarch
description A standalone Python HTML & XML template library
long_description \
SimpleTAL is a stand alone Python implementation of the TAL, TALES and METAL \
@@ -22,6 +23,12 @@
sha1 d64ad70708cb07850d705d50ae7363504fea60d7 \
rmd160 b627e4599a9b2988efde70b3119fb24f3253bb6a
-livecheck.type regex
-livecheck.url ${master_sites}
-livecheck.regex SimpleTAL-(\\d+(?:\\.\\d+)*)
+python.versions 25 26 27
+
+if {$subport == $name} {
+ livecheck.type regex
+ livecheck.url ${master_sites}
+ livecheck.regex SimpleTAL-(\\d+(?:\\.\\d+)*)
+} else {
+ livecheck.type none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130514/20200a35/attachment-0001.html>
More information about the macports-changes
mailing list