Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/vimball/
Date: Wed, 12 Feb 2020 01:12:49
Message-Id: 1581468605.0a83de73f463d850c0769ea9795a9d2729e65395.radhermit@gentoo
1 commit: 0a83de73f463d850c0769ea9795a9d2729e65395
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 12 00:24:36 2020 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 12 00:50:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a83de73
7
8 app-arch/vimball: add py38 compat and fix DISTUTILS_USE_SETUPTOOLS
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 app-arch/vimball/vimball-0.5.1.ebuild | 5 ++---
13 app-arch/vimball/vimball-9999.ebuild | 5 ++---
14 2 files changed, 4 insertions(+), 6 deletions(-)
15
16 diff --git a/app-arch/vimball/vimball-0.5.1.ebuild b/app-arch/vimball/vimball-0.5.1.ebuild
17 index 38f71ad8b03..9bcf7f649ea 100644
18 --- a/app-arch/vimball/vimball-0.5.1.ebuild
19 +++ b/app-arch/vimball/vimball-0.5.1.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=( python{3_6,3_7} )
25 +PYTHON_COMPAT=( python3_{6,7,8} )
26 +DISTUTILS_USE_SETUPTOOLS=rdepend
27 inherit distutils-r1
28
29 if [[ ${PV} == *9999 ]] ; then
30 @@ -21,8 +22,6 @@ SLOT="0"
31 IUSE="test"
32 RESTRICT="!test? ( test )"
33
34 -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
35 -RDEPEND="${BDEPEND}"
36 DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
37
38 python_test() {
39
40 diff --git a/app-arch/vimball/vimball-9999.ebuild b/app-arch/vimball/vimball-9999.ebuild
41 index 38f71ad8b03..9bcf7f649ea 100644
42 --- a/app-arch/vimball/vimball-9999.ebuild
43 +++ b/app-arch/vimball/vimball-9999.ebuild
44 @@ -2,7 +2,8 @@
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=7
48 -PYTHON_COMPAT=( python{3_6,3_7} )
49 +PYTHON_COMPAT=( python3_{6,7,8} )
50 +DISTUTILS_USE_SETUPTOOLS=rdepend
51 inherit distutils-r1
52
53 if [[ ${PV} == *9999 ]] ; then
54 @@ -21,8 +22,6 @@ SLOT="0"
55 IUSE="test"
56 RESTRICT="!test? ( test )"
57
58 -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
59 -RDEPEND="${BDEPEND}"
60 DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
61
62 python_test() {