mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-aiofiles: Fix indentation.
* gnu/packages/python-xyz.scm (python-aiofiles) Fix indentation. Change-Id: Iaed80a2533881d8c487b4459041f20fd6e4ad68d
This commit is contained in:
parent
5dfe277d0a
commit
7938fe7662
1 changed files with 10 additions and 10 deletions
|
@ -34011,22 +34011,22 @@ process.")
|
||||||
(name "python-aiofiles")
|
(name "python-aiofiles")
|
||||||
(version "24.1.0")
|
(version "24.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "aiofiles" version))
|
(uri (pypi-uri "aiofiles" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0v0namryb6acj9bkic5rcgbnb36njj601ws85q60z0d3wp4pb812"))))
|
||||||
"0v0namryb6acj9bkic5rcgbnb36njj601ws85q60z0d3wp4pb812"))))
|
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-hatchling
|
(list python-hatch-vcs
|
||||||
python-hatch-vcs
|
python-hatchling
|
||||||
python-pytest
|
python-pytest
|
||||||
python-pytest-asyncio))
|
python-pytest-asyncio))
|
||||||
(home-page "https://github.com/Tinche/aiofiles")
|
(home-page "https://github.com/Tinche/aiofiles")
|
||||||
(synopsis "File support for @code{asyncio}")
|
(synopsis "File support for @code{asyncio}")
|
||||||
(description "@code{python-aiofiles} is a library for handling local
|
(description
|
||||||
disk files in asyncio applications.")
|
"@code{python-aiofiles} is a library for handling local disk files in
|
||||||
|
asyncio applications.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public python-pyre-extensions
|
(define-public python-pyre-extensions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue