commit: 220684d1c0add1d5a574aab71df44e8f65535206
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 18:29:26 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 18:29:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=220684d1
dev-python/opensearch-py: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/opensearch-py/Manifest | 1 -
.../opensearch-py/opensearch-py-1.1.0.ebuild | 41 ----------------------
2 files changed, 42 deletions(-)
diff --git a/dev-python/opensearch-py/Manifest
b/dev-python/opensearch-py/Manifest
index 151c3a7da0e5..9dea46936495 100644
--- a/dev-python/opensearch-py/Manifest
+++ b/dev-python/opensearch-py/Manifest
@@ -1,2 +1 @@
-DIST opensearch-py-1.1.0.gh.tar.gz 204905 BLAKE2B
d54875ddf57de0338c233abc69fed0df83154977b641f151c268faebfe303d851664abafab40bbf53fd5b24350f4136959130c1cc3be7ea92b616568d10130c8
SHA512
4eb3bc9e981c5293e68496143900bd50d7c3e301c76b080799bd08e5b840a2ec5610c5374f07c5a1f1e91cf3e709647f9585606ac1149fbf464cbe4168516b41
DIST opensearch-py-2.3.0.gh.tar.gz 392631 BLAKE2B
b2e88c98676c8c035f8c295b12b8cd8a7b8f4d6e4b1b4dca76f2417cf9d8c01b16bc36b3bed7f64d91d643aa2ceba681af6eac9b4d1a3d3bfa1a2cb13a53f167
SHA512
8be82ff19b4aa3d44dba8dd3b56676241de1999d6ae91c8414528132a6ed450850bf3b544a858c9fe0a5b188cd0da1196a524f9515e90369f5232c3ca7244d22
diff --git a/dev-python/opensearch-py/opensearch-py-1.1.0.ebuild
b/dev-python/opensearch-py/opensearch-py-1.1.0.ebuild
deleted file mode 100644
index e8a8167526a5..000000000000
--- a/dev-python/opensearch-py/opensearch-py-1.1.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-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/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-# Uses 156 GB of RAM for the test suite, needs more work.
-RESTRICT="test"
-
-RDEPEND="
- <dev-python/urllib3-2[${PYTHON_USEDEP}]
- dev-python/certifi[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/botocore[${PYTHON_USEDEP}]
- )
-"