commit:     7721c1d8b9f574c2389da32da3bddcefc127cf8b
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 23 23:20:01 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Apr 23 23:23:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7721c1d8

dev-python/flexmock: support python3_8 and pypy3

Both build fine and pass all tests (on an up-to-date ~amd64 system).

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-python/flexmock/flexmock-0.10.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/flexmock/flexmock-0.10.4.ebuild 
b/dev-python/flexmock/flexmock-0.10.4.ebuild
index bd88e29a25a..d9be5c143fc 100644
--- a/dev-python/flexmock/flexmock-0.10.4.ebuild
+++ b/dev-python/flexmock/flexmock-0.10.4.ebuild
@@ -3,12 +3,12 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 
 inherit distutils-r1
 
 DESCRIPTION="Testing library to create mocks, stubs and fakes"
-HOMEPAGE="http://flexmock.readthedocs.org/";
+HOMEPAGE="https://flexmock.readthedocs.org/";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"

Reply via email to