[141819] trunk/dports/python/py-jwt/Portfile
petr at macports.org
petr at macports.org
Sat Dec 12 03:08:34 PST 2015
Revision: 141819
https://trac.macports.org/changeset/141819
Author: petr at macports.org
Date: 2015-10-29 07:34:36 -0700 (Thu, 29 Oct 2015)
Log Message:
-----------
py-jwt: update to 1.4.0
Modified Paths:
--------------
trunk/dports/python/py-jwt/Portfile
Modified: trunk/dports/python/py-jwt/Portfile
===================================================================
--- trunk/dports/python/py-jwt/Portfile 2015-10-29 14:27:29 UTC (rev 141818)
+++ trunk/dports/python/py-jwt/Portfile 2015-10-29 14:34:36 UTC (rev 141819)
@@ -8,7 +8,7 @@
set _n [string index ${_name} 0]
name py-jwt
-version 0.4.1
+version 1.4.0
categories-append security
platforms darwin
supported_archs noarch
@@ -22,22 +22,15 @@
master_sites https://pypi.python.org/packages/source/${_n}/${_name}/
distname ${_name}-${version}
-checksums md5 cafa75027106a70e2f246ab0e3a44e5d \
- rmd160 42741048ff69e2cccb3aa83d1d5369de09dad581 \
- sha256 dea6b6a402f721265aa257a8a40ede290c1a295f75f88099eb5b6701d93b980e
+checksums md5 2f9bd9226d72b13d19d2c557114d03dc \
+ rmd160 19491dd595b1fb1ac73bfe9778cc26342cc5cf1d \
+ sha256 e1b2386cfad541445b1d43e480b02ca37ec57259fd1a23e79415b57ba5d8a694
-python.versions 27 34
+python.versions 27 34 35
if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools
- # cleanup messy PyPI package, remove after upstream correction
- post-extract {
- set egg ${worksrcpath}/PyJWT.egg-info
- delete ${egg}/SOURCES.txt
- move ${egg}/SOURCES\ (Joses-iMac's\ conflicted\ copy\ 2014-10-17).txt ${egg}/SOURCES.txt
- }
-
livecheck.type none
} else {
livecheck.type regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/970538cc/attachment.html>
More information about the macports-changes
mailing list