From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/eventlet/
Date: Fri, 17 Jun 2022 12:44:24 +0000 (UTC) [thread overview]
Message-ID: <1655469777.6764d4b535d395ffea96197277652582bd762ac8.mgorny@gentoo> (raw)
commit: 6764d4b535d395ffea96197277652582bd762ac8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 17 12:38:03 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 17 12:42:57 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6764d4b5
dev-python/eventlet: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/eventlet/Manifest | 1 -
dev-python/eventlet/eventlet-0.33.0.ebuild | 58 ------------------------------
2 files changed, 59 deletions(-)
diff --git a/dev-python/eventlet/Manifest b/dev-python/eventlet/Manifest
index a725dcdc9c12..ee1cd1cc5b3f 100644
--- a/dev-python/eventlet/Manifest
+++ b/dev-python/eventlet/Manifest
@@ -1,2 +1 @@
-DIST eventlet-0.33.0.tar.gz 414929 BLAKE2B cfb2500d25ed56f5eb7b81968286b1d7d0286511e1658dca8ab4fcf07029390168aea1f95092b5f1b486bd6fb34a96b762c2087cd19f903d232f1da183508888 SHA512 52ef5c6997d0c8a3b55d5f6e969320e06950503984c90440b484020ba346d622ba99abf2bd389b962534849b0c70d80b06f110b2586417f27fb6dde725bfaef4
DIST eventlet-0.33.1.tar.gz 415294 BLAKE2B 25efb9b9848a6e0db2040d111288447aa07ceb70d2cbd9b3d189a2ca58aadad6b6d64054f76f3329ff7ca832efccbabb780c839c4db6d95a5b623d80079b7da3 SHA512 c8ece6a26039631b13ecc188f480f348a42551267fb6135551899dec7a23d0cfd032c14728e114901e4d256bf580203bfbdb1795881abdd71e49a53f8ed58964
diff --git a/dev-python/eventlet/eventlet-0.33.0.ebuild b/dev-python/eventlet/eventlet-0.33.0.ebuild
deleted file mode 100644
index 9c6eec9a44e0..000000000000
--- a/dev-python/eventlet/eventlet-0.33.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1
-
-DESCRIPTION="Highly concurrent networking library"
-HOMEPAGE="https://pypi.org/project/eventlet/ https://github.com/eventlet/eventlet/"
-SRC_URI="mirror://pypi/e/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="examples"
-
-RDEPEND="
- >=dev-python/dnspython-1.15.0[${PYTHON_USEDEP}]
- >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
- virtual/python-greenlet[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/pyopenssl[${PYTHON_USEDEP}]
- )
-"
-
-PATCHES=(
- "${FILESDIR}/eventlet-0.25.1-tests.patch"
- "${FILESDIR}/eventlet-0.30.0-tests-socket.patch"
- "${FILESDIR}/eventlet-0.30.2-test-timeout.patch"
-)
-
-distutils_enable_tests nose
-
-src_prepare() {
- # increase timeout - #791748
- sed -e '/eventlet.sleep/s/0.1/5.0/' -i tests/isolated/patcher_fork_after_monkey_patch.py || die
-
- distutils-r1_src_prepare
-}
-
-python_test() {
- unset PYTHONPATH
- export TMPDIR="${T}"
- nosetests -v -x || die
-}
-
-python_install_all() {
- if use examples; then
- docompress -x "/usr/share/doc/${PF}/examples"
- docinto examples
- dodoc -r examples/.
- fi
-
- distutils-r1_python_install_all
-}
next reply other threads:[~2022-06-17 12:44 UTC|newest]
Thread overview: 99+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-17 12:44 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-06-17 6:57 [gentoo-commits] repo/gentoo:master commit in: dev-python/eventlet/ Agostino Sarubbo
2022-06-16 23:05 Jakov Smolić
2022-06-16 9:50 Jakov Smolić
2022-06-16 9:33 Jakov Smolić
2022-06-16 9:33 Jakov Smolić
2022-06-16 9:10 Jakov Smolić
2022-06-16 9:10 Jakov Smolić
2022-05-13 6:15 Michał Górny
2022-01-02 10:59 Michał Górny
2022-01-02 10:54 Jakov Smolić
2022-01-02 10:54 Jakov Smolić
2021-12-30 20:38 Arthur Zamarin
2021-12-30 20:12 Arthur Zamarin
2021-12-30 20:10 Arthur Zamarin
2021-12-30 20:03 Arthur Zamarin
2021-12-30 20:03 Arthur Zamarin
2021-11-29 17:15 Arthur Zamarin
2021-11-20 16:44 Michał Górny
2021-11-20 15:34 Arthur Zamarin
2021-11-17 9:00 Michał Górny
2021-11-15 6:39 Sam James
2021-11-15 6:37 Sam James
2021-10-23 13:09 Arthur Zamarin
2021-10-10 15:38 Agostino Sarubbo
2021-10-09 19:22 Sam James
2021-10-09 19:22 Sam James
2021-09-09 0:30 Sam James
2021-09-07 17:18 Arthur Zamarin
2021-09-07 7:10 Michał Górny
2021-09-07 0:22 Sam James
2021-09-07 0:22 Sam James
2021-09-07 0:11 Sam James
2021-08-23 22:16 Agostino Sarubbo
2021-08-19 11:55 Agostino Sarubbo
2021-08-19 5:16 Agostino Sarubbo
2021-08-19 1:27 Agostino Sarubbo
2021-08-16 5:13 Agostino Sarubbo
2021-07-13 6:35 Michał Górny
2021-06-29 21:25 Sam James
2021-06-07 13:20 Agostino Sarubbo
2021-06-07 13:15 Agostino Sarubbo
2021-05-23 23:05 Agostino Sarubbo
2021-05-19 20:06 Agostino Sarubbo
2021-05-19 17:28 Sam James
2021-05-06 8:21 Michał Górny
2021-04-10 8:04 Michał Górny
2021-03-15 15:37 Marek Szuba
2021-03-03 19:53 Sam James
2021-02-18 9:18 Michał Górny
2021-02-18 8:34 Sam James
2021-02-15 0:38 Sam James
2021-01-24 13:45 Sam James
2021-01-23 5:56 Sam James
2021-01-20 7:41 Agostino Sarubbo
2021-01-18 14:56 Sam James
2021-01-13 19:06 Sam James
2020-09-23 10:32 Agostino Sarubbo
2020-09-18 8:26 Agostino Sarubbo
2020-09-18 7:54 Agostino Sarubbo
2020-09-18 7:45 Agostino Sarubbo
2020-09-18 7:29 Agostino Sarubbo
2020-09-17 16:03 Sam James
2020-09-01 4:22 Sam James
2020-08-20 12:52 Michał Górny
2020-08-15 23:20 Matthew Thode
2020-08-14 23:22 Andreas Sturmlechner
2020-07-11 22:28 Sam James
2020-07-11 22:08 Sam James
2020-07-09 8:27 Agostino Sarubbo
2020-07-09 8:16 Agostino Sarubbo
2020-06-04 14:06 Michał Górny
2020-05-30 12:48 Michał Górny
2020-05-30 7:40 Michał Górny
2020-05-29 8:46 Michał Górny
2020-05-26 18:09 Michał Górny
2020-05-04 10:56 Michał Górny
2020-03-19 21:38 David Seifert
2020-02-05 13:00 Michał Górny
2019-08-23 16:13 Matthew Thode
2019-07-23 14:51 Matthew Thode
2019-06-26 2:57 Zac Medico
2019-06-26 2:49 Zac Medico
2018-10-10 15:49 Matthew Thode
2018-01-07 22:29 Matt Thode
2018-01-03 22:13 Michał Górny
2017-09-01 22:28 Matt Thode
2017-08-27 4:26 Matt Thode
2017-05-04 5:01 Zac Medico
2017-05-02 13:11 Michał Górny
2017-03-15 8:36 Zac Medico
2017-01-26 3:06 Zac Medico
2016-10-12 22:21 Zac Medico
2016-03-25 3:33 Matt Thode
2016-03-25 3:33 Matt Thode
2016-03-01 19:05 Patrick Lauer
2016-02-28 6:12 Matt Thode
2016-02-18 18:14 Patrick Lauer
2015-10-22 11:09 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1655469777.6764d4b535d395ffea96197277652582bd762ac8.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox