From b0d033500fb704958d9139b3969f99dc0fa801a5 Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@Home/mbp)" Date: Mon, 3 Oct 2022 16:29:40 +0200 Subject: [PATCH] bump ha-av-10.0.0_beta5 --- README.md | 4 +-- dev-python/ha-av/Manifest | 4 ++- dev-python/ha-av/ha-av-10.0.0_beta4.ebuild | 4 +-- dev-python/ha-av/ha-av-10.0.0_beta5.ebuild | 41 ++++++++++++++++++++++ 4 files changed, 48 insertions(+), 5 deletions(-) create mode 100644 dev-python/ha-av/ha-av-10.0.0_beta5.ebuild diff --git a/README.md b/README.md index 3228c9244..255466ecb 100644 --- a/README.md +++ b/README.md @@ -538,14 +538,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 1917 Ebuilds in total, 1910 of them have in total 1922 (35 different) licenses assigned. +There are 1918 Ebuilds in total, 1911 of them have in total 1923 (35 different) licenses assigned. |License| Ebuilds using it| |-------|-----| |MIT|1155| |Apache-2.0|366| |GPL-3|119| -|BSD|104| +|BSD|105| |LGPL-3|29| |GPL-2|25| |LGPL-3+|17| diff --git a/dev-python/ha-av/Manifest b/dev-python/ha-av/Manifest index b173382ff..2dc10dcd9 100644 --- a/dev-python/ha-av/Manifest +++ b/dev-python/ha-av/Manifest @@ -1,3 +1,5 @@ DIST ha-av-10.0.0b4.tar.gz 2496702 BLAKE2B 47650a53b1dd10399c20d2869f305cf7ff2f306247762264c4fc006a550903d048808be2821bf180cfdc59b0fd37dfb52dd0e6c2f17428ecfe8ba5172fee7db8 SHA512 227eb2c00c1b8158083fcf03e749718cfd79b80276b01a61b6612177484344747c9fb718c6a8d779c74eb1de634e2588f35ccf0ffd7f1a8a2c21721c8eca32dc -EBUILD ha-av-10.0.0_beta4.ebuild 936 BLAKE2B 25b39b943c8d9263f6ac436f8e823b4fd787d3c66b7927a1971ab9d7a0fef98dd86a56af3c54ef212250b9d98be64d30500a61f7682e192a9cb7878aa2b51417 SHA512 49c029f96902443996369be6e6340904434d64378f16677eb3d25dd68b20d1a07730e952e74e5c5f552768e9278c1c159275976703618d4f38f895dfa637e01b +DIST ha-av-10.0.0b5.tar.gz 2504648 BLAKE2B b6c0586f8b259138beaefd4caaa29ec8ace1262fe604e4178228e4ce03975b8d801d3c322372ff20fc935c7f9a1d9c2ef08f39b3f8f097f5ab028eb50ace6b21 SHA512 bff2cf9a7ca889fefc0f63d0ad191dddc7d2e37bf55b894f398d4a99dc9ec60afaf4f76df92bf1c67f73dffe615b954f40b3137f6c9219ed89a68e56237bb68a +EBUILD ha-av-10.0.0_beta4.ebuild 932 BLAKE2B 2bfa74d9d223dd4eb73b1de276e122840decad2866ee66a291d01055c8404e679a1aa809fc64834855e98f1f464b52d4e69c39a4afcfb93cd11606e37eb0b565 SHA512 b274a4058a00596e9fa5c406d811cd6fc178a15079b4f50605ccbdf6d9a4bcdaced83854252af5f92ad6837ca476ca7e65cdd93195ca00ddcd5e5a40c7293993 +EBUILD ha-av-10.0.0_beta5.ebuild 932 BLAKE2B 2bfa74d9d223dd4eb73b1de276e122840decad2866ee66a291d01055c8404e679a1aa809fc64834855e98f1f464b52d4e69c39a4afcfb93cd11606e37eb0b565 SHA512 b274a4058a00596e9fa5c406d811cd6fc178a15079b4f50605ccbdf6d9a4bcdaced83854252af5f92ad6837ca476ca7e65cdd93195ca00ddcd5e5a40c7293993 MISC metadata.xml 446 BLAKE2B 4db222b4ee4793ad47f72f48705f37ab1bd968241dba55ca1e099e9edbbc9ab0ddc52eb279a7133a96dd29f8733cb999879c0ee361850ff7a1d04f5049f0f4ae SHA512 06d8513282dba897a574d40c7be84178e3bfb6c31de2c6c8b48012dbb782b5204d0de4ab20014b531aab6a180ec7a932efb2fa8da8f298b2049caebdd8ef8ff5 diff --git a/dev-python/ha-av/ha-av-10.0.0_beta4.ebuild b/dev-python/ha-av/ha-av-10.0.0_beta4.ebuild index f9f4bdec6..205a305c0 100644 --- a/dev-python/ha-av/ha-av-10.0.0_beta4.ebuild +++ b/dev-python/ha-av/ha-av-10.0.0_beta4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}/" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 arm arm64 x86" IUSE="test" RESTRICT="!test? ( test )" diff --git a/dev-python/ha-av/ha-av-10.0.0_beta5.ebuild b/dev-python/ha-av/ha-av-10.0.0_beta5.ebuild new file mode 100644 index 000000000..205a305c0 --- /dev/null +++ b/dev-python/ha-av/ha-av-10.0.0_beta5.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="Pythonic bindings for FFmpeg's libraries." +HOMEPAGE="https://github.com/conda-forge/av-feedstock/ https://github.com/PyAV-Org/PyAV https://pypi.org/project/ha-av/" +MY_P=${P/_beta/b} +MY_PV=${PV/_beta/b} +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}/" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md" + +RDEPEND="!dev-python/av + media-video/ffmpeg + dev-python/ha-ffmpeg[${PYTHON_USEDEP}] + media-plugins/gst-plugins-libav" +BDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/nose[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + )" + +python_test() { + nosetests --verbose || die + py.test -v -v || die +} + +distutils_enable_tests pytest