summaryrefslogtreecommitdiff
path: root/dev-python/httpx-sse
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/httpx-sse
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/httpx-sse')
-rw-r--r--dev-python/httpx-sse/Manifest1
-rw-r--r--dev-python/httpx-sse/httpx-sse-0.4.3.ebuild38
-rw-r--r--dev-python/httpx-sse/metadata.xml13
3 files changed, 0 insertions, 52 deletions
diff --git a/dev-python/httpx-sse/Manifest b/dev-python/httpx-sse/Manifest
deleted file mode 100644
index 0c291e4d26d7..000000000000
--- a/dev-python/httpx-sse/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index e65913eb6a4e..000000000000
--- a/dev-python/httpx-sse/httpx-sse-0.4.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..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 ~arm64"
-
-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
deleted file mode 100644
index 8b4ade8aee3a..000000000000
--- a/dev-python/httpx-sse/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>negril.nx+gentoo@gmail.com</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>