~ruther/guix-local

54bda62491bce20983a069dbd6257ddcfaf65b0a — Sharlatan Hellseher 8 months ago 355547a
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
1 files changed, 10 insertions(+), 8 deletions(-)

M gnu/packages/python-compression.scm
M gnu/packages/python-compression.scm => gnu/packages/python-compression.scm +10 -8
@@ 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 /