[125147] trunk/dports/python/py-tz-gae/Portfile
khindenburg at macports.org
khindenburg at macports.org
Sun Sep 7 16:13:34 PDT 2014
Revision: 125147
https://trac.macports.org/changeset/125147
Author: khindenburg at macports.org
Date: 2014-09-07 16:13:34 -0700 (Sun, 07 Sep 2014)
Log Message:
-----------
py-tz-gae: add conflicts w/ py-tz #36613
Modified Paths:
--------------
trunk/dports/python/py-tz-gae/Portfile
Modified: trunk/dports/python/py-tz-gae/Portfile
===================================================================
--- trunk/dports/python/py-tz-gae/Portfile 2014-09-07 20:41:53 UTC (rev 125146)
+++ trunk/dports/python/py-tz-gae/Portfile 2014-09-07 23:13:34 UTC (rev 125147)
@@ -4,7 +4,6 @@
PortGroup python 1.0
name py-tz-gae
-conflicts py-tz
set real_name gaepytz
version 2011h
categories-append devel
@@ -26,6 +25,12 @@
checksums rmd160 f704e2c99016d115d27f03fd47c5cb89721fc9d4 \
sha256 d6e214fdc071c9a22234aed92ea763889501d0c000ee202b8a5493ef4390843b
-livecheck.type regex
-livecheck.url ${master_sites}?C=M&O=D
-livecheck.regex ${real_name}-(\\d+\\w?)
+if {${name} eq ${subport}} {
+ conflicts py-tz
+ livecheck.type regex
+ livecheck.url ${master_sites}?C=M&O=D
+ livecheck.regex ${real_name}-(\\d+\\w?)
+} else {
+ conflicts py${python.version}-tz
+ livecheck.type none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140907/35ee2491/attachment.html>
More information about the macports-changes
mailing list