Modified: trunk/dports/python/py-keyczar/Portfile (144321 => 144322)
--- trunk/dports/python/py-keyczar/Portfile 2016-01-06 15:46:10 UTC (rev 144321)
+++ trunk/dports/python/py-keyczar/Portfile 2016-01-06 16:12:47 UTC (rev 144322)
@@ -3,9 +3,13 @@
PortSystem 1.0
PortGroup python 1.0
+PortGroup github 1.0
name py-keyczar
-version 0.75
+github.setup google keyczar Python_release_0.715
+
+regexp {([^_]+)$} ${version} version
+
categories-append devel crypto
license Apache-2
maintainers nomaintainer
@@ -24,12 +28,13 @@
supported_archs noarch
homepage http://www.keyczar.org/
-master_sites googlecode:keyczar
-distname python-keyczar-${version}
-checksums rmd160 1a132de81a92cbddd6dcc597500f4440186d59b1 \
- sha256 34845f4d8388b11e1176d36e90c2126cff564a621133bd1a946aa6640d2e9035
+fetch.type git
+worksrcdir python-keyczar-Python_release_${version}
+build.cmd cd python && ${python.bin} setup.py --no-user-cfg
+destroot.cmd cd python && ${python.bin} setup.py --no-user-cfg
+
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-crypto \
port:py${python.version}-asn1 \