1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-pyaes: Switch to pyproject.

* gnu/packages/python-crypto.scm (python-pyaes)
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.

Change-Id: If128c432bf1359aa66fcde7da82160f30e95f181
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2025-07-21 23:43:57 +02:00
committed by Sharlatan Hellseher
parent fba83917a7
commit 688b953153

View File

@@ -752,6 +752,7 @@ asynchronous messaging environments.")
(license license:gpl3)))
(define-public python-pyaes
;; XXX: Last updated in 2017.
(package
(name "python-pyaes")
(version "1.6.1")
@@ -760,9 +761,9 @@ asynchronous messaging environments.")
(method url-fetch)
(uri (pypi-uri "pyaes" version))
(sha256
(base32
"13vdaff15k0jyfcss4b4xvfgm8xyv0nrbyw5n1qc7lrqbi0b3h82"))))
(build-system python-build-system)
(base32 "13vdaff15k0jyfcss4b4xvfgm8xyv0nrbyw5n1qc7lrqbi0b3h82"))))
(build-system pyproject-build-system)
(native-inputs (list python-setuptools python-wheel))
(home-page "https://github.com/ricmoo/pyaes")
(synopsis "Implementation of AES in Python")
(description "This package contains a pure-Python implementation of the