From ca61af717060cbca0057463b438f914eea652075 Mon Sep 17 00:00:00 2001 From: Paul Zander Date: Thu, 12 Mar 2026 15:54:13 +0100 Subject: [PATCH] dev-python/httpx-sse: new package, add 0.4.3 Signed-off-by: Alfred Wingate Signed-off-by: Paul Zander --- dev-python/httpx-sse/Manifest | 1 + dev-python/httpx-sse/httpx-sse-0.4.3.ebuild | 38 +++++++++++++++++++++ dev-python/httpx-sse/metadata.xml | 13 +++++++ 3 files changed, 52 insertions(+) create mode 100644 dev-python/httpx-sse/Manifest create mode 100644 dev-python/httpx-sse/httpx-sse-0.4.3.ebuild create mode 100644 dev-python/httpx-sse/metadata.xml diff --git a/dev-python/httpx-sse/Manifest b/dev-python/httpx-sse/Manifest new file mode 100644 index 0000000000..0c291e4d26 --- /dev/null +++ b/dev-python/httpx-sse/Manifest @@ -0,0 +1 @@ +DIST httpx_sse-0.4.3.tar.gz 15943 BLAKE2B 9398dd35baf19087f351098c9127c1dc782eaa675e465333f730089bdbb664c9201ba7119366bc655433d88569cf62d6449d1121d0fe4cd008b9b54c0357e8d4 SHA512 72e3b893c3e2a2c6db0e985e43c049ae177cd39a3f00747a7df7f6b1b7a058eedce328db5563a39323d23baca24b32bbba965423a11f05e6f05d6ff9a075a5cf diff --git a/dev-python/httpx-sse/httpx-sse-0.4.3.ebuild b/dev-python/httpx-sse/httpx-sse-0.4.3.ebuild new file mode 100644 index 0000000000..4cc23520fe --- /dev/null +++ b/dev-python/httpx-sse/httpx-sse-0.4.3.ebuild @@ -0,0 +1,38 @@ +# 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="Consume Server-Sent Event (SSE) messages with HTTPX" +HOMEPAGE=" + https://github.com/florimondmanca/httpx-sse + https://pypi.org/project/httpx-sse/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/httpx[${PYTHON_USEDEP}] +" +BDEPEND=" + dev-python/setuptools-scm[${PYTHON_USEDEP}] + dev-python/wheel[${PYTHON_USEDEP}] + test? ( + dev-python/starlette[${PYTHON_USEDEP}] + dev-python/sse-starlette[${PYTHON_USEDEP}] + ) +" + +EPYTEST_PLUGINS=( pytest-asyncio ) +distutils_enable_tests pytest + +python_test() { + epytest -o addopts= +} diff --git a/dev-python/httpx-sse/metadata.xml b/dev-python/httpx-sse/metadata.xml new file mode 100644 index 0000000000..8b4ade8aee --- /dev/null +++ b/dev-python/httpx-sse/metadata.xml @@ -0,0 +1,13 @@ + + + + + negril.nx+gentoo@gmail.com + Paul Zander + + + + florimondmanca/httpx-sse + httpx-sse + +