~ruther/guix-local

0e193bdc6032c26ce5820faf4785a328fd0d887b — Nicolas Graves 6 months ago eb35eee
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>
1 files changed, 8 insertions(+), 4 deletions(-)

M gnu/packages/python-web.scm
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +8 -4
@@ 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