summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-03 11:56:01 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-03 15:13:34 +0100
commit54bda62491bce20983a069dbd6257ddcfaf65b0a (patch)
treea62e2e0f4b5d1d2eacbafd93e0348170081c42d6 /gnu/packages
parent355547af0354d1b4fed416cd7bb797b777233ab7 (diff)
gnu: python-bcj-cffi: Update to 0.5.1.
* gnu/packages/python-compression.scm (python-bcj-cffi): Update to 0.5.1. [build-system]: Switch to pyproject-build-system. [propagated-inputs]: Remove python-toml and python-setuptools-scm. [native-inputs]: Remove python-coverage; add python-setuptools-scm. Change-Id: I5ce6eb2139ceacf845314f63f2c49915f4d3e568
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-compression.scm18
1 files changed, 10 insertions, 8 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm
index f58b15525b9..6791a76cb91 100644
--- a/gnu/packages/python-compression.scm
+++ b/gnu/packages/python-compression.scm
@@ -357,23 +357,25 @@ filter for executable binaries.
357pybcj provides Python bindings to a BCJ implementation in C.") 357pybcj provides Python bindings to a BCJ implementation in C.")
358 (license license:lgpl2.1+))) 358 (license license:lgpl2.1+)))
359 359
360;; XXX: Project is archived and not maintained since 2021.
360(define-public python-bcj-cffi 361(define-public python-bcj-cffi
361 (package 362 (package
362 (name "python-bcj-cffi") 363 (name "python-bcj-cffi")
363 (version "0.5.0") 364 (version "0.5.1")
364 (source 365 (source
365 (origin 366 (origin
366 (method url-fetch) 367 (method url-fetch)
367 (uri (pypi-uri "bcj-cffi" version)) 368 (uri (pypi-uri "bcj-cffi" version))
368 (sha256 369 (sha256
369 (base32 370 (base32 "1k6h9x8j65hssbgmvhl71sdjj9aq8d81drdibrdflaz7a895sjib"))))
370 "1jcczrb8zgg6w7v76w1wpz3nw75fghk3xwxkn09ll7kck7sdf68d")))) 371 (build-system pyproject-build-system)
371 (build-system python-build-system)
372 (propagated-inputs
373 (list python-cffi python-toml python-setuptools-scm))
374 (native-inputs 372 (native-inputs
375 (list python-setuptools python-coverage python-pytest 373 (list python-pytest
376 python-pytest-cov)) 374 python-pytest-cov
375 python-setuptools
376 python-setuptools-scm))
377 (propagated-inputs
378 (list python-cffi))
377 (home-page "https://github.com/miurahr/bcj-cffi") 379 (home-page "https://github.com/miurahr/bcj-cffi")
378 (synopsis "Branch / Call /Jump CFFI library in Python") 380 (synopsis "Branch / Call /Jump CFFI library in Python")
379 (description "This package provides an implementation of the Branch / Call / 381 (description "This package provides an implementation of the Branch / Call /