dev-python/av: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 15:00:06 +02:00 committed by Andreas Billmeier
parent 5f59bfad91
commit 08901097c7
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST av-9.2.0.tar.gz 2391613 BLAKE2B 7b4ef36f1f8c978cf9be9e8c25ba83bcf5562275ab2eda9b53d080a4b8f04b0e8bdf6dbc30f8c95b1c99e0a4056a773e4b9605c0e7427cd803c0355cb9e7adc2 SHA512 c24d9bbda69a59bbc27bf037fb6f31fba47635cc741184740585292c06c8782801fcb8439658dd420ea4034c7206b8e4e0f3f190a04ff3f9abb8eb17f5fff60e
EBUILD av-9.2.0.ebuild 725 BLAKE2B 191b93f30cc7557459d946b0b5e44e0a30b25e81795a381c1b38482bbb490207b3974da7893905364de5882e7ab633de7dfbf83ebeae33d3c203156f962a122d SHA512 e4bc19ee440d61b31911ca92b931e974cd3262befc0b1ee0bd5bbf86102d8430c21c22ae945a92270634d4818ef4e558ac14ec2268cdbf14240207b319758cff
EBUILD av-9.2.0.ebuild 669 BLAKE2B 9f7ad95d42ffa0b7863bfc6921b931befdefa990afe90a9026d6568cd434898ed8737e086fb004e18234df4d5ab1665ce35262baa6db983e94301a6c73a9d77b SHA512 097b3926bd94b37905b041d8b6e0cf9cf02be1d8471d96f43806a619c9d80f32c277d5c8e78a089618ebf41518a5485395e6d8b0d2bef06fd8ced1800c898b01
MISC metadata.xml 498 BLAKE2B c2622e32536c71dd057a181615cbf1d2d690f625ddfcf0c68c281e83d740b1cf76fa5b5eecd869a849798a45575270af88050e7c3a2b818dbdeca82732a78dcb SHA512 38eb86fb9d6d3b4f3f651b95a8b579d2b155b7a0360c4bb51a98018565f819284a56f87ed96ed60493452472eef01e003d5e44318e3f15f76397a6b4c5e69a85

View File

@ -1,15 +1,13 @@
# 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
inherit distutils-r1 pypi
DESCRIPTION="Pythonic bindings for FFmpeg's libraries."
HOMEPAGE="https://github.com/PyAV-Org/PyAV https://pypi.org/project/av/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
@ -23,7 +21,6 @@ RDEPEND="!dev-python/ha-av
media-video/ffmpeg
dev-python/ha-ffmpeg[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"