Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flexmock/
Date: Thu, 23 Apr 2020 23:24:04
Message-Id: 1587684200.7721c1d8b9f574c2389da32da3bddcefc127cf8b.marecki@gentoo
1 commit: 7721c1d8b9f574c2389da32da3bddcefc127cf8b
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 23 23:20:01 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 23 23:23:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7721c1d8
7
8 dev-python/flexmock: support python3_8 and pypy3
9
10 Both build fine and pass all tests (on an up-to-date ~amd64 system).
11
12 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
13
14 dev-python/flexmock/flexmock-0.10.4.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/flexmock/flexmock-0.10.4.ebuild b/dev-python/flexmock/flexmock-0.10.4.ebuild
18 index bd88e29a25a..d9be5c143fc 100644
19 --- a/dev-python/flexmock/flexmock-0.10.4.ebuild
20 +++ b/dev-python/flexmock/flexmock-0.10.4.ebuild
21 @@ -3,12 +3,12 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{6,7} )
26 +PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
27
28 inherit distutils-r1
29
30 DESCRIPTION="Testing library to create mocks, stubs and fakes"
31 -HOMEPAGE="http://flexmock.readthedocs.org/"
32 +HOMEPAGE="https://flexmock.readthedocs.org/"
33 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
34
35 LICENSE="BSD"