diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-04 00:44:55 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-04 01:39:29 +0100 |
| commit | a5a7083f960faae90883372bafd1693019da5a8c (patch) | |
| tree | eaed477de2a2a2101fd80e90d7c575662792802a /gnu/packages/python-xyz.scm | |
| parent | 222498ef7536a70d6f7aaeaa0ccbec1d5fb4834a (diff) | |
gnu: python-xopen: Move to python-compression.
* gnu/packages/python-xyz.scm (python-xopen): Move from here ...
* gnu/packages/python-compression.scm: ... to here.
Change-Id: Ibd5d8401fb45816855c85b0535738ce6b44d5e82
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3527a2c817..04dc5b6e49 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -25848,37 +25848,6 @@ module is a re-implementation aiming for speed, so it can be used at runtime (rather than during a preprocessing step).") (license license:asl2.0))) -(define-public python-xopen - (package - (name "python-xopen") - ;; TODO: Newer versions require zlib-ng: - ;; <https://github.com/zlib-ng/zlib-ng>, - ;; <https://github.com/pycompression/python-zlib-ng>. - (version "1.8.0") - (source - (origin - (method url-fetch) - (uri (pypi-uri "xopen" version)) - (sha256 - (base32 "0h08wpd5zwnlzwnbbbhahbcs69kzsfbaaigqw0viq6ri8n4zrh00")))) - (build-system pyproject-build-system) - ;; tests: 343 passed, 5 skipped - (native-inputs - (list python-pytest - python-pytest-timeout - python-setuptools - python-setuptools-scm)) - (propagated-inputs - (list pigz python-isal)) - (home-page "https://github.com/marcelm/xopen/") - (synopsis "Open compressed files transparently") - (description "This module provides an @code{xopen} function that works -like Python's built-in @code{open} function, but can also deal with compressed -files. Supported compression formats are gzip, bzip2 and, xz, and are -automatically recognized by their file extensions. The focus is on being as -efficient as possible on all supported Python versions.") - (license license:expat))) - (define-public python-cheetah (package (name "python-cheetah") |
