diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-08-21 05:09:12 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-08-21 05:09:33 +0000 |
commit | 1c4b9f8c88138571934d8c7744fdb4f9a758535f (patch) | |
tree | f658b17757bdb64ca84369931bb268210dca62df | |
parent | 041af09f5ae92a4da095417846583bd432b8c09e (diff) | |
download | ports-1c4b9f8c88138571934d8c7744fdb4f9a758535f.tar.gz ports-1c4b9f8c88138571934d8c7744fdb4f9a758535f.zip |
devel/py-xdoctest: update 1.1.6 → 1.2.0
Reported by: portscout
-rw-r--r-- | devel/py-xdoctest/Makefile | 4 | ||||
-rw-r--r-- | devel/py-xdoctest/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-xdoctest/Makefile b/devel/py-xdoctest/Makefile index f96f64521a2d..5db237b78d8e 100644 --- a/devel/py-xdoctest/Makefile +++ b/devel/py-xdoctest/Makefile @@ -1,5 +1,5 @@ PORTNAME= xdoctest -DISTVERSION= 1.1.6 +DISTVERSION= 1.2.0 CATEGORIES= devel python MASTER_SITES= PYPI # has no tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,7 +25,7 @@ TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} do-test: # 2 tests fail, see https://github.com/Erotemic/xdoctest/issues/131; more failures w/out the below arguments to pytest @cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -k '' -p pytester -rs -v -o addopts= -alt-test: # tests using the xdoctest executable +alt-test: # tests using the xdoctest executable - all tests pass this way @cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${STAGEDIR}${PREFIX}/bin/xdoctest -m xdoctest .include <bsd.port.mk> diff --git a/devel/py-xdoctest/distinfo b/devel/py-xdoctest/distinfo index 9a035167ce61..bf88c6f93845 100644 --- a/devel/py-xdoctest/distinfo +++ b/devel/py-xdoctest/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724046306 -SHA256 (xdoctest-1.1.6.tar.gz) = 00ec7bde36addbedf5d1db0db57b6b669a7a4b29ad2d16480950556644f02109 -SIZE (xdoctest-1.1.6.tar.gz) = 203088 +TIMESTAMP = 1724214016 +SHA256 (xdoctest-1.2.0.tar.gz) = d8cfca6d8991e488d33f756e600d35b9fdf5efd5c3a249d644efcbbbd2ed5863 +SIZE (xdoctest-1.2.0.tar.gz) = 204804 |