~ruther/guix-local

2e06aadd33f3e498ebe193b3d72ade62faaebfce — Nicolas Graves 5 months ago b225dcf
gnu: python-misskey: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-misskey):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.

Change-Id: I5ecad84a0399778eedb554ef6a3066e8a0d9c3a1
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -1
@@ 35738,8 35738,9 @@ generator for Python.")
              (sha256
               (base32
                "0rma8pdsjsy00cg76q6q4qki4xpldykmz1m6dl3w2bjjxfhlbaz5"))))
    (build-system python-build-system)
    (build-system pyproject-build-system)
    (arguments (list #:tests? #f))      ;needs network
    (native-inputs (list python-setuptools))
    (propagated-inputs (list python-requests))
    (home-page "https://misskeypy.readthedocs.io")
    (synopsis "Python bindings for Misskey's API")