1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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
This commit is contained in:
Sharlatan Hellseher
2025-10-03 11:56:01 +01:00
parent 355547af03
commit 54bda62491

View File

@@ -357,23 +357,25 @@ filter for executable binaries.
pybcj provides Python bindings to a BCJ implementation in C.")
(license license:lgpl2.1+)))
;; XXX: Project is archived and not maintained since 2021.
(define-public python-bcj-cffi
(package
(name "python-bcj-cffi")
(version "0.5.0")
(version "0.5.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "bcj-cffi" version))
(sha256
(base32
"1jcczrb8zgg6w7v76w1wpz3nw75fghk3xwxkn09ll7kck7sdf68d"))))
(build-system python-build-system)
(propagated-inputs
(list python-cffi python-toml python-setuptools-scm))
(base32 "1k6h9x8j65hssbgmvhl71sdjj9aq8d81drdibrdflaz7a895sjib"))))
(build-system pyproject-build-system)
(native-inputs
(list python-setuptools python-coverage python-pytest
python-pytest-cov))
(list python-pytest
python-pytest-cov
python-setuptools
python-setuptools-scm))
(propagated-inputs
(list python-cffi))
(home-page "https://github.com/miurahr/bcj-cffi")
(synopsis "Branch / Call /Jump CFFI library in Python")
(description "This package provides an implementation of the Branch / Call /