dev-python/ha-av: drop 10.0.0, 10.1.0
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
9e92b7db36
commit
d794d3f7eb
@ -612,14 +612,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 1675 Ebuilds in total, 1664 of them have in total 1678 (40 different) licenses assigned.
|
||||
There are 1673 Ebuilds in total, 1662 of them have in total 1676 (40 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|960|
|
||||
|Apache-2.0|362|
|
||||
|BSD|97|
|
||||
|GPL-3|96|
|
||||
|BSD|95|
|
||||
|GPL-2|27|
|
||||
|LGPL-3|23|
|
||||
|all-rights-reserved|15|
|
||||
|
@ -1,7 +1,3 @@
|
||||
DIST ha-av-10.0.0.tar.gz 2505822 BLAKE2B bc5b2dad78a21feaf67b0692403b9755814e796bce5826aaf439b9dc64dadeca1da8ed8e692d855c65833fbcd0628ba3ff2c731eed35f7e912c982c23a40a7dc SHA512 ff6f510e589b846f6ce50a4c95e423d5d124770a20d01af6fb0514ef18091794061d64bd114915d03cbd154053eef0d9ed52b39dc6c964e4c7c84523ee4e3c10
|
||||
DIST ha-av-10.1.0.tar.gz 2524485 BLAKE2B 5748dc64ed7ae48bad20b50cd68d653b2b07997154d81317eec65092027915443dc8a8e2f1e96a1a3e59ae65da937898dc1ccf13b5dcff233584bcbf2bbb1f7e SHA512 7acd17a912951dabb308cd9ce5d5624ef338b1720c07a5692683d0902aedd5f8f338b4bab851109a52b97d6a94f970e7491b7501f40ec92ff661217c086d00a9
|
||||
DIST ha-av-10.1.1.tar.gz 3562443 BLAKE2B cb02034199cdaeecd6802c39d53638adc198dfce7d57d57fe696d37a293926f2201dc0d7dbb202051fece854c1b7696748c98df5c6314ffd61bdfe558524deda SHA512 33a8fc8553cf7e58b52d9d2b65acccb61c9b2e2fc2f3f432ebc5f84e2a07ddf3968e72586033a514ee94b26443627f419699f69c5d5d14e7a767780e3f08c8e1
|
||||
EBUILD ha-av-10.0.0.ebuild 658 BLAKE2B ea88f39819af69bb9fb686936a7265319967668991b609db557a3c5a7b15e017c9e4d1b84a586472869d3c870ed504ba4a612d04ad4ebbd92efa0ba6de0e7018 SHA512 8e44c52e6db5906e7a053636d7a07edc1a378a8f994ec2fb3119e08e8494857c6d98cfb401168258189a4980574c749ec0479f9aab92913c16d2b2022265ed4f
|
||||
EBUILD ha-av-10.1.0.ebuild 658 BLAKE2B ea88f39819af69bb9fb686936a7265319967668991b609db557a3c5a7b15e017c9e4d1b84a586472869d3c870ed504ba4a612d04ad4ebbd92efa0ba6de0e7018 SHA512 8e44c52e6db5906e7a053636d7a07edc1a378a8f994ec2fb3119e08e8494857c6d98cfb401168258189a4980574c749ec0479f9aab92913c16d2b2022265ed4f
|
||||
EBUILD ha-av-10.1.1.ebuild 658 BLAKE2B ea88f39819af69bb9fb686936a7265319967668991b609db557a3c5a7b15e017c9e4d1b84a586472869d3c870ed504ba4a612d04ad4ebbd92efa0ba6de0e7018 SHA512 8e44c52e6db5906e7a053636d7a07edc1a378a8f994ec2fb3119e08e8494857c6d98cfb401168258189a4980574c749ec0479f9aab92913c16d2b2022265ed4f
|
||||
MISC metadata.xml 501 BLAKE2B f73ac03c901034bacbf7ee457caeb3bf82fe671b59ca551dd5f5afc657c8a79a558314c98504dc5d60b4d29d78ee4052b0c3db95c8617ef4f03d5dbf71851101 SHA512 82b55c6296017a5d752ddf71b7b6d2520592f72bb51ee2c8f651ce7b1b8acbf68773d6bd4c69ff09df2ca9cb930ee4af14799103b1ca61783f4ecfc4c0023110
|
||||
|
@ -1,28 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
DISTUTILS_EXT=1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
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/"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
RESTRICT="test"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="!dev-python/av
|
||||
media-video/ffmpeg:=[network]
|
||||
dev-python/ha-ffmpeg[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="dev-python/cython[${PYTHON_USEDEP}]
|
||||
"
|
@ -1,28 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
DISTUTILS_EXT=1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
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/"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
RESTRICT="test"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="!dev-python/av
|
||||
media-video/ffmpeg:=[network]
|
||||
dev-python/ha-ffmpeg[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="dev-python/cython[${PYTHON_USEDEP}]
|
||||
"
|
Loading…
Reference in New Issue
Block a user