gnu: python-ajsonrpc: Switch to pyproject.

* gnu/packages/python-web.scm (python-ajsonrpc):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools, python-wheel.

Change-Id: I4d6b3813feea80af3d9a94f354a459780cbff281
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-09-06 14:12:29 +02:00 committed by Sharlatan Hellseher
parent eb35eee540
commit 0e193bdc60
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -10673,11 +10673,15 @@ standard library and supported by default in Quart.")
(version "1.2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ajsonrpc" version))
(method git-fetch)
(uri (git-reference
(url "https://github.com/pavlov99/ajsonrpc")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "17x1a4r4l428mhwn53abki9gzdzq3halyr4lj48fw3dzy0caq6vr"))))
(build-system python-build-system)
(base32 "0c7jxfkv5q2m95j54dn650gcvdbpag2qcki7phvmrwsgb36w09kd"))))
(build-system pyproject-build-system)
(native-inputs (list python-pytest python-setuptools python-wheel))
(propagated-inputs
(list python-quart
python-sanic