mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pyannotate: Switch to pyproject.
* gnu/packages/python-check.scm (python-pyannotate): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: I75589fa5aaa87f61ad3bfffeb723a7c05165e995 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
56bc920331
commit
aed2216bb8
1 changed files with 5 additions and 5 deletions
|
@ -1608,13 +1608,13 @@ flake8 to check PEP-8 naming conventions.")
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pyannotate" version))
|
(uri (pypi-uri "pyannotate" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "16bm0mf7wxvy0lgmcs1p8n1ji8pnvj1jvj8zk3am70dkp825iv84"))))
|
||||||
"16bm0mf7wxvy0lgmcs1p8n1ji8pnvj1jvj8zk3am70dkp825iv84"))))
|
(build-system pyproject-build-system)
|
||||||
(build-system python-build-system)
|
(native-inputs
|
||||||
|
(list python-setuptools python-wheel))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-mypy-extensions python-six))
|
(list python-mypy-extensions python-six))
|
||||||
(home-page
|
(home-page "https://github.com/dropbox/pyannotate")
|
||||||
"https://github.com/dropbox/pyannotate")
|
|
||||||
(synopsis "Auto-generate PEP-484 annotations")
|
(synopsis "Auto-generate PEP-484 annotations")
|
||||||
(description "This package, PyAnnotate, is used to auto-generate PEP-484
|
(description "This package, PyAnnotate, is used to auto-generate PEP-484
|
||||||
annotations.")
|
annotations.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue