diff options
Diffstat (limited to 'gnu/packages/python-compression.scm')
| -rw-r--r-- | gnu/packages/python-compression.scm | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index 9a55d099d81..fae31d8430f 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm | |||
| @@ -217,16 +217,24 @@ were a single file.") | |||
| 217 | (define-public python-cramjam | 217 | (define-public python-cramjam |
| 218 | (package | 218 | (package |
| 219 | (name "python-cramjam") | 219 | (name "python-cramjam") |
| 220 | (version "2.10.0") | 220 | (version "2.11.0.post1") |
| 221 | (source | 221 | (source |
| 222 | (origin | 222 | (origin |
| 223 | (method url-fetch) | 223 | (method git-fetch) |
| 224 | (uri (pypi-uri "cramjam" version)) | 224 | (uri (git-reference |
| 225 | (url "https://github.com/milesgranger/cramjam") | ||
| 226 | (commit (string-append "v" version)))) | ||
| 227 | (file-name (git-file-name name version)) | ||
| 225 | (sha256 | 228 | (sha256 |
| 226 | (base32 "12kdwr313b8w8il4x1y9z366armd6lqv3hvpx4281bl4fd4ds8g8")))) | 229 | (base32 "1028aydcjy7917vsgg67v6cnskzw0wk4x1vz017mar99yiq7z349")))) |
| 227 | (build-system pyproject-build-system) | 230 | (build-system pyproject-build-system) |
| 228 | (arguments | 231 | (arguments |
| 229 | (list | 232 | (list |
| 233 | ;; tests: 743 passed, 1 skipped, 1 deselected | ||
| 234 | #:test-flags | ||
| 235 | #~(list "--ignore=benchmarks/test_bench.py" | ||
| 236 | ;; FIXME: Did not raise cramjam.DecompressionError | ||
| 237 | "--deselect=tests/test_variants.py::test_variants_raise_exception[deflate]") | ||
| 230 | #:imported-modules `(,@%cargo-build-system-modules | 238 | #:imported-modules `(,@%cargo-build-system-modules |
| 231 | ,@%pyproject-build-system-modules) | 239 | ,@%pyproject-build-system-modules) |
| 232 | #:modules '(((guix build cargo-build-system) #:prefix cargo:) | 240 | #:modules '(((guix build cargo-build-system) #:prefix cargo:) |
