diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2018-08-07 03:53:32 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2018-08-07 03:53:32 +0000 |
commit | 0c583871f96eab06c094cd04c12dd3d860a71cff (patch) | |
tree | 75145785a7aac0a43f4fdd5b11839ce3c864fc62 | |
parent | devel/py-pyflakes: Update to 2.0.0 (diff) |
www/py-txrequests: Update to 0.9.6
Changelog:
https://github.com/tardyp/txrequests/blob/v0.9.6/CHANGES
-rw-r--r-- | www/py-txrequests/Makefile | 5 | ||||
-rw-r--r-- | www/py-txrequests/distinfo | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/www/py-txrequests/Makefile b/www/py-txrequests/Makefile index b91415c12c48..96a3103e2b3a 100644 --- a/www/py-txrequests/Makefile +++ b/www/py-txrequests/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= txrequests -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.6 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +21,8 @@ USE_PYTHON= autoplist distutils NO_ARCH= yes +TEST_ENV= PYTHONPATH=${TEST_WRKSRC} do-test: - @cd ${WRKSRC} && ${LOCALBASE}/bin/trial ${WRKSRC}/test_txrequests.py + @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${LOCALBASE}/bin/trial ${WRKSRC}/test_txrequests.py .include <bsd.port.mk> diff --git a/www/py-txrequests/distinfo b/www/py-txrequests/distinfo index 6cd705566920..8fe39676fec0 100644 --- a/www/py-txrequests/distinfo +++ b/www/py-txrequests/distinfo @@ -1,2 +1,3 @@ -SHA256 (txrequests-0.9.2.tar.gz) = dc29e7c9305a74be3e88cd0253bde1981855426e39fbf4a7f4af647542eb7d4e -SIZE (txrequests-0.9.2.tar.gz) = 5223 +TIMESTAMP = 1533613488 +SHA256 (txrequests-0.9.6.tar.gz) = b452a1cafa4d005678f6fa47922a330feb4907d5b4732d1841ca98e89f1362e1 +SIZE (txrequests-0.9.6.tar.gz) = 5306 |