dev-python/vdf: support pypy3, simplify test dependencies
authorMarek Szuba <marecki@gentoo.org>
Tue, 21 Apr 2020 22:52:31 +0000 (23:52 +0100)
committerMarek Szuba <marecki@gentoo.org>
Tue, 21 Apr 2020 22:57:58 +0000 (23:57 +0100)
commit7742f6fca5b241186ae1360c4b319d41b0967f54
tree5f94824991eff8e0c2bc545bbccceba452f56f72
parent1bb5e99bc9a64e35b64b117049ebf0e75fadb18e
dev-python/vdf: support pypy3, simplify test dependencies

pypy3 - builds and tests fine, as claimed by upstream

Test dependencies - Python-3.3 and newer have unittest.mock in the
standard library and this package does not support any versions older
than that, patch the relevant test file to use unittest.mock and stop
pulling in dev-python/mock (which was pulled in incorrectly anyway).

Signed-off-by: Marek Szuba <marecki@gentoo.org>
dev-python/vdf/files/vdf-3.2-mock_from_stdlib.patch [new file with mode: 0644]
dev-python/vdf/vdf-3.2-r1.ebuild [new file with mode: 0644]