mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-async-generator: Switch to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-async-generator) [build-system]: Use pyproject. [native-inputs]: Add python-setuptools. Change-Id: I230bdc35578a03cd1fd5a614ee5b6eb1e659d6f8
This commit is contained in:
parent
5427c025a2
commit
ad0cffe879
1 changed files with 2 additions and 2 deletions
|
@ -29155,9 +29155,9 @@ Parso is also able to list multiple syntax errors in your Python file.")
|
|||
(sha256
|
||||
(base32
|
||||
"0i11f6z6lix8ixi3vsk6s76zvvpmgrw6zjrcwjm0m4hjdh83vfvf"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-pytest))
|
||||
(list python-pytest python-setuptools))
|
||||
(home-page "https://github.com/python-trio/async_generator")
|
||||
(synopsis "Async generators and context managers for Python 3.5+")
|
||||
(description "@code{async_generator} back-ports Python 3.6's native async
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue