From 7721c1d8b9f574c2389da32da3bddcefc127cf8b Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Fri, 24 Apr 2020 00:20:01 +0100 Subject: [PATCH] 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 --- 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 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" -- 2.26.2