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 1445515808B for ; Sat, 17 Feb 2024 21:17:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94E642BC023; Sat, 17 Feb 2024 21:17:42 +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 7666E2BC023 for ; Sat, 17 Feb 2024 21:17:42 +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 31CC2342FFE for ; Sat, 17 Feb 2024 21:17:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 030CE14D8 for ; Sat, 17 Feb 2024 21:17:39 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1708204463.18c2cbbe783c7f337cbb4b8f2120bba259040072.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/eventlet/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/eventlet/Manifest dev-python/eventlet/eventlet-0.35.1.ebuild X-VCS-Directories: dev-python/eventlet/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 18c2cbbe783c7f337cbb4b8f2120bba259040072 X-VCS-Branch: master Date: Sat, 17 Feb 2024 21:17:39 +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: 4b07d5f2-bf2f-4c78-a2ec-b2c19b0c567f X-Archives-Hash: 9f7386f1b8af52077843a69bc19fe2c8 Message-ID: <20240217211739.p-v6vBlNZC6kEIXCzZvI0stM-Dxh0mQq6UVosaG1Whk@z> commit: 18c2cbbe783c7f337cbb4b8f2120bba259040072 Author: Julien Roy jroy ca> AuthorDate: Sat Feb 17 21:14:23 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Feb 17 21:14:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=18c2cbbe dev-python/eventlet: add 0.35.1 Signed-off-by: Julien Roy jroy.ca> dev-python/eventlet/Manifest | 1 + dev-python/eventlet/eventlet-0.35.1.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-python/eventlet/Manifest b/dev-python/eventlet/Manifest index 96754a7601..fd91104499 100644 --- a/dev-python/eventlet/Manifest +++ b/dev-python/eventlet/Manifest @@ -1,2 +1,3 @@ DIST eventlet-0.34.2.tar.gz 539756 BLAKE2B 9090f5647bfe23d92e9a8cfe5281129192406817706223f121c6c33b6defae5a0dd5ab62c81db0bc456286452d68e927189d4737a866a76d48d74334da7b68af SHA512 4115db66dcf95e1f2f31d90de8bfefc6335ebb8a20275c4e599468e56faf854a359cd79193911095d2f27713fad28f4bdf92724fdee5fe1f8cef2b73a5621254 DIST eventlet-0.34.3.tar.gz 538498 BLAKE2B 49b97df2cc080f8cd1c5c901bcdb41d18712c870dc9865fda00b7918e6681aef0c6d4ac35dbac12b9622b91a70116d6e4552e20de0ca83dbc92a852113b58d3b SHA512 d6f20e9ccbde56a46b88825857a707a40f7d8e86f3b4ddb2bd095006c685312cdc089418eaf174fcb6998155a36477540b20f1b5d378e0b174b09c6f1fcfb97d +DIST eventlet-0.35.1.tar.gz 548382 BLAKE2B afdbcbaf22c7ec5dc0f73fa03dfe34bab7a5ee53faa76beaf0c624755b3d86835813c0be7f7451d4b9f073c1bb737917dd2a6864a233bf6a41e33fc7dc076af6 SHA512 e7f20514a35a070663c86197e4e5ffb3a0fbf81f386c750d3c5b13c2837df29aa09a0d934cdcb4062a310c20f2f2e4cb33c14777b387887f1114b410f21e4d24 diff --git a/dev-python/eventlet/eventlet-0.35.1.ebuild b/dev-python/eventlet/eventlet-0.35.1.ebuild new file mode 100644 index 0000000000..cdd4ac7b36 --- /dev/null +++ b/dev-python/eventlet/eventlet-0.35.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( python3_{10..11} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Concurrent networking library for Python" +HOMEPAGE="https://github.com/eventlet/eventlet/ + https://pypi.org/project/eventlet/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/dnspython[${PYTHON_USEDEP}] + dev-python/greenlet[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + test? ( dev-python/pyopenssl[${PYTHON_USEDEP}] ) +" +DEPEND="${RDEPEND}" + +distutils_enable_tests pytest