mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
dev-python/sse-starlette: add 3.3.4
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST sse_starlette-3.3.2.tar.gz 32326 BLAKE2B 819d912e2a6c7059a63e573db5f1b828af42c4664ed102731379d837c98eb2b374fe61cd147102b0df7aeb8cbe1af401ad1209058b789caa66d4b26136f5d73f SHA512 52d4574d5ff7f00ce605cda9d06e6e5b2f5d440c03ee224dc2d86879611e71398583fb9e1560f2cfdc6d2e09a87ebca8436891185512efbbe68011560e860c02
|
||||
DIST sse_starlette-3.3.4.tar.gz 32427 BLAKE2B b94814c801277526481d536bb1ab57f981ae884bf0ebb9f75a6f68ae4662855921db99e3f4c5dbd69f7ae9cb9f33e919b216fe1af16e6b872bb1560b5a35cf7b SHA512 1d329e898d08debb0818aa0e5cfbf5b8b706d346b1a0d327296e876f6e8eec977e589259753b6d2cc7656afc1b782e75cbe8015c82a8be64801f982c1f143e15
|
||||
|
||||
37
dev-python/sse-starlette/sse-starlette-3.3.4.ebuild
Normal file
37
dev-python/sse-starlette/sse-starlette-3.3.4.ebuild
Normal file
@@ -0,0 +1,37 @@
|
||||
# Copyright 2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Server-Sent Events for Starlette and FastAPI"
|
||||
HOMEPAGE="
|
||||
https://github.com/sysid/sse-starlette/
|
||||
https://pypi.org/project/sse-starlette/
|
||||
"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/starlette-0.49.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/anyio-4.7.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
>=dev-python/asgi-lifespan-2.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/httpx-0.28.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/portend-3.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/psutil-6.1.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/tenacity-9.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/uvicorn-0.34.0[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=( pytest-asyncio )
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user