summaryrefslogtreecommitdiff
path: root/archivers/py-pyzstd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/py-pyzstd/Makefile')
-rw-r--r--archivers/py-pyzstd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/py-pyzstd/Makefile b/archivers/py-pyzstd/Makefile
index 20792ebfa5fc..052b600281fa 100644
--- a/archivers/py-pyzstd/Makefile
+++ b/archivers/py-pyzstd/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pyzstd
-PORTVERSION= 0.16.2
+PORTVERSION= 0.17.0
CATEGORIES= archivers python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -21,7 +21,7 @@ TEST_ENV= ${MAKE_ENV} \
PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pyzstd/c/_zstd.cpython-311.so
+ ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pyzstd/_c/_zstd.cpython-311.so
do-test:
@cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v