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/httmock/
Date: Thu, 23 Apr 2020 08:39:42
Message-Id: 1587631163.ddd70411d517dfbe9cd4ee3e970d5d258ab10b91.mgorny@gentoo
1 commit: ddd70411d517dfbe9cd4ee3e970d5d258ab10b91
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 23 08:19:23 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 23 08:39:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddd70411
7
8 dev-python/httmock: Enable py3.{7,8}
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/httmock/httmock-1.2.5.ebuild | 9 +++------
13 1 file changed, 3 insertions(+), 6 deletions(-)
14
15 diff --git a/dev-python/httmock/httmock-1.2.5.ebuild b/dev-python/httmock/httmock-1.2.5.ebuild
16 index 67ab6525a63..e2eb72ff913 100644
17 --- a/dev-python/httmock/httmock-1.2.5.ebuild
18 +++ b/dev-python/httmock/httmock-1.2.5.ebuild
19 @@ -1,9 +1,9 @@
20 # Copyright 1999-2020 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=6
24 +EAPI=7
25
26 -PYTHON_COMPAT=( python3_6 )
27 +PYTHON_COMPAT=( python3_{6,7,8} )
28
29 inherit distutils-r1
30
31 @@ -16,8 +16,5 @@ SLOT="0"
32 KEYWORDS="~amd64 ~x86"
33
34 RDEPEND=">=dev-python/requests-1.0.0[${PYTHON_USEDEP}]"
35 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
36
37 -python_test() {
38 - esetup.py test
39 -}
40 +distutils_enable_tests setup.py