git: 4da9d2944b81 - main - archivers/py-xopen: Update to 1.9.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Feb 2024 12:50:40 UTC
The branch main has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=4da9d2944b81f1470dbe4f9c2ecfbae6fdaf9dc8 commit 4da9d2944b81f1470dbe4f9c2ecfbae6fdaf9dc8 Author: Jason W. Bacon <jwb@FreeBSD.org> AuthorDate: 2024-02-06 12:46:32 +0000 Commit: Jason W. Bacon <jwb@FreeBSD.org> CommitDate: 2024-02-06 12:46:32 +0000 archivers/py-xopen: Update to 1.9.0 Numerous bug fixes and enhancements since 1.1.0 Changes: https://github.com/pycompression/xopen/tags Also added zstandard support via architers/py-zstandard PR: 276814 Reported by: wen --- archivers/py-xopen/Makefile | 8 +++++--- archivers/py-xopen/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/archivers/py-xopen/Makefile b/archivers/py-xopen/Makefile index 1c39109b9923..068a15d7aa14 100644 --- a/archivers/py-xopen/Makefile +++ b/archivers/py-xopen/Makefile @@ -1,5 +1,5 @@ PORTNAME= xopen -DISTVERSION= 1.1.0 # py-cutadapt 3.3 requires 1.1.x +DISTVERSION= 1.9.0 CATEGORIES= archivers python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +11,15 @@ WWW= https://pypi.org/project/xopen/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} +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} \ pigz>=0:archivers/pigz TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist cython pep517 NO_ARCH= yes diff --git a/archivers/py-xopen/distinfo b/archivers/py-xopen/distinfo index 530c6b865312..29744363d7ed 100644 --- a/archivers/py-xopen/distinfo +++ b/archivers/py-xopen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1615045123 -SHA256 (xopen-1.1.0.tar.gz) = 38277eb96313b2e8822e19e793791801a1f41bf13ee5b48616a97afc65e9adb3 -SIZE (xopen-1.1.0.tar.gz) = 17836 +TIMESTAMP = 1707060680 +SHA256 (xopen-1.9.0.tar.gz) = 01daaefd18875b1e555183f9641de892cc245eaca6893546e91f48182b6d6ab1 +SIZE (xopen-1.9.0.tar.gz) = 30580