diff options
Diffstat (limited to 'gnu/packages/python-compression.scm')
| -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") |
