commit: 342623b955cc0c94ae5345e1398c0668ee021925 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Thu Sep 11 15:30:04 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Thu Sep 11 15:30:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=342623b9
dev-python/opensearch-py: add 3.0.0 Closes: https://bugs.gentoo.org/947196 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/opensearch-py/Manifest | 1 + .../opensearch-py/opensearch-py-3.0.0.ebuild | 34 ++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/dev-python/opensearch-py/Manifest b/dev-python/opensearch-py/Manifest index ce4e826183b6..b19ac0c65eff 100644 --- a/dev-python/opensearch-py/Manifest +++ b/dev-python/opensearch-py/Manifest @@ -1 +1,2 @@ DIST opensearch-py-2.7.1.gh.tar.gz 479006 BLAKE2B 17203e9c65e9bc2ec0b73b3b2f1ccdf0ad053ebf5173aa5b21423e607b68c1c0e4349b99be593eb982cb6cb9cfa2331a30668b9a74ce425591d966728d86254d SHA512 84041a075667b54b0afeae11221bb56d41a86d7bf4b3fae3f9406822bb8c8f55a6ba67c4ca1a2cfea70d3ed6e089b0921a535b32fccc04a1016549bcf66ac03c +DIST opensearch-py-3.0.0.gh.tar.gz 510299 BLAKE2B 736fe83372661d811ea9e286e840f283d1f2b66d85035452f427e2984cbf40c974f3531f9749270bb93975a3f8a325023849fbac6e59fc6b098f6064f59f1f75 SHA512 f1caf35582093ad101b96ff9fbaabf795733f1b6b690744b1fda1933c1c7bc63c30700cc49ea3b7911960166a350f3628cd1d811591d742f30ae8ef70ec4d2d3 diff --git a/dev-python/opensearch-py/opensearch-py-3.0.0.ebuild b/dev-python/opensearch-py/opensearch-py-3.0.0.ebuild new file mode 100644 index 000000000000..ec57b4a08e2b --- /dev/null +++ b/dev-python/opensearch-py/opensearch-py-3.0.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 2023-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11..13} ) + +inherit distutils-r1 + +DESCRIPTION="Python client for OpenSearch" +HOMEPAGE=" + https://pypi.org/project/opensearch-py/ + https://github.com/opensearch-project/opensearch-py +" +SRC_URI=" + https://github.com/opensearch-project/opensearch-py/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +# Uses 156 GB of RAM for the test suite, needs more work. +RESTRICT="test" + +RDEPEND=" + >=dev-python/urllib3-1.26.19[${PYTHON_USEDEP}] + >=dev-python/requests-2.32.0[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}] + dev-python/certifi[${PYTHON_USEDEP}] + dev-python/events[${PYTHON_USEDEP}] +"
