mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: Add python-aiohappyeyeballs.
* gnu/packages/python-web.scm (python-aiohappyeyeballs): New variable. Change-Id: Ic453f1c6e67f181abf9d32ee3a92e05141515473
This commit is contained in:
parent
9a328c4233
commit
b066de91e5
1 changed files with 23 additions and 0 deletions
|
@ -639,6 +639,29 @@ (define-public python-frozenlist
|
|||
by calling @code{FrozenList.freeze}.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public python-aiohappyeyeballs
|
||||
(package
|
||||
(name "python-aiohappyeyeballs")
|
||||
(version "2.4.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "aiohappyeyeballs" version))
|
||||
(sha256
|
||||
(base32 "0ibpfm552pflim399qq34cnd79xhz5qr5khqzhx1hqwwi23pvpaz"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-poetry-core
|
||||
python-pytest
|
||||
python-pytest-asyncio
|
||||
python-pytest-cov))
|
||||
(home-page "https://github.com/aio-libs/aiohappyeyeballs")
|
||||
(synopsis "Happy Eyeballs for asyncio")
|
||||
(description "This library exists to allow connecting with Happy
|
||||
Eyeballs (RFC 8305) when you already have a list of @code{addrinfo} and not a
|
||||
DNS name.")
|
||||
(license license:psfl)))
|
||||
|
||||
(define-public python-aiosignal
|
||||
(package
|
||||
(name "python-aiosignal")
|
||||
|
|
Loading…
Reference in a new issue