[144322] trunk/dports/python/py-keyczar/Portfile
adfernandes at macports.org
adfernandes at macports.org
Wed Jan 6 08:12:47 PST 2016
Revision: 144322
https://trac.macports.org/changeset/144322
Author: adfernandes at macports.org
Date: 2016-01-06 08:12:47 -0800 (Wed, 06 Jan 2016)
Log Message:
-----------
python/py-keyczar: fix portfile for silent failures that only buildbot showed (grr)
Modified Paths:
--------------
trunk/dports/python/py-keyczar/Portfile
Modified: trunk/dports/python/py-keyczar/Portfile
===================================================================
--- 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 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160106/2b3e4dc9/attachment.html>
More information about the macports-changes
mailing list