~ruther/guix-local

5dfe277d0ad4f7f8447fccd6cf72cc06858187fb — Sharlatan Hellseher 1 year, 6 months ago ee4d2d4
gnu: python-aiofiles: Update to 24.1.0.

* gnu/packages/python-xyz.scm (python-aiofiles): Update to 24.1.0.
[build-system]: Swap to pyproject-build-system.
[native-inputs]: Add python-hatchling, python-hatch-vcs, python-pytest,
and python-pytest-asyncio.

Change-Id: I8888c4aa1b161f7f8438ce9a2c84a884ecfdcbd3
1 files changed, 8 insertions(+), 3 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +8 -3
@@ 34009,15 34009,20 @@ process.")
(define-public python-aiofiles
  (package
    (name "python-aiofiles")
    (version "23.1.0")
    (version "24.1.0")
    (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "aiofiles" version))
        (sha256
          (base32
            "0d8n79slihf1lkbh2m6yw51rlq6n6vssljsdacbdpq0rkbglglpd"))))
    (build-system python-build-system)
            "0v0namryb6acj9bkic5rcgbnb36njj601ws85q60z0d3wp4pb812"))))
    (build-system pyproject-build-system)
    (native-inputs
     (list python-hatchling
           python-hatch-vcs
           python-pytest
           python-pytest-asyncio))
    (home-page "https://github.com/Tinche/aiofiles")
    (synopsis "File support for @code{asyncio}")
    (description "@code{python-aiofiles} is a library for handling local