diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-07-12 18:14:07 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-07-12 18:14:07 +0000 |
| commit | 6f7a4c178d81ca63bd8dd11c5ab1ad5d78a28018 (patch) | |
| tree | 13ad2fddbb3517619b47e3a6be660075a900e94c /dev-python/python-mpv | |
| parent | 9dd2fd66ec846f7f38bd3541a0109d20ac16c29f (diff) | |
| download | baldeagleos-repo-6f7a4c178d81ca63bd8dd11c5ab1ad5d78a28018.tar.gz baldeagleos-repo-6f7a4c178d81ca63bd8dd11c5ab1ad5d78a28018.tar.xz baldeagleos-repo-6f7a4c178d81ca63bd8dd11c5ab1ad5d78a28018.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-mpv')
| -rw-r--r-- | dev-python/python-mpv/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/python-mpv/python-mpv-1.0.6.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/dev-python/python-mpv/Manifest b/dev-python/python-mpv/Manifest index 5a626d2a9dab..a6c5771121bc 100644 --- a/dev-python/python-mpv/Manifest +++ b/dev-python/python-mpv/Manifest @@ -1,2 +1 @@ -DIST python-mpv-1.0.6.gh.tar.gz 212503 BLAKE2B f0b63116f90b0d9e0be7d1f7e3586390d1486a89fd2eee8362f0e569b397a9d61dd597b39307559ea4206fdb98c70bbb09e07fbcbc64d60026b21522c1396053 SHA512 f5848f62f978372b04d09e89e9d04b64ff0c437a1f9f63c4ba4751bbe4a8bd0eb20e7503a3f25c7ca64ef0ab5c91db8be68473dbc29a04d78a9246ed784bcc38 DIST python-mpv-1.0.7.gh.tar.gz 212686 BLAKE2B 5a3de241739196a3baec6fb985422d82ae35fe0b3709ba96bdc7ae51489de02495f886b0c5ca38fbfdd110e974954dc715e9334925e558f69f8961f00487b9ed SHA512 9373259bab0857855cb08c13f9f33fb3a26f880b09c8c468ce1330433c1b2cff72a5015fc066fb830a4089eff08852ad5aa05e648bfba617b9b3d225860c20d3 diff --git a/dev-python/python-mpv/python-mpv-1.0.6.ebuild b/dev-python/python-mpv/python-mpv-1.0.6.ebuild deleted file mode 100644 index b1166125d73f..000000000000 --- a/dev-python/python-mpv/python-mpv-1.0.6.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 virtualx - -DESCRIPTION="Python interface to the mpv media player" -HOMEPAGE=" - https://github.com/jaseg/python-mpv/ - https://pypi.org/project/python-mpv/ -" -SRC_URI=" - https://github.com/jaseg/python-mpv/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="AGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -RDEPEND=" - media-video/mpv[libmpv] - dev-python/pillow[${PYTHON_USEDEP}] -" - -BDEPEND=" - test? ( - dev-python/pyvirtualdisplay[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -python_test() { - local EPYTEST_DESELECT=( - # hanging tests - tests/test_mpv.py::TestLifecycle::test_wait_for_property_event_overflow - tests/test_mpv.py::TestStreams::test_custom_stream - ) - - virtx epytest -} |
