dev-python/av: drop 9.2.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-02-22 12:22:21 +01:00
parent 3d8873ff14
commit 786a548834
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 36 deletions

View File

@ -606,14 +606,14 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 2383 Ebuilds in total, 2365 of them have in total 2409 (43 different) licenses assigned.
There are 2382 Ebuilds in total, 2364 of them have in total 2408 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1354|
|Apache-2.0|550|
|GPL-3|149|
|BSD|129|
|BSD|128|
|GPL-2|30|
|LGPL-3|23|
|BSD-2|19|

View File

@ -1,7 +1,5 @@
DIST av-13.1.0.tar.gz 3957908 BLAKE2B 53103a0d2a601ce82b64c118232fe961560a2bcb667bfeb50b767786b4143898ad86a7148f648bd320cd014de8b77b68691ac9178124c4109d8ade0129ca7cf2 SHA512 57700f493f52cdd23c8262d7b71c2c66e1b3199e02eb5d8ed31fef748634e329fbe7f6d85c1efba5e923f78446f2a842bded8b986b4099d5f5b67d8fe5b4b151
DIST av-14.1.0.tar.gz 4049387 BLAKE2B 43c4b7e877a97f65b693fd9e4ac7e1f3951de258c2d83d02df75a651a7882e850ee5cd124a0fc247b0b62f9588afd80e16edc3f61e3f330ccca30a17ce827975 SHA512 f2e13b2dc81b664e59ba1975ebcd7bea8a3715a8146ac10957ecd8752884dae0910ba96af2e1d98c0acb0fd5f5fd413bc8c90edcf9709787b0dd579142bb7d30
DIST av-9.2.0.tar.gz 2391613 BLAKE2B 7b4ef36f1f8c978cf9be9e8c25ba83bcf5562275ab2eda9b53d080a4b8f04b0e8bdf6dbc30f8c95b1c99e0a4056a773e4b9605c0e7427cd803c0355cb9e7adc2 SHA512 c24d9bbda69a59bbc27bf037fb6f31fba47635cc741184740585292c06c8782801fcb8439658dd420ea4034c7206b8e4e0f3f190a04ff3f9abb8eb17f5fff60e
EBUILD av-13.1.0.ebuild 575 BLAKE2B a0025ab1cca0c99bf371f82a18f946ddc53f5151171a705383e9133dec8a76fe4759bc54cf719b5929513d3cea8ec134ec3461812a4566b4eabf713bc55d97dc SHA512 8bbdcad4cc0745f02dfe27cdbd17d4919fd707ba6cc3794a1a16e71008d19a951628a87d18e228226e7129dfad917d51d341b2cd381949b551b06108c611108f
EBUILD av-14.1.0.ebuild 575 BLAKE2B a0025ab1cca0c99bf371f82a18f946ddc53f5151171a705383e9133dec8a76fe4759bc54cf719b5929513d3cea8ec134ec3461812a4566b4eabf713bc55d97dc SHA512 8bbdcad4cc0745f02dfe27cdbd17d4919fd707ba6cc3794a1a16e71008d19a951628a87d18e228226e7129dfad917d51d341b2cd381949b551b06108c611108f
EBUILD av-9.2.0.ebuild 669 BLAKE2B 52547d6cbeea6cea6e15893fc5f3d47e03d5a8354cf1e0127ece1592901918fb2a4530b91760a58351597f1ff8b279eced73c3fdf1869fdb27eca5c757ac8e5e SHA512 87d8ca86a22def85da414484ff2776ff4b06398c393a8bc8a186e986fe3930ce7294caa6be8cdd4484da33eb1f445f3ee6524215cbd4db8c489923fe65189cbd
MISC metadata.xml 498 BLAKE2B c2622e32536c71dd057a181615cbf1d2d690f625ddfcf0c68c281e83d740b1cf76fa5b5eecd869a849798a45575270af88050e7c3a2b818dbdeca82732a78dcb SHA512 38eb86fb9d6d3b4f3f651b95a8b579d2b155b7a0360c4bb51a98018565f819284a56f87ed96ed60493452472eef01e003d5e44318e3f15f76397a6b4c5e69a85

View File

@ -1,32 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
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/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="!dev-python/ha-av
media-video/ffmpeg
dev-python/ha-ffmpeg[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest