summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2020-04-24 00:20:01 +0100
committerMarek Szuba <marecki@gentoo.org>2020-04-24 00:23:20 +0100
commit7721c1d8b9f574c2389da32da3bddcefc127cf8b (patch)
treed7e66224147558383c7f7c3f21010efb511fc1e3 /dev-python/flexmock
parentprofiles: games-action/rune last rites (diff)
downloadgentoo-7721c1d8b9f574c2389da32da3bddcefc127cf8b.tar.gz
gentoo-7721c1d8b9f574c2389da32da3bddcefc127cf8b.tar.bz2
gentoo-7721c1d8b9f574c2389da32da3bddcefc127cf8b.zip
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@gentoo.org>
Diffstat (limited to 'dev-python/flexmock')
-rw-r--r--dev-python/flexmock/flexmock-0.10.4.ebuild4
1 files 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"