From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D6B8A15800A for ; Fri, 1 Sep 2023 12:19:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22B752BC013; Fri, 1 Sep 2023 12:19:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 048CF2BC013 for ; Fri, 1 Sep 2023 12:19:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0EA1B335CDF for ; Fri, 1 Sep 2023 12:19:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96851EA2 for ; Fri, 1 Sep 2023 12:19:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1693570711.3f61144a5f0ef39903ba77753d0ad7ab1ae5d34c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/elasticsearch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/elasticsearch/Manifest dev-python/elasticsearch/elasticsearch-8.9.0.ebuild X-VCS-Directories: dev-python/elasticsearch/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3f61144a5f0ef39903ba77753d0ad7ab1ae5d34c X-VCS-Branch: master Date: Fri, 1 Sep 2023 12:19:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9e70640d-5a23-4566-91ae-dd69ce59e85a X-Archives-Hash: e1b328f0a0361bb65be2271c8a0329fa commit: 3f61144a5f0ef39903ba77753d0ad7ab1ae5d34c Author: Alfred Wingate protonmail com> AuthorDate: Thu Aug 10 11:35:35 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 1 12:18:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f61144a dev-python/elasticsearch: add 8.9.0 Signed-off-by: Alfred Wingate protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/32244 Signed-off-by: Sam James gentoo.org> dev-python/elasticsearch/Manifest | 1 + .../elasticsearch/elasticsearch-8.9.0.ebuild | 66 ++++++++++++++++++++++ 2 files changed, 67 insertions(+) diff --git a/dev-python/elasticsearch/Manifest b/dev-python/elasticsearch/Manifest index 773adfacaf64..fde8b1059be9 100644 --- a/dev-python/elasticsearch/Manifest +++ b/dev-python/elasticsearch/Manifest @@ -1 +1,2 @@ DIST elasticsearch-py-8.8.2.gh.tar.gz 527409 BLAKE2B e7768150e22995b4ae4a5b0898a252c46e90b224e8c4132a7035d726db9367facfe2cd006c0d319454c61c075d180776f567e45791d731bf1fc1d40a78d284a2 SHA512 5e5610425fe3727b817fbeafb411fa3e455a1f08c4992774c95c93c5b0d01880198d39febb18baee7a1da85bd126d9679fb6a2aac4602df8ec49cfff0b5bd3be +DIST elasticsearch-py-8.9.0.gh.tar.gz 881506 BLAKE2B 7e6813ff5d5f5f90e67f479258506736a07fac45529f3e957a10cec8251a923afaf3ce4a88f34be8c1dccc4d2df95f87e2b97e05c296bf530f169bd6756b0779 SHA512 b8054edd2bb7577601b2dfe423ff5b191d59abcc1e8aaba86af18be3215548b2d540bb398b5ad83955da99c35995c4ba2755c9da3823fab1fffb0e7a01633f32 diff --git a/dev-python/elasticsearch/elasticsearch-8.9.0.ebuild b/dev-python/elasticsearch/elasticsearch-8.9.0.ebuild new file mode 100644 index 000000000000..9aa78c8ea55f --- /dev/null +++ b/dev-python/elasticsearch/elasticsearch-8.9.0.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} ) +inherit distutils-r1 + +MY_P="elasticsearch-py-${PV}" + +DESCRIPTION="Official Elasticsearch client library for Python" +HOMEPAGE=" + https://ela.st/es-python + https://github.com/elastic/elasticsearch-py + https://pypi.org/project/elasticsearch/ +" +SRC_URI="https://github.com/elastic/elasticsearch-py/archive/refs/tags/v${PV}.tar.gz -> ${MY_P}.gh.tar.gz" +S="${WORKDIR}/${MY_P}" + +LICENSE="Apache-2.0" +SLOT="0/$(ver_cut 1)" +KEYWORDS="~amd64 ~arm64 ~x86" + +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-python/aiohttp-3[${PYTHON_USEDEP}] =dev-python/elastic-transport-8[${PYTHON_USEDEP}] =dev-python/requests-2.4[${PYTHON_USEDEP}]