Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/netifaces/
Date: Fri, 04 Sep 2020 22:14:20
Message-Id: 1599257649.e9259c86644672fe3b16664034fff3d523181703.sbraz@gentoo
1 commit: e9259c86644672fe3b16664034fff3d523181703
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 4 21:53:34 2020 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 4 22:14:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9259c86
7
8 dev-python/netifaces: add Py3.9, remove explicit setuptools dep.
9
10 Package-Manager: Portage-3.0.3, Repoman-2.3.23
11 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
12
13 dev-python/netifaces/netifaces-0.10.9.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/netifaces/netifaces-0.10.9.ebuild b/dev-python/netifaces/netifaces-0.10.9.ebuild
17 index faa08acf317..ed88a284797 100644
18 --- a/dev-python/netifaces/netifaces-0.10.9.ebuild
19 +++ b/dev-python/netifaces/netifaces-0.10.9.ebuild
20 @@ -2,7 +2,8 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
25 +
26 +PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
27
28 inherit distutils-r1
29
30 @@ -18,6 +19,4 @@ LICENSE="MIT"
31 SLOT="0"
32 KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
33
34 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
35 -
36 PATCHES=( "${FILESDIR}"/${PN}-0.10.4-remove-osx-fix.patch )