Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/importlib_resources/files/
Date: Tue, 02 Jun 2020 04:28:29
Message-Id: 1591072079.1cab4fd8c64188a5f706e422fd03ac5d02a618a8.bman@gentoo
1 commit: 1cab4fd8c64188a5f706e422fd03ac5d02a618a8
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue May 19 19:20:40 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 2 04:27:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cab4fd8
7
8 dev-python/importlib_resources: remove unused patch(es)
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 .../files/importlib_resources-1.0.2-skip-wheel.patch | 12 ------------
14 1 file changed, 12 deletions(-)
15
16 diff --git a/dev-python/importlib_resources/files/importlib_resources-1.0.2-skip-wheel.patch b/dev-python/importlib_resources/files/importlib_resources-1.0.2-skip-wheel.patch
17 deleted file mode 100644
18 index 1cff1fafeaf..00000000000
19 --- a/dev-python/importlib_resources/files/importlib_resources-1.0.2-skip-wheel.patch
20 +++ /dev/null
21 @@ -1,12 +0,0 @@
22 -diff --git a/setup.cfg b/setup.cfg
23 -index c9ef791..412b1a9 100644
24 ---- a/setup.cfg
25 -+++ b/setup.cfg
26 -@@ -19,7 +19,6 @@ classifiers =
27 - python_requires = >=2.7,!=3.0,!=3.1,!=3.2,!=3.3
28 - setup_requires =
29 - setuptools
30 -- wheel
31 - install_requires =
32 - pathlib2; python_version < '3'
33 - typing; python_version < '3.5'