diff --git a/devel/py-xdoctest/Makefile b/devel/py-xdoctest/Makefile index fb8af480ce6c..c1df7b3fab45 100644 --- a/devel/py-xdoctest/Makefile +++ b/devel/py-xdoctest/Makefile @@ -1,34 +1,33 @@ PORTNAME= xdoctest -DISTVERSION= 1.1.1 +DISTVERSION= 1.1.2 CATEGORIES= devel python MASTER_SITES= PYPI # has no tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Python package for executing tests in documentation strings WWW= https://github.com/Erotemic/xdoctest LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}codecov>=2.0.15:devel/py-codecov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}coverage>=2.0.15:devel/py-coverage@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.25.1:www/py-requests@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pytest-cov>=3.0.0:devel/py-pytest-cov@${PY_FLAVOR} USES= python -USE_PYTHON= distutils concurrent autoplist pytest +USE_PYTHON= distutils concurrent autoplist pytest # 2 tests fail NO_ARCH= yes TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} do-test: # 5 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 @cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${STAGEDIR}${PREFIX}/bin/xdoctest -m xdoctest .include diff --git a/devel/py-xdoctest/distinfo b/devel/py-xdoctest/distinfo index 8be45e29ed08..0a9170e55750 100644 --- a/devel/py-xdoctest/distinfo +++ b/devel/py-xdoctest/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679942402 -SHA256 (xdoctest-1.1.1.tar.gz) = 2eac8131bdcdf2781b4e5a62d6de87f044b730cc8db8af142a51bb29c245e779 -SIZE (xdoctest-1.1.1.tar.gz) = 181995 +TIMESTAMP = 1698338352 +SHA256 (xdoctest-1.1.2.tar.gz) = 267d3d4e362547fa917d3deabaf6888232bbf43c8d30298faeb957dbfa7e0ba3 +SIZE (xdoctest-1.1.2.tar.gz) = 194313