Skip to content

Commit

Permalink
archivers/py-xopen: Update to 1.9.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Jason W. Bacon authored and Jason W. Bacon committed Feb 6, 2024
1 parent 267bcb9 commit 4da9d29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions 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}
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit 4da9d29

Please sign in to comment.