projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e4caa4
)
dev-python/flexmock: support python3_8 and pypy3
author
Marek Szuba
<marecki@gentoo.org>
Thu, 23 Apr 2020 23:20:01 +0000
(
00:20
+0100)
committer
Marek Szuba
<marecki@gentoo.org>
Thu, 23 Apr 2020 23:23:20 +0000
(
00:23
+0100)
Both build fine and pass all tests (on an up-to-date ~amd64 system).
Signed-off-by: Marek Szuba <marecki@gentoo.org>
dev-python/flexmock/flexmock-0.10.4.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/flexmock/flexmock-0.10.4.ebuild
b/dev-python/flexmock/flexmock-0.10.4.ebuild
index bd88e29a25a5c3304f2f9297d31595dbc621917a..d9be5c143fc8a34423b53aa0eaa187613551ac73 100644
(file)
--- 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="http
s
://flexmock.readthedocs.org/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"