dev-python/gstreamer-player: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 13:54:18 +02:00 committed by Andreas Billmeier
parent 303e38907c
commit 286b6671dd
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST gstreamer-player-1.1.2.tar.gz 3687 BLAKE2B b64ce1bd52fc535f4e70033b33594585bf7cfad62a3f5a16d7f8fa0d1693ac5261e7e6cad3ca511f5b0639d74cd90b5cc017b31534a202a9a0f5b13348bba67a SHA512 cba50036375864cc360201f9ac9a15699ec377c8e5a1d16230769ddf0f502203232ab414a3c1086eef6e274998029f15ad7966a622875c220226947c277a93b1
EBUILD gstreamer-player-1.1.2.ebuild 825 BLAKE2B 2f21f79e91d966ac2231cce533c2eec98a9dfb799fd224809c600f058b9dc735e7050d9d313d2f587211b219fbc17c7fcf039fdbe72bfd46ef0db13cf07c5301 SHA512 d8551237786ee71bd9a59e0a56f644a8d7f1a0abb76c13ac509a172dbf02fe9c35318e12731938b3e10d66e96b113fafd7efbe113f750549135bc7905a1233a1
EBUILD gstreamer-player-1.1.2.ebuild 790 BLAKE2B 475879c0b31778d70f99ac34560f2256ca82597043704ea55f5597dd443c33b088d223793ae317413a2776a1a1b8f12b0345a96468560ac261fe9f75b2236d0b SHA512 941077a266ff3f5278007a30d02e64269d5976a05a990e5b359d409b2f3b35839e3d286fc3a07916d8898c02218cdf54165bd721048f92872ec907a0a69da139
MISC metadata.xml 538 BLAKE2B 0e694d30c437f606dddfa23f232507ceaf58a109c9ebe388a59734181c0aaa31c963276eddb0f692b1ca17af6598e352e1ab3abe417ace069403e05362be9b64 SHA512 3b02e069d9056d47f11ac3d8397ae459f75b8b58c307d45e7e0feb2271fa5571d797062f1baa579a8c96f7b4cf5c5daaeb8d2968b058d9012046b2cde59c33fd

View File

@ -1,15 +1,15 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Python 3 wrapper for playing media via gstreamer"
HOMEPAGE="https://github.com/happyleavesaoc/gstreamer-player/ https://pypi.org/project/gstreamer-player/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -23,7 +23,6 @@ RDEPEND=">=media-libs/mutagen-1.36.2[${PYTHON_USEDEP}]
>=dev-python/pygobject-3.42.2[${PYTHON_USEDEP}]
>=dev-python/lxml-3.6.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"