aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason W. Bacon <jwb@FreeBSD.org>2024-02-06 12:46:32 +0000
committerJason W. Bacon <jwb@FreeBSD.org>2024-02-06 12:46:32 +0000
commit4da9d2944b81f1470dbe4f9c2ecfbae6fdaf9dc8 (patch)
tree149d93bd68429205ab806f83cad764353b81e8c2
parent267bcb9622cf491934dc84bd27bb983768a24ac7 (diff)
downloadports-4da9d2944b81f1470dbe4f9c2ecfbae6fdaf9dc8.tar.gz
ports-4da9d2944b81f1470dbe4f9c2ecfbae6fdaf9dc8.zip
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
-rw-r--r--archivers/py-xopen/Makefile8
-rw-r--r--archivers/py-xopen/distinfo6
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