Date: Tue, 7 Aug 2018 03:53:32 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476563 - head/www/py-txrequests Message-ID: <201808070353.w773rWh4033181@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Tue Aug 7 03:53:32 2018 New Revision: 476563 URL: https://svnweb.freebsd.org/changeset/ports/476563 Log: www/py-txrequests: Update to 0.9.6 Changelog: https://github.com/tardyp/txrequests/blob/v0.9.6/CHANGES Modified: head/www/py-txrequests/Makefile head/www/py-txrequests/distinfo Modified: head/www/py-txrequests/Makefile ============================================================================== --- head/www/py-txrequests/Makefile Tue Aug 7 03:43:52 2018 (r476562) +++ head/www/py-txrequests/Makefile Tue Aug 7 03:53:32 2018 (r476563) @@ -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> Modified: head/www/py-txrequests/distinfo ============================================================================== --- head/www/py-txrequests/distinfo Tue Aug 7 03:43:52 2018 (r476562) +++ head/www/py-txrequests/distinfo Tue Aug 7 03:53:32 2018 (r476563) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808070353.w773rWh4033181>