mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06: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:
parent
b225dcf0d7
commit
2e06aadd33
1 changed files with 2 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue