diff options
Diffstat (limited to 'gnu/packages/python-compression.scm')
| -rw-r--r-- | gnu/packages/python-compression.scm | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index 58d199633dd..5f360f60f90 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm | |||
| @@ -434,10 +434,7 @@ pybcj provides Python bindings to a BCJ implementation in C.") | |||
| 434 | (base32 "1k6h9x8j65hssbgmvhl71sdjj9aq8d81drdibrdflaz7a895sjib")))) | 434 | (base32 "1k6h9x8j65hssbgmvhl71sdjj9aq8d81drdibrdflaz7a895sjib")))) |
| 435 | (build-system pyproject-build-system) | 435 | (build-system pyproject-build-system) |
| 436 | (native-inputs | 436 | (native-inputs |
| 437 | (list python-pytest | 437 | (list python-pytest python-setuptools python-setuptools-scm)) |
| 438 | python-pytest-cov | ||
| 439 | python-setuptools | ||
| 440 | python-setuptools-scm)) | ||
| 441 | (propagated-inputs | 438 | (propagated-inputs |
| 442 | (list python-cffi)) | 439 | (list python-cffi)) |
| 443 | (home-page "https://github.com/miurahr/bcj-cffi") | 440 | (home-page "https://github.com/miurahr/bcj-cffi") |
| @@ -618,10 +615,7 @@ Python's zlib/bz2/lzma modules.") | |||
| 618 | (propagated-inputs | 615 | (propagated-inputs |
| 619 | (list python-cffi)) | 616 | (list python-cffi)) |
| 620 | (native-inputs | 617 | (native-inputs |
| 621 | (list python-pytest | 618 | (list python-pytest python-setuptools python-setuptools-scm)) |
| 622 | python-pytest-cov | ||
| 623 | python-setuptools | ||
| 624 | python-setuptools-scm)) | ||
| 625 | (home-page "https://github.com/miurahr/ppmd") | 619 | (home-page "https://github.com/miurahr/ppmd") |
| 626 | (synopsis "Prediction by Partial Matching compression library") | 620 | (synopsis "Prediction by Partial Matching compression library") |
| 627 | (description "PPMd is a compression algorithm library using the Prediction | 621 | (description "PPMd is a compression algorithm library using the Prediction |
