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/voluptuous/
Date: Sun, 31 May 2020 15:43:04
Message-Id: 1590939749.4f15e2b8b1ac5597d60cdbbb1dd2d96d8f1a3143.mgorny@gentoo
1 commit: 4f15e2b8b1ac5597d60cdbbb1dd2d96d8f1a3143
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 15:14:54 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 15:42:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f15e2b8
7
8 dev-python/voluptuous: Port to py39
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/voluptuous/voluptuous-0.11.5.ebuild | 8 ++------
13 1 file changed, 2 insertions(+), 6 deletions(-)
14
15 diff --git a/dev-python/voluptuous/voluptuous-0.11.5.ebuild b/dev-python/voluptuous/voluptuous-0.11.5.ebuild
16 index 7cdce4236c2..40ef58995c1 100644
17 --- a/dev-python/voluptuous/voluptuous-0.11.5.ebuild
18 +++ b/dev-python/voluptuous/voluptuous-0.11.5.ebuild
19 @@ -1,8 +1,8 @@
20 # Copyright 1999-2020 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=6
24 -PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
25 +EAPI=7
26 +PYTHON_COMPAT=( python{2_7,3_{6..9}} )
27
28 inherit distutils-r1
29
30 @@ -13,10 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
31 LICENSE="BSD"
32 SLOT="0"
33 KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
34 -IUSE=""
35 -
36 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
37 -RDEPEND=""
38
39 python_test() {
40 unset PYTHONPATH