[102765] trunk/dports/python/py-keyczar/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Feb 7 19:27:30 PST 2013


Revision: 102765
          https://trac.macports.org/changeset/102765
Author:   ryandesign at macports.org
Date:     2013-02-07 19:27:30 -0800 (Thu, 07 Feb 2013)
Log Message:
-----------
py-keyczar: update to 0.71c; use googlecode fetchgroup; disable livecheck for subports

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

Modified: trunk/dports/python/py-keyczar/Portfile
===================================================================
--- trunk/dports/python/py-keyczar/Portfile	2013-02-08 03:17:04 UTC (rev 102764)
+++ trunk/dports/python/py-keyczar/Portfile	2013-02-08 03:27:30 UTC (rev 102765)
@@ -4,7 +4,7 @@
 PortGroup           python 1.0
 
 name                py-keyczar
-version             0.7b
+version             0.71c
 categories-append   devel crypto
 license             Apache-2
 maintainers         nomaintainer
@@ -19,23 +19,18 @@
 supported_archs     noarch
 
 homepage            http://www.keyczar.org/
-master_sites        http://keyczar.googlecode.com/files/
-distname            python-keyczar-${version}.081911
-worksrcdir          python-keyczar-${version}
+master_sites        googlecode:keyczar
+distname            python-keyczar-${version}
 
-checksums           sha1    cc538552d79e9e0fc372813316b50d421b71118c \
-                    rmd160  576a863f23dc9baae5374e3e61f9e88bb106080d
+checksums           rmd160  1a132de81a92cbddd6dcc597500f4440186d59b1 \
+                    sha256  34845f4d8388b11e1176d36e90c2126cff564a621133bd1a946aa6640d2e9035
 
-python.default_version   27
 python.versions          25 26 27
 
 if {${name} != ${subport}} {
-   depends_lib         port:py${python.version}-crypto \
-                       port:py${python.version}-asn1 \
-                       port:py${python.version}-simplejson
-}
+    depends_lib-append  port:py${python.version}-crypto \
+                        port:py${python.version}-asn1 \
+                        port:py${python.version}-simplejson
 
-livecheck.type      regex
-livecheck.url       http://code.google.com/p/keyczar/downloads/list
-livecheck.regex     {Keyczar ([a-z0-9.]+) Python}
-
+    livecheck.type      none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130207/88a4cdbd/attachment.html>


More information about the macports-changes mailing list