Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/onkyo-eiscp/
Date: Wed, 12 Feb 2020 01:12:49
Message-Id: 1581468606.633be6da7c023af9155f7dfda57c2ebe0de602ca.radhermit@gentoo
1 commit: 633be6da7c023af9155f7dfda57c2ebe0de602ca
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 12 00:40:51 2020 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 12 00:50:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=633be6da
7
8 dev-python/onkyo-eiscp: add py38 compat
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 dev-python/onkyo-eiscp/onkyo-eiscp-1.2.7.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/onkyo-eiscp/onkyo-eiscp-1.2.7.ebuild b/dev-python/onkyo-eiscp/onkyo-eiscp-1.2.7.ebuild
16 index de7dad5a903..629a015b686 100644
17 --- a/dev-python/onkyo-eiscp/onkyo-eiscp-1.2.7.ebuild
18 +++ b/dev-python/onkyo-eiscp/onkyo-eiscp-1.2.7.ebuild
19 @@ -2,7 +2,8 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( python3_{6,7} )
24 +PYTHON_COMPAT=( python3_{6,7,8} )
25 +DISTUTILS_USE_SETUPTOOLS=rdepend
26
27 inherit distutils-r1
28
29 @@ -15,8 +16,7 @@ SLOT="0"
30 KEYWORDS="~amd64 ~x86"
31 IUSE=""
32
33 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
34 -RDEPEND="${DEPEND}
35 +RDEPEND="
36 >=dev-python/docopt-0.4.1[${PYTHON_USEDEP}]
37 dev-python/netifaces[${PYTHON_USEDEP}]
38 "