[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: python-base58: Adjust inputs.
From: |
guix-commits |
Subject: |
06/07: gnu: python-base58: Adjust inputs. |
Date: |
Mon, 2 Dec 2024 16:23:47 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit fab9b5983f2df785b8e727adc9d467c3a9ffdf2a
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Dec 2 21:03:21 2024 +0000
gnu: python-base58: Adjust inputs.
* gnu/packages/python-crypto.scm (python-base58) [native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: Ie9d7e2f043bdbbba711223cae99c8bd5d5e0e2c9
---
gnu/packages/python-crypto.scm | 21 +++++++++------------
1 file changed, 9 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 5db0b320f6..bf2a532cf4 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -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
- branch python-team updated (f47b84af15 -> df4575bc14), guix-commits, 2024/12/02
- 04/07: gnu: python-azure-core: Update to 1.32.0., guix-commits, 2024/12/02
- 07/07: gnu: python-blis: Adjust inputs., guix-commits, 2024/12/02
- 06/07: gnu: python-base58: Adjust inputs.,
guix-commits <=
- 03/07: gnu: python-alembic: Update to 1.14.0., guix-commits, 2024/12/02
- 01/07: gnu: Add python-greenlet-2., guix-commits, 2024/12/02
- 02/07: gnu: python-httpbin: Fix build., guix-commits, 2024/12/02
- 05/07: gnu: python-azure-storage-blob: Adjust inpusts., guix-commits, 2024/12/02