media-libs/grilo: bump to 0.3.3, fix up test dependencies
authorMart Raudsepp <leio@gentoo.org>
Thu, 23 Mar 2017 03:00:34 +0000 (05:00 +0200)
committerMart Raudsepp <leio@gentoo.org>
Thu, 23 Mar 2017 03:01:51 +0000 (05:01 +0200)
commit6ac3e621bacce972c5d40083759c7ff4d0be6744
treeca1839ed713bf6ed49aa15e03a5731ff13105df7
parent4ace45e5a446f20773b37977f10959254c52c97d
media-libs/grilo: bump to 0.3.3, fix up test dependencies

Upstream commented out the python tests a while ago in 2015 via an
exit(0) call in testrunner.py, but we kept depending on pygobject both
slots (for gi.repository AND "import glib" usage in the python tests).
Remove the unnecessary deps and replace it with only any python provider,
as tests still want to launch testrunner.py via $PYTHON, for which we
want to set up the variable still, but all the pygobject stuff can go away
for now.
The python code before exit(0) should work with any python interpreter
version, so this extends it to accept all cpython implementations too.
media-libs/grilo/Manifest
media-libs/grilo/grilo-0.3.3.ebuild [new file with mode: 0644]