[113964] trunk/dports/python/py-robotframework/Portfile

jwa at macports.org jwa at macports.org
Tue Nov 26 12:19:35 PST 2013


Revision: 113964
          https://trac.macports.org/changeset/113964
Author:   jwa at macports.org
Date:     2013-11-26 12:19:35 -0800 (Tue, 26 Nov 2013)
Log Message:
-----------
py-robotframework: version bump to 2.8.2, change download and livecheck sites

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

Modified: trunk/dports/python/py-robotframework/Portfile
===================================================================
--- trunk/dports/python/py-robotframework/Portfile	2013-11-26 19:57:50 UTC (rev 113963)
+++ trunk/dports/python/py-robotframework/Portfile	2013-11-26 20:19:35 UTC (rev 113964)
@@ -7,7 +7,7 @@
 name                py-robotframework
 set internal_name   robotframework
 
-version             2.8.1
+version             2.8.2
 license             Apache-2
 
 categories-append   devel
@@ -15,8 +15,7 @@
 description         ATDD framework
 long_description    ATDD framework with plugins
 
-#homepage	http://robotframework.org/
-homepage	http://code.google.com/p/robotframework/
+homepage	http://robotframework.org/
 
 platforms           darwin
 python.versions		26 27
@@ -24,12 +23,12 @@
 
 universal_variant	yes
 
-master_sites        http://robotframework.googlecode.com/files/
+master_sites        https://pypi.python.org/packages/source/r/robotframework
 distname            ${internal_name}-${version}
 #use_bzip2           yes
 
-checksums           rmd160  a3e121515a7bd7e2cfe1aa44eddd5962a1ee9820 \
-                    sha256  dcbe5614cc155a291477a8b4f5446d75c18502a33d78b8ae1bfe16196296fc13
+checksums           rmd160  94f9fcb220dea100cf8ddd9497e48f0deefc7c90 \
+                    sha256  da1cb3318a349a7c359a4f0c78d75c87561791f12235dc48551400bee2bf6c5f
 
 if {$subport != $name} {
     post-destroot		{
@@ -40,7 +39,7 @@
 
 if {$subport == $name} {
     livecheck.type     regex
-    livecheck.url      ${homepage}
+    livecheck.url      https://pypi.python.org/pypi/robotframework
     livecheck.regex    ${internal_name}-(2\\.\[0-9.\]+)\\.tar\\.\[bg\]z
 } else {
     livecheck.type	none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131126/4f4bbc97/attachment.html>


More information about the macports-changes mailing list