diff options
| author | Matthew Wener <matthew@wener.org> | 2025-06-01 12:04:58 +0000 |
|---|---|---|
| committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-06-01 12:04:58 +0000 |
| commit | 30611c43a29557746f7cbfce93189ef88b058af0 (patch) | |
| tree | b23b1acf3b933c2fa8b91b602f13349b194b5169 /archivers/py-pyzstd | |
| parent | 6fdb66dcd2d354b317fc66b86d66b6b1f9625b3e (diff) | |
Diffstat (limited to 'archivers/py-pyzstd')
| -rw-r--r-- | archivers/py-pyzstd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/py-pyzstd/Makefile b/archivers/py-pyzstd/Makefile index 052b600281fa..06e356816564 100644 --- a/archivers/py-pyzstd/Makefile +++ b/archivers/py-pyzstd/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyzstd -PORTVERSION= 0.17.0 +DISTVERSION= 0.17.0 +PORTREVISION= 1 CATEGORIES= archivers python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +22,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-${PYTHON_SUFFIX}.so do-test: @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v |
