From: Marek Szuba Date: Thu, 23 Apr 2020 23:20:01 +0000 (+0100) Subject: dev-python/flexmock: support python3_8 and pypy3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7721c1d8b9f574c2389da32da3bddcefc127cf8b;p=gentoo.git 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 --- diff --git a/dev-python/flexmock/flexmock-0.10.4.ebuild b/dev-python/flexmock/flexmock-0.10.4.ebuild index bd88e29a25a5..d9be5c143fc8 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"