[116779] trunk/dports/python/py-robotframework-sshlibrary/Portfile

jwa at macports.org jwa at macports.org
Thu Feb 6 23:01:33 PST 2014


Revision: 116779
          https://trac.macports.org/changeset/116779
Author:   jwa at macports.org
Date:     2014-02-06 23:01:33 -0800 (Thu, 06 Feb 2014)
Log Message:
-----------
py-robotframework-sshlibrary: version bump to 2.0.1, fix livecheck

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

Modified: trunk/dports/python/py-robotframework-sshlibrary/Portfile
===================================================================
--- trunk/dports/python/py-robotframework-sshlibrary/Portfile	2014-02-07 03:48:34 UTC (rev 116778)
+++ trunk/dports/python/py-robotframework-sshlibrary/Portfile	2014-02-07 07:01:33 UTC (rev 116779)
@@ -8,7 +8,7 @@
 set internal_name	robotframework-sshlibrary
 license             Apache-2
 
-version             2.0
+version             2.0.1
 categories-append   devel
 maintainers         jwa
 description         Robot Framework library to handle ssh 
@@ -23,8 +23,8 @@
 master_sites        https://pypi.python.org/packages/source/r/robotframework-sshlibrary/
 distname            ${internal_name}-${version}
 
-checksums           rmd160  4b68bb55650c97a51954689b27659ab72dbb9561 \
-                    sha256  da69063046ce4a7cbcc11b8f3af6c294292ee5115f3b7bec4a96b1a64b375273
+checksums           rmd160  3d262a74f87b813bbd7e9dc32b95d8c27b77526b \
+                    sha256  073d78ff357b585bf89e979d993f5d99089aa7ee21795bd8a06b710a82d7bb44
 
 if {${name} ne ${subport}} {
     depends_lib-append	port:py${python.version}-robotframework \
@@ -34,5 +34,5 @@
 } else {
     livecheck.type     regex
     livecheck.url      https://pypi.python.org/pypi/robotframework-sshlibrary
-    livecheck.regex    ${internal_name}-(\[0-9\]+\\.\[0-9\])\\.tar\\.\[bg\]z
+    livecheck.regex    ${internal_name}/(\[0-9\]\\.\[0-9.\]+)
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140206/923fb177/attachment.html>


More information about the macports-changes mailing list