diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2025-12-15 17:50:25 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-12-17 11:20:20 +0100 |
| commit | 0ec90936c98cc088e9a1fbfac52526258eea08e3 (patch) | |
| tree | 8e2077f53222ea417401259c1742f22f5aa391dc /gnu/packages/python-crypto.scm | |
| parent | ddb12f1668be3567cc16e03b5e328bc214d6c300 (diff) | |
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>
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index f20a3662690..04b0d773453 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -924,18 +924,22 @@ Cyclic Redundancy Check.") | |||
| 924 | (define-public python-ecpy | 924 | (define-public python-ecpy |
| 925 | (package | 925 | (package |
| 926 | (name "python-ecpy") | 926 | (name "python-ecpy") |
| 927 | (version "0.10.0") | 927 | (version "1.2.5") |
| 928 | (source | 928 | (source |
| 929 | (origin | 929 | (origin |
| 930 | (method url-fetch) | 930 | (method git-fetch) |
| 931 | (uri (pypi-uri "ECPy" version)) | 931 | (uri (git-reference |
| 932 | (url "https://github.com/cslashm/ECPy") | ||
| 933 | (commit version))) | ||
| 934 | (file-name (git-file-name name version)) | ||
| 932 | (sha256 | 935 | (sha256 |
| 933 | (base32 | 936 | (base32 |
| 934 | "1gc3i5s93zq6x1nkaxkq1dvmsc12vmrw0hns9f5s1hcb78ni52c8")))) | 937 | "0p642bpqicxjkwqk4q46wqkbxhad1qiir6xz4w7xx0d4cdq7yps8")))) |
| 935 | (build-system python-build-system) | 938 | (build-system pyproject-build-system) |
| 936 | (propagated-inputs | 939 | (arguments (list #:tests? #f)) ;no tests |
| 937 | (list python-future)) | 940 | (native-inputs |
| 938 | (home-page "https://github.com/ubinity/ECPy") | 941 | (list python-setuptools)) |
| 942 | (home-page "https://github.com/cslashm/ECPy") | ||
| 939 | (synopsis "Pure Python Elliptic Curve Library") | 943 | (synopsis "Pure Python Elliptic Curve Library") |
| 940 | (description "This package provides a Elliptic Curve Library in pure | 944 | (description "This package provides a Elliptic Curve Library in pure |
| 941 | Python.") | 945 | Python.") |
