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/fasteners/
Date: Sat, 10 Apr 2021 08:04:28
Message-Id: 1618041700.df0570afec68467477b0b141847e792c6123fe23.mgorny@gentoo
1 commit: df0570afec68467477b0b141847e792c6123fe23
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 10 06:56:37 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 10 08:01:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df0570af
7
8 dev-python/fasteners: Remove obsolete monotonic dep
9
10 monotonic is only used for py<3.4, so remove the dep entirely.
11
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 dev-python/fasteners/{fasteners-0.16.ebuild => fasteners-0.16-r1.ebuild} | 1 -
15 1 file changed, 1 deletion(-)
16
17 diff --git a/dev-python/fasteners/fasteners-0.16.ebuild b/dev-python/fasteners/fasteners-0.16-r1.ebuild
18 similarity index 93%
19 rename from dev-python/fasteners/fasteners-0.16.ebuild
20 rename to dev-python/fasteners/fasteners-0.16-r1.ebuild
21 index 3243443642a..ff7636a0dc6 100644
22 --- a/dev-python/fasteners/fasteners-0.16.ebuild
23 +++ b/dev-python/fasteners/fasteners-0.16-r1.ebuild
24 @@ -15,7 +15,6 @@ SLOT="0"
25 KEYWORDS="amd64 ~arm arm64 x86 ~amd64-linux ~x86-linux ~x64-macos"
26
27 RDEPEND="
28 - >=dev-python/monotonic-0.1[${PYTHON_USEDEP}]
29 dev-python/six[${PYTHON_USEDEP}]"
30
31 BDEPEND="