diff options
-rw-r--r-- | dev-python/flexmock/flexmock-0.10.4.ebuild | 4 |
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" |