[152060] trunk/dports/python/py-robotframework-selenium2library/Portfile

jwa at macports.org jwa at macports.org
Sun Aug 28 07:34:42 PDT 2016


Revision: 152060
          https://trac.macports.org/changeset/152060
Author:   jwa at macports.org
Date:     2016-08-28 07:34:41 -0700 (Sun, 28 Aug 2016)
Log Message:
-----------
py-robotframework-selenium2library: version bump to 1.8.0, fix livecheck

Modified Paths:
--------------
    trunk/dports/python/py-robotframework-selenium2library/Portfile

Modified: trunk/dports/python/py-robotframework-selenium2library/Portfile
===================================================================
--- trunk/dports/python/py-robotframework-selenium2library/Portfile	2016-08-28 11:05:58 UTC (rev 152059)
+++ trunk/dports/python/py-robotframework-selenium2library/Portfile	2016-08-28 14:34:41 UTC (rev 152060)
@@ -7,7 +7,7 @@
 name				py-robotframework-selenium2library
 set internal_name	robotframework-selenium2library
 
-version             1.7.4
+version             1.8.0
 categories-append   devel
 maintainers         jwa
 description         Robot Framework library to run web-based tests
@@ -24,8 +24,8 @@
 master_sites        pypi:r/${internal_name}/
 distname            ${internal_name}-${version}
 
-checksums           rmd160  630099c1ccdcbde1c4330da03f47e0b05c504579 \
-                    sha256  4332e3021c6e4ba4a04f4dd99c4fb970315d9fc0fe31bcb62aad2fe833ad9400
+checksums           rmd160  d5d6fc35e01350dcf95b4d97191ef69535fdecf9 \
+                    sha256  2cb983b3237a6f63842c2c800f35c77a76db88623751054644c50f7a3698c0f9
 
 if {${name} ne ${subport}} {
     depends_lib-append	port:py${python.version}-robotframework \
@@ -41,7 +41,7 @@
 if {${name} eq ${subport}} {
     livecheck.type     regex
     livecheck.url      https://pypi.python.org/pypi/${internal_name}
-    livecheck.regex    ${internal_name}-(\[0-9\]\\.\[0-9.\]+)\\.tar\\.\[bg\]z
+    livecheck.regex    ${internal_name} (\[0-9\]\\.\[0-9.\]+)
 } else {
     livecheck.type	none
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160828/3f70ecc9/attachment.html>


More information about the macports-changes mailing list