hello,
minor update of www/py-jwt from 1.5.0 to 1.5.2, I've removed
our patch which just disabled pytest_runner, IIRC at the time
we put it in, it was to stop the port from trying to autofetch
it as we didn't have it in tree. I can no longer duplicate this
behavior (i.e. on a system without pytest_runner and with no
internet connection this still builds correctly). However I'd
appreciate a second set of eyes to confirm.
thanks,
.jh
Index: py-jwt/Makefile
===================================================================
RCS file: /cvs/ports/www/py-jwt/Makefile,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 Makefile
--- py-jwt/Makefile 24 Apr 2017 09:30:00 -0000 1.8
+++ py-jwt/Makefile 2 Jul 2017 21:37:03 -0000
@@ -2,12 +2,11 @@
COMMENT = JSON Web Token implementation in Python
-MODPY_EGG_VERSION = 1.5.0
+MODPY_EGG_VERSION = 1.5.2
DISTNAME = PyJWT-${MODPY_EGG_VERSION}
PKGNAME = py-jwt-${MODPY_EGG_VERSION}
CATEGORIES = www
MAINTAINER = Johan Huldtgren <[email protected]>
-REVISION = 0
HOMEPAGE = http://github.com/jpadilla/pyjwt
@@ -27,6 +26,9 @@ RUN_DEPENDS = security/py-cryptography
TEST_DEPENDS = devel/py-test \
devel/py-test-cov \
devel/py-test-runner
+
+post-extract:
+ @find ${WRKSRC}/tests -name '__pycache__' | xargs rm -rf
post-install:
mv ${PREFIX}/bin/pyjwt ${PREFIX}/bin/pyjwt${MODPY_BIN_SUFFIX}
Index: py-jwt/distinfo
===================================================================
RCS file: /cvs/ports/www/py-jwt/distinfo,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 distinfo
--- py-jwt/distinfo 24 Apr 2017 09:30:00 -0000 1.4
+++ py-jwt/distinfo 2 Jul 2017 21:37:03 -0000
@@ -1,2 +1,2 @@
-SHA256 (PyJWT-1.5.0.tar.gz) = /Rgrco0T8EwonZsmI9CSVtNWybSmd4AYABRUqVTXxUs=
-SIZE (PyJWT-1.5.0.tar.gz) = 34841
+SHA256 (PyJWT-1.5.2.tar.gz) = EXnwv/hkY7UwjuX3r/HDUOHzgTnWKnI+FvssVX0ceV8=
+SIZE (PyJWT-1.5.2.tar.gz) = 72715