commit: 05ce691853f3df57efb2bcf42735445a8d994b79
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Jul 16 09:43:28 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Jul 16 09:43:28 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=05ce6918
dev-python/python-mpv: version bump
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/python-mpv/Manifest | 2 +-
.../{python-mpv-0.4.6.ebuild => python-mpv-0.4.7.ebuild} | 10 ++--------
2 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/dev-python/python-mpv/Manifest b/dev-python/python-mpv/Manifest
index 93184f1..791f608 100644
--- a/dev-python/python-mpv/Manifest
+++ b/dev-python/python-mpv/Manifest
@@ -1 +1 @@
-DIST python-mpv-0.4.6.tar.gz 202369 BLAKE2B
9d1eea88c6fc829d026712a45241bc4584f65c40aa882d14774ccae7c70e95285541f27e040d8592d0b165277806b732dcf86414dcc409c96df15b19c22c62fc
SHA512
a2a2f3c889796aaf3f45f1b2bb55febdb2de3b9be6bd99705ef4f6b5765e0ac6ea4e8b1a39ef0577d47c5fe66164f4eae68a02d714c8bb4c5f61df3cd83258dd
+DIST python-mpv-0.4.7.tar.gz 203161 BLAKE2B
a67189a09554d0e3fcbc40f76553dfc8171a009a912b6fbdfa2a916356f4cdcda7c9adad2ff5c54e46696c08dcc13d56d2f5edb665835a504765ae7b6a01918e
SHA512
0c2abef871aadeec433a871418c463e82a570a4e2224f36151ba7e20bed4a5a7c3d13528805454fe445b857a6980cac494e65396dd4eb9e8bb813a4321c214ba
diff --git a/dev-python/python-mpv/python-mpv-0.4.6.ebuild
b/dev-python/python-mpv/python-mpv-0.4.7.ebuild
similarity index 83%
rename from dev-python/python-mpv/python-mpv-0.4.6.ebuild
rename to dev-python/python-mpv/python-mpv-0.4.7.ebuild
index b5edfea..fb66e71 100644
--- a/dev-python/python-mpv/python-mpv-0.4.6.ebuild
+++ b/dev-python/python-mpv/python-mpv-0.4.7.ebuild
@@ -15,15 +15,10 @@ LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-# XIO: fatal IO error 0 (Success) on X server ":1114323366"
-# looks like upstream changed the test suite to use xvfbwrapper
-# but there are still some bugs, tests pass okay, but still get
-# the above error
-RESTRICT="test"
-
RDEPEND="
media-video/mpv[libmpv]
- dev-python/pillow[${PYTHON_USEDEP}]"
+ dev-python/pillow[${PYTHON_USEDEP}]
+"
DEPEND="test? ( dev-python/xvfbwrapper[${PYTHON_USEDEP}] )"
@@ -48,7 +43,6 @@ python_prepare_all() {
mpv-test.py || die
distutils-r1_python_prepare_all
-
}
python_test() {