diff options
| author | Sergio Pastor Pérez <sergio.pastor-perez@inria.fr> | 2026-05-22 14:17:14 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-23 21:41:25 +0100 |
| commit | ce81ec8bdac401cd5cb371b4711c80c52eef9631 (patch) | |
| tree | 06767332dcc2c04a48b279daa83ade4955806bca /gnu | |
| parent | dd3e59ad40f480ae330e0814a7ab5bf32fa4ef9e (diff) | |
gnu: Add python-jaraco-stream.
* gnu/packages/python-compression.scm (python-jaraco-stream): New variable.
Relates-to: guix/guix!9483, guix/guix#7047
Reviewed-by: Nicolas Graves <ngraves@ngraves.fr>
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-compression.scm | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index 5ffcc6ccb2f..d3a6a8db3ad 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm | |||
| @@ -562,6 +562,33 @@ compression algorithm.") | |||
| 562 | and decompression by implementing Python bindings for the ISA-L library.") | 562 | and decompression by implementing Python bindings for the ISA-L library.") |
| 563 | (license license:expat))) | 563 | (license license:expat))) |
| 564 | 564 | ||
| 565 | (define-public python-jaraco-stream | ||
| 566 | (package | ||
| 567 | (name "python-jaraco-stream") | ||
| 568 | (version "3.0.4") | ||
| 569 | (source | ||
| 570 | (origin | ||
| 571 | (method git-fetch) | ||
| 572 | (uri (git-reference | ||
| 573 | (url "https://github.com/jaraco/jaraco.stream") | ||
| 574 | (commit (string-append "v" version)))) | ||
| 575 | (file-name (git-file-name name version)) | ||
| 576 | (sha256 | ||
| 577 | (base32 "0jsmyh37m78gfk70n3j5k5djh6pajn96sbkfi987sjil3r3ix854")))) | ||
| 578 | (build-system pyproject-build-system) | ||
| 579 | (native-inputs | ||
| 580 | (list python-pytest | ||
| 581 | python-setuptools | ||
| 582 | python-setuptools-scm)) | ||
| 583 | (propagated-inputs | ||
| 584 | (list python-more-itertools)) | ||
| 585 | (home-page "https://github.com/jaraco/jaraco.stream") | ||
| 586 | (synopsis "Routines for dealing with data streams") | ||
| 587 | (description | ||
| 588 | "This package includes a set of generators for dynamically loading gzip | ||
| 589 | data. It is geared towards dealing with data streams.") | ||
| 590 | (license license:expat))) | ||
| 591 | |||
| 565 | (define-public python-pylsqpack | 592 | (define-public python-pylsqpack |
| 566 | (package | 593 | (package |
| 567 | (name "python-pylsqpack") | 594 | (name "python-pylsqpack") |
