Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ratelimit/
Date: Sat, 21 Aug 2021 06:54:45
Message-Id: 1629528839.9a0d330128aaa354b0ac0b7ec082a8b0ada130e2.arthurzam@gentoo
1 commit: 9a0d330128aaa354b0ac0b7ec082a8b0ada130e2
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 21 05:15:13 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 21 06:53:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a0d3301
7
8 dev-python/ratelimit: drop 1.4.1
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/ratelimit/Manifest | 1 -
13 dev-python/ratelimit/ratelimit-1.4.1.ebuild | 23 -----------------------
14 2 files changed, 24 deletions(-)
15
16 diff --git a/dev-python/ratelimit/Manifest b/dev-python/ratelimit/Manifest
17 index 00b669237d3..cc1a1190566 100644
18 --- a/dev-python/ratelimit/Manifest
19 +++ b/dev-python/ratelimit/Manifest
20 @@ -1,2 +1 @@
21 -DIST ratelimit-1.4.1.tar.gz 10700 BLAKE2B d2fc1b0695c6bdc7653862ca790e9f5ec87b25513a93ec058384f334b47d5080570e3511eb6680b934b345ef5562771a078fc4ced3ceed263a7aafd26af3bfdd SHA512 ab8a2cc95b852f91c614ba5a5a677d2b4b99d5f810ec8a11e69d97af58cef1f67457e1cf686a286073c85b39c2ebbeca0a459382e410c9e8eda12cecdda57f02
22 DIST ratelimit-2.2.1.gh.tar.gz 12366 BLAKE2B 7c810bd111202ef6cd86a789627367665457eb2fd88f13d91b18c934210b72f8f4b0ca1ae0e26b502234c4bf3e74d1c6608260d51a022f9f733d10eb061de023 SHA512 a9a2347e9f9e152e5b1ffcf346cf750c5c52471aa2216b485d989edfc55686077990676a35e0125277313ad50a656a14ab72b7aac61b661e2fc4ec74611b5990
23
24 diff --git a/dev-python/ratelimit/ratelimit-1.4.1.ebuild b/dev-python/ratelimit/ratelimit-1.4.1.ebuild
25 deleted file mode 100644
26 index af0e0a7a99f..00000000000
27 --- a/dev-python/ratelimit/ratelimit-1.4.1.ebuild
28 +++ /dev/null
29 @@ -1,23 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -PYTHON_COMPAT=( python3_{7,8} )
35 -
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="An API rate limit decorator for Python"
39 -SRC_URI="https://github.com/tomasbasham/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40 -HOMEPAGE="https://github.com/tomasbasham/ratelimit"
41 -
42 -LICENSE="MIT"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -
46 -distutils_enable_tests pytest
47 -
48 -src_prepare() {
49 - default
50 - # remove --cov args injection
51 - rm pytest.ini || die
52 -}