diff options
Diffstat (limited to 'gnu/packages/python-compression.scm')
-rw-r--r-- | gnu/packages/python-compression.scm | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index 000d42524d..9d8ea8b156 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm @@ -64,7 +64,9 @@ python-hypothesis python-pyannotate python-pytest - python-pytest-cov)) + python-pytest-cov + python-setuptools + python-wheel)) (home-page "https://github.com/miurahr/multivolume") (synopsis "Treat multiple files as one") (description "MultiVolumefile is a Python library that provides a @@ -89,7 +91,9 @@ were a single file.") python-hypothesis python-pytest python-pytest-cov - python-setuptools-scm)) + python-setuptools-scm + python-setuptools + python-wheel)) (home-page "https://codeberg.org/miurahr/pybcj") (synopsis "BCJ filter library") (description "In data compression, BCJ, short for Branch-Call-Jump, refers @@ -149,6 +153,7 @@ Jump conversion filter by CFFI for Python.") (setenv "USE_SHARED_BROTLI" "1")))))) (propagated-inputs (list python-cffi)) (inputs (list brotli)) + (native-inputs (list python-setuptools python-wheel)) (home-page "https://github.com/python-hyper/brotlicffi") (synopsis "Python CFFI bindings to the Brotli library") (description "This package provides Python CFFI bindings to the Brotli @@ -170,7 +175,9 @@ library.") (native-inputs (list python-pyannotate python-pytest - python-setuptools-scm)) + python-setuptools-scm + python-setuptools + python-wheel)) (home-page "https://pypi.org/project/inflate64/") (synopsis "deflate64 compression/decompression library") (description "The @code{inflate64} package provides @code{Deflater} and @@ -199,7 +206,7 @@ compression algorithm.") (add-after 'unpack 'use-dynamic-linking (lambda _ (setenv "PYTHON_ISAL_LINK_DYNAMIC" "1")))))) (inputs (list isa-l)) - (native-inputs (list python-cython)) + (native-inputs (list python-cython python-setuptools python-wheel)) (home-page "https://github.com/pycompression/python-isal") (synopsis "Python bindings for the ISA-L compression library") (description @@ -225,7 +232,9 @@ and decompression by implementing Python bindings for the ISA-L library.") python-pytest-benchmark python-pytest-cov python-pytest-timeout - python-setuptools-scm)) + python-setuptools-scm + python-setuptools + python-wheel)) (home-page "https://github.com/miurahr/pyppmd") (synopsis "PPMd compression/decompression library") (description "Pyppmd provides classes and functions for compressing and @@ -287,6 +296,7 @@ several possible methods.") python-texttable)) (native-inputs (list python-setuptools + python-wheel python-setuptools-scm python-coverage python-coveralls |