commit:     ca61af717060cbca0057463b438f914eea652075
Author:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Thu Mar 12 14:54:13 2026 +0000
Commit:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
CommitDate: Thu Mar 12 14:54:13 2026 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca61af71

dev-python/httpx-sse: new package, add 0.4.3

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>

 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(+)

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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Paul Zander</name>
+       </maintainer>
+       <stabilize-allarches/>
+       <upstream>
+               <remote-id type="github">florimondmanca/httpx-sse</remote-id>
+               <remote-id type="pypi">httpx-sse</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to