diff --git a/README.md b/README.md index 8ed9d6172..941ef57ee 100644 --- a/README.md +++ b/README.md @@ -612,7 +612,7 @@ 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 1645 Ebuilds in total, 1634 of them have in total 1650 (42 different) licenses assigned. +There are 1646 Ebuilds in total, 1635 of them have in total 1651 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| @@ -629,10 +629,10 @@ There are 1645 Ebuilds in total, 1634 of them have in total 1650 (42 different) |Unlicense|9| |ISC|5| |MPL-2.0|5| +|LGPL-2.1+|4| |LGPL-2.1|4| |EPL-1.0|4| |ZPL|3| -|LGPL-2.1+|3| |PSF-2|3| |AGPL-3+|2| |LGPL-2+|2| diff --git a/dev-python/python-vlc/Manifest b/dev-python/python-vlc/Manifest index 7728d3a58..4aa9765ee 100644 --- a/dev-python/python-vlc/Manifest +++ b/dev-python/python-vlc/Manifest @@ -1,3 +1,5 @@ DIST python-vlc-1.1.2.tar.gz 201191 BLAKE2B 9676503479fb68564a627ffb7a019e07eb8ed512467d68d19942b44fd61e3d77104942e857004b0e3265fa3e66695ac8955af2679265f3a94bcd099971d18b6e SHA512 bcddaa39e7ec3eaa649209ca34c14c06f5613c2205fdf9df4752553458913b373e5f74db01a53500ba30ec95520dc6df54752d1ef2d64b4aa42844eca56bb8d6 -EBUILD python-vlc-1.1.2.ebuild 557 BLAKE2B a8a287e7e604175317dabb9e35bc83395f2f2142a4470387e2c04052152484e896d2dc661c94b8c14902f7ca7a6a8f6729ad57449984e24a7f439feaf7dcea23 SHA512 8900db4a7531122de140d6ac87d5783271782871de2d0d5d4158e0478ed607a2a630881abf52a9c3b7477522b94001c13e3d429b6cc15112dd5eb88103ac3a40 +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 MISC metadata.xml 462 BLAKE2B b3812e01703dbbe49fe2f6f101401dbb20c4943cee663d3202ab146dab85857c49fe4d66008b4182a1996fda5d0b1a1b7e5923da91463485a67bda89089db8b3 SHA512 f82d6002c8b41ebcc9895c0a45967ea1eba37197a3c00c67a392076f41b6a795143da5cfd3c4ea41fa313f1cd6c81e2e55dd6090513d9db9eea459fa451b241b diff --git a/dev-python/python-vlc/python-vlc-1.1.2.ebuild b/dev-python/python-vlc/python-vlc-1.1.2.ebuild index 9ec60d8f8..c25ae4037 100644 --- a/dev-python/python-vlc/python-vlc-1.1.2.ebuild +++ b/dev-python/python-vlc/python-vlc-1.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 diff --git a/dev-python/python-vlc/python-vlc-3.0.18122.ebuild b/dev-python/python-vlc/python-vlc-3.0.18122.ebuild new file mode 100644 index 000000000..11a90e301 --- /dev/null +++ b/dev-python/python-vlc/python-vlc-3.0.18122.ebuild @@ -0,0 +1,20 @@ +# 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 )" + +distutils_enable_tests pytest