[114148] trunk/dports/python/py-itsdangerous/Portfile

aronnax at macports.org aronnax at macports.org
Sat Nov 30 04:03:35 PST 2013


Revision: 114148
          https://trac.macports.org/changeset/114148
Author:   aronnax at macports.org
Date:     2013-11-30 04:03:35 -0800 (Sat, 30 Nov 2013)
Log Message:
-----------
py-itsdangerous: update to 0.23

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

Modified: trunk/dports/python/py-itsdangerous/Portfile
===================================================================
--- trunk/dports/python/py-itsdangerous/Portfile	2013-11-30 12:00:23 UTC (rev 114147)
+++ trunk/dports/python/py-itsdangerous/Portfile	2013-11-30 12:03:35 UTC (rev 114148)
@@ -6,7 +6,7 @@
 
 set realname        itsdangerous
 name                py-${realname}
-version             0.21
+version             0.23
 python.versions     25 26 27
 license             BSD
 platforms           darwin
@@ -18,13 +18,14 @@
 master_sites        http://pypi.python.org/packages/source/[string index ${realname} 0]/${realname}/
 distname            ${realname}-${version}
 
-checksums           md5     84d4b33f0a1e4d0f7f8f8755a5eb2580 \
-                    sha1    683391f0331a65ab762d2561a25b852692dbd14c \
-                    rmd160  09a1003cc07e3a3d9b764e58c692ed609f2bb241
+checksums           md5     985e726eb76f18aca81e703f0a6c6efc \
+                    sha1    2bf6bf635245c278c14cbac39974adac4ff1460a \
+                    rmd160  1c48dae4294d52f32d26eb9270affba24c109d8b
 
 if {${subport} == ${name}} {
-    livecheck.type  regex
-    livecheck.regex [format "%s-%s" ${realname} {(\d+(?:\.\d+)*)}]
+    livecheck.type      regex
+    livecheck.url       "http://pypi.python.org/pypi?:action=doap&name=${realname}"
+    livecheck.regex     {<release><Version><revision>([^<]+)</revision></Version></release>}
 } else {
     depends_build-append \
                     port:py${python.version}-setuptools
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131130/5d708033/attachment.html>


More information about the macports-changes mailing list