[132210] trunk/dports/python/py-urlwatch/Portfile

petr at macports.org petr at macports.org
Mon Jan 26 05:42:39 PST 2015


Revision: 132210
          https://trac.macports.org/changeset/132210
Author:   petr at macports.org
Date:     2015-01-26 05:42:39 -0800 (Mon, 26 Jan 2015)
Log Message:
-----------
py-urlwatch: update to 1.17, solves #46673.

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

Modified: trunk/dports/python/py-urlwatch/Portfile
===================================================================
--- trunk/dports/python/py-urlwatch/Portfile	2015-01-26 13:24:04 UTC (rev 132209)
+++ trunk/dports/python/py-urlwatch/Portfile	2015-01-26 13:42:39 UTC (rev 132210)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-urlwatch
-version	            1.15
+version	            1.17
 license             BSD
 platforms           darwin
 supported_archs     noarch
@@ -23,9 +23,9 @@
 master_sites        ${homepage}
 distname            urlwatch-${version}
 
-checksums           md5     a0a739d4ea18f15c121e5f12bb75cbc9 \
-                    sha1    3353c3222b5057742e2b6678200c7bdef2245278 \
-                    rmd160  3f5e73b551b3d4aa1974ec8ff30d391b06f58e32
+checksums           md5     fb15ca7d3723e3a385ee149d9b19c262 \
+                    rmd160  2630fefb7d1e50f49f3833ce4448f29f4ed458c6 \
+                    sha256  006f04c124cf3dace3d071921e5ed452f6fbd463495bc8aa7879b915407c88f6
 
 livecheck.type      regex
 livecheck.url       ${homepage}
@@ -35,8 +35,11 @@
 
 if {${name} ne ${subport}} {
     depends_build-append  port:py${python.version}-setuptools
-    depends_lib-append    port:py${python.version}-futures
 
+    if { ${python.version} < 32 } {
+        depends_lib-append    port:py${python.version}-futures
+    }
+
     pre-configure {
         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/20150126/45d48b80/attachment.html>


More information about the macports-changes mailing list