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 9CA24158451 for ; Sat, 13 Jan 2024 16:25:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9180E2A81; Sat, 13 Jan 2024 16:25:02 +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 889ABE2A7D for ; Sat, 13 Jan 2024 16:25:02 +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 8F6723431D5 for ; Sat, 13 Jan 2024 16:25:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2976714CE for ; Sat, 13 Jan 2024 16:24:58 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1705160418.5e332e1887edadaaf7ed7970a286b20db77d3420.arthurzam@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.33.3.ebuild X-VCS-Directories: dev-python/eventlet/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 5e332e1887edadaaf7ed7970a286b20db77d3420 X-VCS-Branch: master Date: Sat, 13 Jan 2024 16:24:58 +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: 4d503524-40df-4ab9-a268-2fc8b2f36c6f X-Archives-Hash: dc55e093ad46e39adcf459e8d8a95c8f commit: 5e332e1887edadaaf7ed7970a286b20db77d3420 Author: Julien Roy jroy ca> AuthorDate: Sat Jan 13 15:33:30 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Jan 13 15:40:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e332e18 dev-python/eventlet: drop 0.33.3 Signed-off-by: Julien Roy jroy.ca> dev-python/eventlet/Manifest | 1 - dev-python/eventlet/eventlet-0.33.3.ebuild | 35 ------------------------------ 2 files changed, 36 deletions(-) diff --git a/dev-python/eventlet/Manifest b/dev-python/eventlet/Manifest index 06a9d19d56..5a253a42c5 100644 --- a/dev-python/eventlet/Manifest +++ b/dev-python/eventlet/Manifest @@ -1,2 +1 @@ -DIST eventlet-0.33.3.gh.tar.gz 554578 BLAKE2B 19bcd7a5adc2ef24f2637bfd9b19e68a9a268ebb7791cc9c419d9da88e5860c4cbbf6ecbaa0f3c300246584082622e6dab7ab75374f7d54f3c4a65661e22dbfd SHA512 b2e1818c7b6134be4020d2b4315bbb3db795960df76da08a490e0d952549eafb477800c884e7a99493146c1ac082aed5fb87c7e2882ee468ea42b5cc26b8517f DIST eventlet-0.34.2.tar.gz 539756 BLAKE2B 9090f5647bfe23d92e9a8cfe5281129192406817706223f121c6c33b6defae5a0dd5ab62c81db0bc456286452d68e927189d4737a866a76d48d74334da7b68af SHA512 4115db66dcf95e1f2f31d90de8bfefc6335ebb8a20275c4e599468e56faf854a359cd79193911095d2f27713fad28f4bdf92724fdee5fe1f8cef2b73a5621254 diff --git a/dev-python/eventlet/eventlet-0.33.3.ebuild b/dev-python/eventlet/eventlet-0.33.3.ebuild deleted file mode 100644 index 8438bfa947..0000000000 --- a/dev-python/eventlet/eventlet-0.33.3.ebuild +++ /dev/null @@ -1,35 +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..11} ) - -inherit distutils-r1 - -DESCRIPTION="Concurrent networking library for Python" -HOMEPAGE="https://github.com/eventlet/eventlet/" -SRC_URI="https://github.com/eventlet/eventlet/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -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 nose - -python_test() { - # These tests are also failing upstream - nosetests -d -v \ - --exclude=test_018b_http_10_keepalive_framing \ - --exclude=test_017_ssl_zeroreturnerror \ - --exclude=test_patcher_existing_locks_locked || die -}