Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/backoff/
Date: Fri, 27 May 2022 19:48:27
Message-Id: 1653680885.e5ef470e8ad49884fc4c2ef785e6c117a8ed9375.mgorny@gentoo
1 commit: e5ef470e8ad49884fc4c2ef785e6c117a8ed9375
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 27 19:48:05 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 19:48:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ef470e
7
8 dev-python/backoff: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/backoff/Manifest | 3 ---
13 dev-python/backoff/backoff-1.11.0.ebuild | 22 --------------------
14 dev-python/backoff/backoff-1.11.1.ebuild | 33 ------------------------------
15 dev-python/backoff/backoff-2.0.0.ebuild | 35 --------------------------------
16 4 files changed, 93 deletions(-)
17
18 diff --git a/dev-python/backoff/Manifest b/dev-python/backoff/Manifest
19 index 9baef88f5072..66334e58a2db 100644
20 --- a/dev-python/backoff/Manifest
21 +++ b/dev-python/backoff/Manifest
22 @@ -1,4 +1 @@
23 -DIST backoff-1.11.0.gh.tar.gz 17566 BLAKE2B 4afed5284eb3cbedf54e06fcd89861701613357c672ebabe2611a4bc28c3a6e4539e206cee24bb6a646f7c16c033f16ef56be3b21867aad760b71410749383b7 SHA512 0f5e176bf9d093a72068cf6e55ada8da3e8ec67b85b4fba2d697117dcb3c563a429ff53c5fe17b4a20a8b5ee0420930b789478bd89de5949b628158263413a60
24 -DIST backoff-1.11.1.gh.tar.gz 17581 BLAKE2B ca940270859ad78cd29d33cfd3c17605f5b42c2c745b7e7a41d53b2d6ef4bee78dd9e8f15c80387da31679aac6d30404c0988013a890ff34bd55e91716c0eff8 SHA512 7ba0e579d2a4a4bb5046ddc0d1f4b5b58ae2969a10a10a3c657e7dd9b8fd0cd6bc56fec18c28c8fb49101521b3840fe31c65e103977ea5f52f3671a07def97d4
25 -DIST backoff-2.0.0.gh.tar.gz 19327 BLAKE2B a53d97c8f27b05a2cf0fac9d7ffd5c964f7f58c8c1d6957bb495502c4dd2742fb3dc7c9a6e31f9aabc8982d548926a93e23aa1a60bada4cb3ac9f0968647face SHA512 34e37b3ff45e92311e7d040b05783e094cafc5d1d32c7e2cb8ef89cb9c0ca1a7ca2b16ba596c3b1c4a308d1780d790c9b077411eb8d48d6c5c86f2d6ea82f475
26 DIST backoff-2.0.1.gh.tar.gz 19356 BLAKE2B 0d4867372763d59cf3d20e15ef5a9d01d314f9862170f55bcbbb5c29eb571dd672d4e0393f6b5b6d84b695264915d6c9a2649637b84a79062d4fe6a37b742cfb SHA512 bcec57466470ab419b04e5bdcad7dd6717fda1e27678a9c0e2cab9ce974d55c2057a73dc488105e71ec9a893acb32a907809a839490ff6442f20d9d3f41436d9
27
28 diff --git a/dev-python/backoff/backoff-1.11.0.ebuild b/dev-python/backoff/backoff-1.11.0.ebuild
29 deleted file mode 100644
30 index 50f63c524f6b..000000000000
31 --- a/dev-python/backoff/backoff-1.11.0.ebuild
32 +++ /dev/null
33 @@ -1,22 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -PYTHON_COMPAT=( python3_{8..10} )
40 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Function decoration for backoff and retry"
44 -HOMEPAGE="https://github.com/litl/backoff https://pypi.org/project/backoff/"
45 -SRC_URI="https://github.com/litl/backoff/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="amd64 ~x86"
50 -
51 -DOCS=( README.rst )
52 -
53 -BDEPEND="test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
54 -
55 -distutils_enable_tests pytest
56
57 diff --git a/dev-python/backoff/backoff-1.11.1.ebuild b/dev-python/backoff/backoff-1.11.1.ebuild
58 deleted file mode 100644
59 index 30c7e50a72c6..000000000000
60 --- a/dev-python/backoff/backoff-1.11.1.ebuild
61 +++ /dev/null
62 @@ -1,33 +0,0 @@
63 -# Copyright 1999-2022 Gentoo Authors
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=8
67 -
68 -DISTUTILS_USE_PEP517=poetry
69 -PYTHON_COMPAT=( python3_{8..10} )
70 -
71 -inherit distutils-r1
72 -
73 -DESCRIPTION="Function decoration for backoff and retry"
74 -HOMEPAGE="
75 - https://github.com/litl/backoff/
76 - https://pypi.org/project/backoff/
77 -"
78 -SRC_URI="
79 - https://github.com/litl/backoff/archive/v${PV}.tar.gz
80 - -> ${P}.gh.tar.gz
81 -"
82 -
83 -LICENSE="MIT"
84 -SLOT="0"
85 -KEYWORDS="~amd64 ~x86"
86 -
87 -DOCS=( README.rst )
88 -
89 -BDEPEND="
90 - test? (
91 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
92 - )
93 -"
94 -
95 -distutils_enable_tests pytest
96
97 diff --git a/dev-python/backoff/backoff-2.0.0.ebuild b/dev-python/backoff/backoff-2.0.0.ebuild
98 deleted file mode 100644
99 index 6e819a3cee44..000000000000
100 --- a/dev-python/backoff/backoff-2.0.0.ebuild
101 +++ /dev/null
102 @@ -1,35 +0,0 @@
103 -# Copyright 1999-2022 Gentoo Authors
104 -# Distributed under the terms of the GNU General Public License v2
105 -
106 -EAPI=8
107 -
108 -DISTUTILS_USE_PEP517=poetry
109 -PYTHON_COMPAT=( python3_{8..10} )
110 -
111 -inherit distutils-r1
112 -
113 -DESCRIPTION="Function decoration for backoff and retry"
114 -HOMEPAGE="
115 - https://github.com/litl/backoff/
116 - https://pypi.org/project/backoff/
117 -"
118 -SRC_URI="
119 - https://github.com/litl/backoff/archive/v${PV}.tar.gz
120 - -> ${P}.gh.tar.gz
121 -"
122 -
123 -LICENSE="MIT"
124 -SLOT="0"
125 -KEYWORDS="~amd64 ~x86"
126 -
127 -DOCS=( README.rst )
128 -
129 -BDEPEND="
130 - test? (
131 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
132 - dev-python/requests[${PYTHON_USEDEP}]
133 - dev-python/responses[${PYTHON_USEDEP}]
134 - )
135 -"
136 -
137 -distutils_enable_tests pytest