1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-21 17:50:34 +02:00

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>
This commit is contained in:
Nicolas Graves
2025-11-22 19:17:57 +01:00
committed by Sharlatan Hellseher
parent b225dcf0d7
commit 2e06aadd33

View File

@@ -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")