mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: python-ecpy: Update to 1.2.5.
* gnu/packages/python-crypto.scm (python-ecpy): Update to 1.2.5. [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [propagated-inputs]: Remove python-future. [native-inputs]: Add python-setuptools. [home-page]: Update based on redirect. Change-Id: I0e37b51fa157964aba0ab35a0b20974cfdcb205a Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
parent
ddb12f1668
commit
0ec90936c9
1 changed files with 12 additions and 8 deletions
|
|
@ -924,18 +924,22 @@ Cyclic Redundancy Check.")
|
|||
(define-public python-ecpy
|
||||
(package
|
||||
(name "python-ecpy")
|
||||
(version "0.10.0")
|
||||
(version "1.2.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "ECPy" version))
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/cslashm/ECPy")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1gc3i5s93zq6x1nkaxkq1dvmsc12vmrw0hns9f5s1hcb78ni52c8"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
(list python-future))
|
||||
(home-page "https://github.com/ubinity/ECPy")
|
||||
"0p642bpqicxjkwqk4q46wqkbxhad1qiir6xz4w7xx0d4cdq7yps8"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments (list #:tests? #f)) ;no tests
|
||||
(native-inputs
|
||||
(list python-setuptools))
|
||||
(home-page "https://github.com/cslashm/ECPy")
|
||||
(synopsis "Pure Python Elliptic Curve Library")
|
||||
(description "This package provides a Elliptic Curve Library in pure
|
||||
Python.")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue