aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason W. Bacon <jwb@FreeBSD.org>2024-02-07 13:59:54 +0000
committerJason W. Bacon <jwb@FreeBSD.org>2024-02-07 14:01:10 +0000
commit8b4861e65a3c15900e6c9c68a1dee63d3b3ef66d (patch)
treece8b288fce1ea2136476890d9eb05ae7c97175f7
parent163c3a5e7564a459529e0bc0a996f05c9974480d (diff)
downloadports-8b4861e65a3c15900e6c9c68a1dee63d3b3ef66d.tar.gz
ports-8b4861e65a3c15900e6c9c68a1dee63d3b3ef66d.zip
archivers/py-xopen: Update to 1.9.0_1
Remove dependency on unmaintained py-bz2file, a drop-in replacement for functionality in the standard python libraries
-rw-r--r--archivers/py-xopen/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/py-xopen/Makefile b/archivers/py-xopen/Makefile
index 068a15d7aa14..7c0ac142d5c3 100644
--- a/archivers/py-xopen/Makefile
+++ b/archivers/py-xopen/Makefile
@@ -1,5 +1,6 @@
PORTNAME= xopen
DISTVERSION= 1.9.0
+PORTREVISION= 1
CATEGORIES= archivers python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,8 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bz2file>=0.98:archivers/py-bz2file@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}zstandard>0:archivers/py-zstandard@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zstandard>0:archivers/py-zstandard@${PY_FLAVOR} \
pigz>=0:archivers/pigz
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}