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/minimock/
Date: Thu, 23 Apr 2020 17:50:50
Message-Id: 1587664239.d01f1d3eeba731690bb299a9bd8778030db1f2d7.mgorny@gentoo
1 commit: d01f1d3eeba731690bb299a9bd8778030db1f2d7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 23 17:41:11 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 23 17:50:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d01f1d3e
7
8 dev-python/minimock: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/minimock/minimock-1.2.8-r1.ebuild | 7 +------
13 1 file changed, 1 insertion(+), 6 deletions(-)
14
15 diff --git a/dev-python/minimock/minimock-1.2.8-r1.ebuild b/dev-python/minimock/minimock-1.2.8-r1.ebuild
16 index 662be37ce07..f955df25ddb 100644
17 --- a/dev-python/minimock/minimock-1.2.8-r1.ebuild
18 +++ b/dev-python/minimock/minimock-1.2.8-r1.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 -PYTHON_COMPAT=( python{2_7,3_6} )
24 +PYTHON_COMPAT=( python3_6 )
25
26 inherit distutils-r1
27
28 @@ -17,11 +17,6 @@ LICENSE="MIT"
29 SLOT="0"
30 KEYWORDS="amd64 arm ppc x86"
31
32 -# future breaks minimock hard -- probably makes it think it's on python3...
33 -# https://github.com/lowks/minimock/issues/5
34 -RDEPEND="$(python_gen_cond_dep '!!dev-python/future[${PYTHON_USEDEP}]' -2)"
35 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
36 -
37 S="${WORKDIR}/${MY_P}"
38
39 DOCS=( docs/changelog.rst docs/index.rst )