1 |
commit: a0a9c240c15a2262108a26b29d7384c587a9dd3d |
2 |
Author: Michał Górny <mgorny <AT> gentoo <DOT> org> |
3 |
AuthorDate: Thu Jun 23 08:09:16 2022 +0000 |
4 |
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> |
5 |
CommitDate: Thu Jun 23 08:17:22 2022 +0000 |
6 |
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0a9c240 |
7 |
|
8 |
dev-python/tenacity: Remove old |
9 |
|
10 |
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> |
11 |
|
12 |
dev-python/tenacity/tenacity-8.0.1.ebuild | 33 ------------------------------- |
13 |
1 file changed, 33 deletions(-) |
14 |
|
15 |
diff --git a/dev-python/tenacity/tenacity-8.0.1.ebuild b/dev-python/tenacity/tenacity-8.0.1.ebuild |
16 |
deleted file mode 100644 |
17 |
index 1bb3fdfb5e08..000000000000 |
18 |
--- a/dev-python/tenacity/tenacity-8.0.1.ebuild |
19 |
+++ /dev/null |
20 |
@@ -1,33 +0,0 @@ |
21 |
-# Copyright 1999-2021 Gentoo Authors |
22 |
-# Distributed under the terms of the GNU General Public License v2 |
23 |
- |
24 |
-EAPI=8 |
25 |
- |
26 |
-PYTHON_COMPAT=( python3_{8..10} ) |
27 |
-inherit distutils-r1 |
28 |
- |
29 |
-DESCRIPTION="General-purpose retrying library" |
30 |
-HOMEPAGE="https://github.com/jd/tenacity" |
31 |
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |
32 |
- |
33 |
-LICENSE="Apache-2.0" |
34 |
-SLOT="0" |
35 |
-KEYWORDS="amd64 ~arm64 ~riscv x86" |
36 |
- |
37 |
-BDEPEND=" |
38 |
- dev-python/setuptools_scm[${PYTHON_USEDEP}] |
39 |
- test? ( |
40 |
- www-servers/tornado[${PYTHON_USEDEP}] |
41 |
- ) |
42 |
-" |
43 |
- |
44 |
-distutils_enable_tests pytest |
45 |
- |
46 |
-python_test() { |
47 |
- local deselect=( |
48 |
- # TODO: package typeguard |
49 |
- tests/test_tenacity.py::TestRetryTyping::test_retry_type_annotations |
50 |
- ) |
51 |
- |
52 |
- epytest ${deselect[@]/#/--deselect } |
53 |
-} |