[127379] trunk/dports/python/py-zopeinterface/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sun Oct 26 09:12:45 PDT 2014


Revision: 127379
          https://trac.macports.org/changeset/127379
Author:   mcalhoun at macports.org
Date:     2014-10-26 09:12:45 -0700 (Sun, 26 Oct 2014)
Log Message:
-----------
py-zopeinterface: Update version 3.8.0->4.1.1; Fix homepage; Tweak livecheck.

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

Modified: trunk/dports/python/py-zopeinterface/Portfile
===================================================================
--- trunk/dports/python/py-zopeinterface/Portfile	2014-10-26 16:08:56 UTC (rev 127378)
+++ trunk/dports/python/py-zopeinterface/Portfile	2014-10-26 16:12:45 UTC (rev 127379)
@@ -5,8 +5,7 @@
 PortGroup  python 1.0
 
 name            py-zopeinterface
-version         3.8.0
-revision        1
+version         4.1.1
 python.versions 27 34
 categories-append     zope
 license         ZPL-2.1
@@ -15,12 +14,12 @@
 description     Python interfaces for Zope
 long_description    ${description}
 
-homepage        http://old.zope.org/Products/ZopeInterface
+homepage        http://docs.zope.org/zopetoolkit/
 master_sites    http://pypi.python.org/packages/source/z/zope.interface
 distname        zope.interface-${version}
 
-checksums           rmd160  07e4969655667987ec3c80057e1098f05bad3af3 \
-                    sha256  1d5411ff82fd3a73bad6efb38deddb3f98d61d590344deb0cdd308e8aa94d3ff
+checksums           rmd160  2c631e392714fb24d6713c7d527d353967e3f690 \
+                    sha256  91cba7b7cd7cb82f6f4e023fe77f94dc3df4ae5287fd55def2148dc232d0c7da
 
 if {${name} ne ${subport}} {
 
@@ -29,7 +28,7 @@
 post-destroot {
     xinstall -d ${destroot}${prefix}/share/doc/${subport}
     xinstall -m 644 -W ${worksrcpath} \
-        CHANGES.txt  README.txt \
+        CHANGES.rst  README.rst \
         ${destroot}${prefix}/share/doc/${subport}
 }
 
@@ -38,5 +37,5 @@
 }
 
 livecheck.type      regex
-livecheck.url       http://svn.zope.org/zope.interface/tags/
-livecheck.regex     zope.interface\\/tags\\/(\\d+(?:\\.\\d+)*)
+livecheck.url       https://pypi.python.org/packages/source/z/zope.interface/
+livecheck.regex     zope.interface-(\\d+(?:\\.\\d+)*)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141026/a9413831/attachment.html>


More information about the macports-changes mailing list