~ruther/guix-local

7e42aacfc846f81cb8db575de11f28bff6246eb1 — Hugo Buddelmeijer 2 months ago 100454d
gnu: python-simple-rlp: Switch to pyproject-build-sytem.

* gnu/packages/python-xyz.scm (python-simple-rlp): Switch to
pyproject-build-sytem.
[build-system]: Switch to pyproject-build-sytem.
[native-inputs]: Add python-setuptools and python-pytest.

Change-Id: Ic4e9b717e6be6885b123834391a53b94c19e1132
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 5 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +5 -1
@@ 6914,7 6914,11 @@ Python 3.3+.")
       (sha256
        (base32
         "1nv92sphpkyrncak4qgj50qmgkmj4ycl2szbnv9c7ihgl5df4div"))))
    (build-system python-build-system)
    (build-system pyproject-build-system)
    (native-inputs
     (list
      python-pytest
      python-setuptools))
    (home-page "https://github.com/SamuelHaidu/simple-rlp")
    (synopsis
     "Python implementation of RLP (Recursive Length Prefix) encoding")