[132176] trunk/dports/python/py-urlwatch/Portfile
petr at macports.org
petr at macports.org
Sun Jan 25 15:48:14 PST 2015
Revision: 132176
https://trac.macports.org/changeset/132176
Author: petr at macports.org
Date: 2015-01-25 15:48:14 -0800 (Sun, 25 Jan 2015)
Log Message:
-----------
py-urlwatch: fix Py3 conversion
Modified Paths:
--------------
trunk/dports/python/py-urlwatch/Portfile
Modified: trunk/dports/python/py-urlwatch/Portfile
===================================================================
--- trunk/dports/python/py-urlwatch/Portfile 2015-01-25 22:35:33 UTC (rev 132175)
+++ trunk/dports/python/py-urlwatch/Portfile 2015-01-25 23:48:14 UTC (rev 132176)
@@ -38,7 +38,7 @@
depends_lib-append port:py${python.version}-futures
pre-configure {
- if {${python.version}==32 || ${python.version}==31} {
+ if { ${python.version} >= 30 } {
system "cd ${worksrcpath} && ${worksrcpath}/convert-to-python3.sh"
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150125/60eac12a/attachment.html>
More information about the macports-changes
mailing list