dev-python/python-vlc: drop 1.1.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 20:47:00 +02:00
parent 5e11e44907
commit bfbe55cb21
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 7 additions and 36 deletions

View File

@ -617,17 +617,17 @@ 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 1833 Ebuilds in total, 1822 of them have in total 1842 (42 different) licenses assigned.
There are 1828 Ebuilds in total, 1817 of them have in total 1837 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1038|
|Apache-2.0|410|
|GPL-3|119|
|MIT|1036|
|Apache-2.0|409|
|GPL-3|118|
|BSD|105|
|LGPL-3|25|
|GPL-2|21|
|LGPL-3+|15|
|LGPL-3+|14|
|BSD-2|13|
|all-rights-reserved|13|
|GPL-3+|13|

View File

@ -1,5 +1,3 @@
DIST python-vlc-1.1.2.tar.gz 201191 BLAKE2B 9676503479fb68564a627ffb7a019e07eb8ed512467d68d19942b44fd61e3d77104942e857004b0e3265fa3e66695ac8955af2679265f3a94bcd099971d18b6e SHA512 bcddaa39e7ec3eaa649209ca34c14c06f5613c2205fdf9df4752553458913b373e5f74db01a53500ba30ec95520dc6df54752d1ef2d64b4aa42844eca56bb8d6
DIST python-vlc-3.0.18122.tar.gz 152762 BLAKE2B 311d3e450160db5fa7ec2cbf078382a8cb1c4a73a42aba7aa47dcfdeb09f1be26ace94d8dd2cd49d4c300dd8a74fcb1bea93a9b7f913e31d5240f3eab0249601 SHA512 f9233cba21ad986486d088c70c721d79847858762a10519bb19f69e2dbe4de9899304080742cc6bac3a53f7489152c38a432cff3fed516ece7e2b5d3136fc0a6
EBUILD python-vlc-1.1.2.ebuild 557 BLAKE2B feea5107766df5af32a8945f06b10881af431b5aa98f229659f6f430ad966a370e8b236dbbcb985436eebe4fdc9150b9c1fe959d14289be7477a89224388caf8 SHA512 c50189e37d41442b86ea439988df94786c2ff401bf45d3b0d7773dd02da757c02017163f50999ca814b6cea54ec0d6c28098291ce0db0207f405fa3ebdcc274f
EBUILD python-vlc-3.0.18122.ebuild 485 BLAKE2B e8adf1ccd8edd1e921f8b7532e5789ad502a1c3fbf94f28b1b8eddb2b3e6e025c189c818c83c5b89b8184f449e5c1374b438160a4aaf83f92b9f20fa5978d7ad SHA512 bb7fbcf8e718ba1af416253c60e9a3368ea777fce0469421e2a84bcdf3896cb032bcad9da8c812d20b1713d12378b5bbf34a98850c3b085ab4e7ac303275bcbe
EBUILD python-vlc-3.0.18122.ebuild 485 BLAKE2B bd39c637d330eac88ba695fecbbfcbe6301240857d9146adaa5ab2eda066d314afcf09b7924cce8a558c57e511eb8f5dd9919fefbed7d1ed54e78b8abcd3b269 SHA512 5791a7ec3b44fcc8324710b80412c7211bbdbd82805de142164c74f21f8f65e3c9688c6d9a1c58b55646cd872e855bf5cfc62e63dbfe33c92ba89261c19e8093
MISC metadata.xml 462 BLAKE2B b3812e01703dbbe49fe2f6f101401dbb20c4943cee663d3202ab146dab85857c49fe4d66008b4182a1996fda5d0b1a1b7e5923da91463485a67bda89089db8b3 SHA512 f82d6002c8b41ebcc9895c0a45967ea1eba37197a3c00c67a392076f41b6a795143da5cfd3c4ea41fa313f1cd6c81e2e55dd6090513d9db9eea459fa451b241b

View File

@ -1,27 +0,0 @@
# Copyright 1999-2024 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
inherit distutils-r1 pypi
DESCRIPTION="VLC bindings for python."
HOMEPAGE="https://wiki.videolan.org/PythonBinding https://pypi.org/project/python-vlc/"
LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi