dev-python/python-vlc: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
06556d4b2a
commit
73e7bcf51b
@ -1,3 +1,3 @@
|
||||
DIST python-vlc-1.1.2.tar.gz 201191 BLAKE2B 9676503479fb68564a627ffb7a019e07eb8ed512467d68d19942b44fd61e3d77104942e857004b0e3265fa3e66695ac8955af2679265f3a94bcd099971d18b6e SHA512 bcddaa39e7ec3eaa649209ca34c14c06f5613c2205fdf9df4752553458913b373e5f74db01a53500ba30ec95520dc6df54752d1ef2d64b4aa42844eca56bb8d6
|
||||
EBUILD python-vlc-1.1.2.ebuild 603 BLAKE2B ec72861501ae6d111a3998979e6471548b9d43d7540a0c9332c7b28d5a6dbd01676f4034c714842462d4557dcf7a3c760bb4fea4c854d30729b3e148af3c3d21 SHA512 96dd4774bc30426726d6004fe72c26da9b04fdd7b2dbe02ae9044a11a64dd8242c9d76f5a9352d034fb955078665754b2e8e26ffe066fd88221dae59c874f373
|
||||
EBUILD python-vlc-1.1.2.ebuild 557 BLAKE2B a8a287e7e604175317dabb9e35bc83395f2f2142a4470387e2c04052152484e896d2dc661c94b8c14902f7ca7a6a8f6729ad57449984e24a7f439feaf7dcea23 SHA512 8900db4a7531122de140d6ac87d5783271782871de2d0d5d4158e0478ed607a2a630881abf52a9c3b7477522b94001c13e3d429b6cc15112dd5eb88103ac3a40
|
||||
MISC metadata.xml 462 BLAKE2B b3812e01703dbbe49fe2f6f101401dbb20c4943cee663d3202ab146dab85857c49fe4d66008b4182a1996fda5d0b1a1b7e5923da91463485a67bda89089db8b3 SHA512 f82d6002c8b41ebcc9895c0a45967ea1eba37197a3c00c67a392076f41b6a795143da5cfd3c4ea41fa313f1cd6c81e2e55dd6090513d9db9eea459fa451b241b
|
||||
|
||||
@ -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="VLC bindings for python."
|
||||
HOMEPAGE="https://wiki.videolan.org/PythonBinding https://pypi.org/project/python-vlc/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0"
|
||||
@ -17,9 +17,7 @@ KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND=""
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user