diff options
Diffstat (limited to 'devel/py-testtools/Makefile')
| -rw-r--r-- | devel/py-testtools/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/devel/py-testtools/Makefile b/devel/py-testtools/Makefile index 61e508e15bfc..f65dc11e7e60 100644 --- a/devel/py-testtools/Makefile +++ b/devel/py-testtools/Makefile @@ -1,5 +1,5 @@ PORTNAME= testtools -PORTVERSION= 2.7.2 +PORTVERSION= 2.8.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 @@ -25,14 +23,8 @@ PORTDOCS= api.rst for-framework-folk.rst for-test-authors.rst hacking.rst index. OPTIONS_DEFINE= DOCS -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} >= 31200 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} -.endif - post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/*.rst ${STAGEDIR}${DOCSDIR} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |
