mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-base58: Adjust inputs.
* gnu/packages/python-crypto.scm (python-base58) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ie9d7e2f043bdbbba711223cae99c8bd5d5e0e2c9
This commit is contained in:
parent
9e00e66b86
commit
4349a55ef7
1 changed files with 9 additions and 12 deletions
|
@ -89,22 +89,19 @@
|
|||
(method url-fetch)
|
||||
(uri (pypi-uri "base58" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1317ly0db7nnjg5k58f6nqa0svfcvn446xd5bpiyi0bfbczwpl65"))))
|
||||
(base32 "1317ly0db7nnjg5k58f6nqa0svfcvn446xd5bpiyi0bfbczwpl65"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests? (invoke "pytest" "-vv")))))))
|
||||
(native-inputs
|
||||
(list python-pyhamcrest python-pytest python-pytest-benchmark))
|
||||
(list python-pyhamcrest
|
||||
python-pytest
|
||||
python-pytest-benchmark
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(home-page "https://github.com/keis/base58")
|
||||
(synopsis "Base58 and Base58Check implementation")
|
||||
(description "Base58 and Base58Check implementation compatible
|
||||
with what is used by the Bitcoin network.")
|
||||
(description
|
||||
"Base58 and Base58Check implementation compatible with what is used by
|
||||
the Bitcoin network.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-bcrypt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue