[146984] trunk/dports/python/py-formalchemy/Portfile
petr at macports.org
petr at macports.org
Tue Mar 22 11:49:14 PDT 2016
Revision: 146984
https://trac.macports.org/changeset/146984
Author: petr at macports.org
Date: 2016-03-22 11:49:14 -0700 (Tue, 22 Mar 2016)
Log Message:
-----------
py-formalchemy: fix livecheck
Modified Paths:
--------------
trunk/dports/python/py-formalchemy/Portfile
Modified: trunk/dports/python/py-formalchemy/Portfile
===================================================================
--- trunk/dports/python/py-formalchemy/Portfile 2016-03-22 18:47:28 UTC (rev 146983)
+++ trunk/dports/python/py-formalchemy/Portfile 2016-03-22 18:49:14 UTC (rev 146984)
@@ -22,10 +22,6 @@
checksums rmd160 d7f78d51bf7fd20c642356002bcfa77022fb56fc
-livecheck.type regex
-livecheck.url ${homepage}
-livecheck.regex {>FormAlchemy (.+) :}
-
python.versions 26
if {$subport ne $name} {
@@ -34,4 +30,10 @@
port:py${python.version}-tempita \
port:py${python.version}-webhelpers \
port:py${python.version}-webob
+
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url ${homepage}
+ livecheck.regex {>FormAlchemy (.+) :}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160322/f9386008/attachment.html>
More information about the macports-changes
mailing list