diff options
Diffstat (limited to 'archivers/py-pyzstd/Makefile')
| -rw-r--r-- | archivers/py-pyzstd/Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/py-pyzstd/Makefile b/archivers/py-pyzstd/Makefile index 06e356816564..3533a880fd34 100644 --- a/archivers/py-pyzstd/Makefile +++ b/archivers/py-pyzstd/Makefile @@ -1,6 +1,5 @@  PORTNAME=	pyzstd -DISTVERSION=	0.17.0 -PORTREVISION=	1 +DISTVERSION=	0.18.0  CATEGORIES=	archivers python  MASTER_SITES=	PYPI  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX} @@ -14,6 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE  BUILD_DEPENDS=	${PY_SETUPTOOLS} \  		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}  USES=		python  USE_PYTHON=	autoplist pep517 pytest  | 
