git: 8b4861e65a3c - main - archivers/py-xopen: Update to 1.9.0_1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Feb 2024 14:01:12 UTC
The branch main has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=8b4861e65a3c15900e6c9c68a1dee63d3b3ef66d commit 8b4861e65a3c15900e6c9c68a1dee63d3b3ef66d Author: Jason W. Bacon <jwb@FreeBSD.org> AuthorDate: 2024-02-07 13:59:54 +0000 Commit: Jason W. Bacon <jwb@FreeBSD.org> CommitDate: 2024-02-07 14:01:10 +0000 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 --- archivers/py-xopen/Makefile | 4 ++-- 1 file 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}