diff --git a/dev-python/opensearch_py/Manifest b/dev-python/opensearch_py/Manifest new file mode 100644 index 000000000..160c3ba60 --- /dev/null +++ b/dev-python/opensearch_py/Manifest @@ -0,0 +1,4 @@ +DIST opensearch-py-1.0.0.tar.gz 136983 BLAKE2B 9dd94d51c2be958daf9be7bddc3ccf3612c49b3b8a6198ae8c23086bcd66cadca831418f0f9c5f6d93a36bd4cc41e2e5c8a9bd979fd5cadb06b5c7e4bac5e305 SHA512 e2f58847eba01fb9697e73b45299cd24bdb6a0a0d52333e0bf64ab803fcab28dd7f6884f4ded8f6eebf9cb989295323e28eedffa3dbda8b07f268102cf2455e6 +DIST opensearch-py-1.1.0.tar.gz 131823 BLAKE2B 4ccd06a4188104aea5d225e7206a5921ddf23ab7e4152122e534d6ac85c081db7cb5918e7073473348bfec7bc200f372dadabde172b5eecac1dc3f57f1ea8527 SHA512 c926046a62a65e522698ab745165eb2677fca569c3ed67e76ef14621e8f186bfc9e5411d6bc1f61f63e716f6f7d55419d8a848c6d591c5767df707e78fe5fb97 +DIST opensearch-py-2.0.0.tar.gz 128775 BLAKE2B e5944e03c66b78683f8dd5805c9620e4a9f755c62478cc602755c63f293d1909c37357be011b7a9ac3cb51c3cef111026125e918151ef5c6bca2a782fd4d7b33 SHA512 8466b5afe87892d5b9e140cdae81a63df9747dc4dab5b4d7ec4562e8883c68970df9096558478de718be86d48dd2415f6785e49a069598b183ec64afdcf83170 +DIST opensearch-py-2.0.1.tar.gz 138625 BLAKE2B 624a3a5ab65c9990b12a177f25776b8fce8183dda3179ab29a4fb0cd3c75473d06b98862dc9f48c90ca534bef928195c7ff06a49b2a1d8c3aef43b267bee65d9 SHA512 5dec4711b237bfb714947844e70b49ad9b0f7dd9cca6c0add46d41a7e75e095cf76117d87bc4302e9105fbc57369ced441e4c7983684568edfff608b69e941d3 diff --git a/dev-python/opensearch_py/opensearch_py-1.0.0.ebuild b/dev-python/opensearch_py/opensearch_py-1.0.0.ebuild new file mode 100644 index 000000000..3354791f5 --- /dev/null +++ b/dev-python/opensearch_py/opensearch_py-1.0.0.ebuild @@ -0,0 +1,48 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} pypy3 ) +inherit distutils-r1 + +DESCRIPTION="Python low-level client for OpenSearch" +HOMEPAGE=" + https://pypi.org/project/opensearch-py + https://github.com/opensearch-project/opensearch-py +" +MY_PN="opensearch-py" +MY_P="${MY_PN}-${PV}" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +KEYWORDS="~amd64 ~x86" +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +BDEPEND=" + >=dev-python/pbr-1.9.0[${PYTHON_USEDEP}] + >=dev-python/setuptools-17.1.0[${PYTHON_USEDEP}] +" +DEPEND=" + ${PYTHON_DEPS} + >=dev-python/urllib3-1.21.1[${PYTHON_USEDEP}] + dev-python/certifi[${PYTHON_USEDEP}] + >=dev-python/requests-2.4.0[${PYTHON_USEDEP}] +" +RDEPEND="${DEPEND}" + +# This is a client package; the upstream tests require a local server installation and are +# therefore not included in this ebuild. For tests, we also would require +# test? ( +# =dev-python/requests-2* +# dev-python/coverage +# dev-python/mock +# dev-python/pyyaml +# dev-python/pytest +# dev-python/pytest-cov +# dev-python/botocore +# ) diff --git a/dev-python/opensearch_py/opensearch_py-1.1.0.ebuild b/dev-python/opensearch_py/opensearch_py-1.1.0.ebuild new file mode 100644 index 000000000..3354791f5 --- /dev/null +++ b/dev-python/opensearch_py/opensearch_py-1.1.0.ebuild @@ -0,0 +1,48 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} pypy3 ) +inherit distutils-r1 + +DESCRIPTION="Python low-level client for OpenSearch" +HOMEPAGE=" + https://pypi.org/project/opensearch-py + https://github.com/opensearch-project/opensearch-py +" +MY_PN="opensearch-py" +MY_P="${MY_PN}-${PV}" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +KEYWORDS="~amd64 ~x86" +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +BDEPEND=" + >=dev-python/pbr-1.9.0[${PYTHON_USEDEP}] + >=dev-python/setuptools-17.1.0[${PYTHON_USEDEP}] +" +DEPEND=" + ${PYTHON_DEPS} + >=dev-python/urllib3-1.21.1[${PYTHON_USEDEP}] + dev-python/certifi[${PYTHON_USEDEP}] + >=dev-python/requests-2.4.0[${PYTHON_USEDEP}] +" +RDEPEND="${DEPEND}" + +# This is a client package; the upstream tests require a local server installation and are +# therefore not included in this ebuild. For tests, we also would require +# test? ( +# =dev-python/requests-2* +# dev-python/coverage +# dev-python/mock +# dev-python/pyyaml +# dev-python/pytest +# dev-python/pytest-cov +# dev-python/botocore +# ) diff --git a/dev-python/opensearch_py/opensearch_py-2.0.0.ebuild b/dev-python/opensearch_py/opensearch_py-2.0.0.ebuild new file mode 100644 index 000000000..3354791f5 --- /dev/null +++ b/dev-python/opensearch_py/opensearch_py-2.0.0.ebuild @@ -0,0 +1,48 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} pypy3 ) +inherit distutils-r1 + +DESCRIPTION="Python low-level client for OpenSearch" +HOMEPAGE=" + https://pypi.org/project/opensearch-py + https://github.com/opensearch-project/opensearch-py +" +MY_PN="opensearch-py" +MY_P="${MY_PN}-${PV}" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +KEYWORDS="~amd64 ~x86" +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +BDEPEND=" + >=dev-python/pbr-1.9.0[${PYTHON_USEDEP}] + >=dev-python/setuptools-17.1.0[${PYTHON_USEDEP}] +" +DEPEND=" + ${PYTHON_DEPS} + >=dev-python/urllib3-1.21.1[${PYTHON_USEDEP}] + dev-python/certifi[${PYTHON_USEDEP}] + >=dev-python/requests-2.4.0[${PYTHON_USEDEP}] +" +RDEPEND="${DEPEND}" + +# This is a client package; the upstream tests require a local server installation and are +# therefore not included in this ebuild. For tests, we also would require +# test? ( +# =dev-python/requests-2* +# dev-python/coverage +# dev-python/mock +# dev-python/pyyaml +# dev-python/pytest +# dev-python/pytest-cov +# dev-python/botocore +# ) diff --git a/dev-python/opensearch_py/opensearch_py-2.0.1.ebuild b/dev-python/opensearch_py/opensearch_py-2.0.1.ebuild new file mode 100644 index 000000000..3354791f5 --- /dev/null +++ b/dev-python/opensearch_py/opensearch_py-2.0.1.ebuild @@ -0,0 +1,48 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} pypy3 ) +inherit distutils-r1 + +DESCRIPTION="Python low-level client for OpenSearch" +HOMEPAGE=" + https://pypi.org/project/opensearch-py + https://github.com/opensearch-project/opensearch-py +" +MY_PN="opensearch-py" +MY_P="${MY_PN}-${PV}" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +KEYWORDS="~amd64 ~x86" +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +BDEPEND=" + >=dev-python/pbr-1.9.0[${PYTHON_USEDEP}] + >=dev-python/setuptools-17.1.0[${PYTHON_USEDEP}] +" +DEPEND=" + ${PYTHON_DEPS} + >=dev-python/urllib3-1.21.1[${PYTHON_USEDEP}] + dev-python/certifi[${PYTHON_USEDEP}] + >=dev-python/requests-2.4.0[${PYTHON_USEDEP}] +" +RDEPEND="${DEPEND}" + +# This is a client package; the upstream tests require a local server installation and are +# therefore not included in this ebuild. For tests, we also would require +# test? ( +# =dev-python/requests-2* +# dev-python/coverage +# dev-python/mock +# dev-python/pyyaml +# dev-python/pytest +# dev-python/pytest-cov +# dev-python/botocore +# )