summaryrefslogtreecommitdiff
path: root/dev-python/elastic-transport
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-07-07 03:04:45 -0500
committerroot <root@alpha.trunkmasters.com>2026-07-07 03:04:45 -0500
commitdd6cff2d76baa289493b9d53d2f9a5bd287f5055 (patch)
tree24c601edd43287d42cc24fbef1eb10c64c3eee10 /dev-python/elastic-transport
parent615d6f7e3408947bf962ea4d7edde01977474d1e (diff)
downloadbaldeagleos-repo-dd6cff2d76baa289493b9d53d2f9a5bd287f5055.tar.gz
baldeagleos-repo-dd6cff2d76baa289493b9d53d2f9a5bd287f5055.tar.xz
baldeagleos-repo-dd6cff2d76baa289493b9d53d2f9a5bd287f5055.zip
Adding metadata
Diffstat (limited to 'dev-python/elastic-transport')
-rw-r--r--dev-python/elastic-transport/Manifest2
-rw-r--r--dev-python/elastic-transport/elastic-transport-9.2.1.ebuild67
-rw-r--r--dev-python/elastic-transport/elastic-transport-9.4.1.ebuild68
3 files changed, 0 insertions, 137 deletions
diff --git a/dev-python/elastic-transport/Manifest b/dev-python/elastic-transport/Manifest
index 7ad0a62636d9..c2fec15e71a0 100644
--- a/dev-python/elastic-transport/Manifest
+++ b/dev-python/elastic-transport/Manifest
@@ -1,3 +1 @@
-DIST elastic-transport-python-9.2.1.gh.tar.gz 78272 BLAKE2B d469e4caa01f741dac083e30fd06b8770739060ae4eee5e4b6b5de1c043bbaf4a5267b3bac3bae63513416d0ddde2981b7c4867cd8a14dd53ea16e14e5187b4f SHA512 5de5929b01e213f61891c6e535da2d4a6197f31a8bc68b372622ce128141a1521fe2c20a92c83afdd0fd65487c9c753755bc0f08716e252fbc3e8ed1906305a6
-DIST elastic-transport-python-9.4.1.gh.tar.gz 79921 BLAKE2B 34813c01b8988e98ea54699f979f4689a6a15c00ed72c6358b3efee27c40f348de9aadc690c732242ef74f06428d9a64973d462f324997c3b2d899610ccd5309 SHA512 f7aa92bad0455d82de01329905bd561b3a3159d5cb711df9dd962f16f4a45557d486b38128c190dfe27e9f073592cb650e3ecd6165c4330f5c0e5b07922d9c8e
DIST elastic-transport-python-9.4.2.gh.tar.gz 80044 BLAKE2B fde26b2d8f2adff6156ada512f4a36a09cc99fb3c85d4a72b7002e3f08e73d015df29e67db97adbc304576cf499f758987a0320a250f14c184d4bb958286a80d SHA512 4bd9115de209eb0c978b274dcb242a3068ab7c870a3217fd65b67dac3f000743abd2f0cff22da376dcf77d85f80b2aee9f0a7fbaac6801a164757f9d752f0c5f
diff --git a/dev-python/elastic-transport/elastic-transport-9.2.1.ebuild b/dev-python/elastic-transport/elastic-transport-9.2.1.ebuild
deleted file mode 100644
index 09031325cc68..000000000000
--- a/dev-python/elastic-transport/elastic-transport-9.2.1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 2023-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
-
-MY_P=elastic-transport-python-${PV}
-DESCRIPTION="Transport classes and utilities shared among Python Elastic client libraries"
-HOMEPAGE="
- https://github.com/elastic/elastic-transport-python/
- https://pypi.org/project/elastic-transport/
-"
-SRC_URI="
- https://github.com/elastic/elastic-transport-python/archive/v${PV}.tar.gz
- -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND="
- dev-python/certifi[${PYTHON_USEDEP}]
- dev-python/sniffio[${PYTHON_USEDEP}]
- >=dev-python/urllib3-1.26.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/aiohttp[${PYTHON_USEDEP}]
- dev-python/httpx[${PYTHON_USEDEP}]
- dev-python/opentelemetry-api[${PYTHON_USEDEP}]
- dev-python/opentelemetry-sdk[${PYTHON_USEDEP}]
- dev-python/orjson[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/respx[${PYTHON_USEDEP}]
- dev-python/trustme[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_sphinx docs/sphinx \
- dev-python/furo \
- dev-python/sphinx-autodoc-typehints
-EPYTEST_PLUGINS=( anyio pytest-asyncio pytest-httpbin pytest-httpserver )
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- # fragile to random warnings
- tests/node/test_http_aiohttp.py::TestAiohttpHttpNode::test_uses_https_if_verify_certs_is_off
- tests/node/test_http_aiohttp.py::test_ssl_assert_fingerprint
- tests/node/test_urllib3_chain_certs.py::test_assert_fingerprint_in_cert_chain
- # hardcodes supported Accept-Encoding
- # https://github.com/elastic/elastic-transport-python/issues/269
- tests/async_/test_async_transport.py::test_async_transport_httpbin
- tests/async_/test_httpbin.py::test_node
-)
-
-python_test() {
- epytest -o addopts= # avoid coverage
-}
diff --git a/dev-python/elastic-transport/elastic-transport-9.4.1.ebuild b/dev-python/elastic-transport/elastic-transport-9.4.1.ebuild
deleted file mode 100644
index 60eb4adb4105..000000000000
--- a/dev-python/elastic-transport/elastic-transport-9.4.1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 2023-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
-
-MY_P=elastic-transport-python-${PV}
-DESCRIPTION="Transport classes and utilities shared among Python Elastic client libraries"
-HOMEPAGE="
- https://github.com/elastic/elastic-transport-python/
- https://pypi.org/project/elastic-transport/
-"
-SRC_URI="
- https://github.com/elastic/elastic-transport-python/archive/v${PV}.tar.gz
- -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND="
- dev-python/certifi[${PYTHON_USEDEP}]
- dev-python/sniffio[${PYTHON_USEDEP}]
- >=dev-python/urllib3-2[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/aiohttp[${PYTHON_USEDEP}]
- dev-python/httpx[${PYTHON_USEDEP}]
- dev-python/opentelemetry-api[${PYTHON_USEDEP}]
- dev-python/opentelemetry-sdk[${PYTHON_USEDEP}]
- dev-python/orjson[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/respx[${PYTHON_USEDEP}]
- dev-python/trustme[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_sphinx docs/sphinx \
- dev-python/furo \
- dev-python/sphinx-autodoc-typehints
-EPYTEST_PLUGINS=( anyio pytest-asyncio pytest-httpbin pytest-httpserver )
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- # fragile to random warnings
- tests/node/test_http_aiohttp.py::TestAiohttpHttpNode::test_uses_https_if_verify_certs_is_off
- tests/node/test_http_aiohttp.py::test_ssl_assert_fingerprint
- tests/node/test_urllib3_chain_certs.py::test_assert_fingerprint_in_cert_chain
- # hardcodes supported Accept-Encoding
- # https://github.com/elastic/elastic-transport-python/issues/269
- tests/async_/test_async_transport.py::test_async_transport_httpbin
- tests/async_/test_httpbin.py::test_node
- tests/test_httpbin.py::test_node
-)
-
-python_test() {
- epytest -o addopts= # avoid coverage
-}