diff --git a/README.md b/README.md index 643cd7565..f6d809304 100644 --- a/README.md +++ b/README.md @@ -547,7 +547,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 1514 Ebuilds in total, 1507 of them have in total 1518 (34 different) licenses assigned. +There are 1513 Ebuilds in total, 1506 of them have in total 1517 (34 different) licenses assigned. |License| Ebuilds using it| |-------|-----| @@ -563,8 +563,8 @@ There are 1514 Ebuilds in total, 1507 of them have in total 1518 (34 different) |BSD-2|10| |LGPL-2.1|6| |Unlicense|5| -|LGPL-2.1+|5| |MPL-2.0|4| +|LGPL-2.1+|4| |public-domain|4| |PSF-2|3| |EPL-1.0|3| diff --git a/dev-python/python-vlc/Manifest b/dev-python/python-vlc/Manifest index 816d88323..9b8d9e3cf 100644 --- a/dev-python/python-vlc/Manifest +++ b/dev-python/python-vlc/Manifest @@ -1,5 +1,3 @@ DIST python-vlc-1.1.2.tar.gz 201191 BLAKE2B 9676503479fb68564a627ffb7a019e07eb8ed512467d68d19942b44fd61e3d77104942e857004b0e3265fa3e66695ac8955af2679265f3a94bcd099971d18b6e SHA512 bcddaa39e7ec3eaa649209ca34c14c06f5613c2205fdf9df4752553458913b373e5f74db01a53500ba30ec95520dc6df54752d1ef2d64b4aa42844eca56bb8d6 -DIST python-vlc-3.0.7110.tar.gz 224455 BLAKE2B b550cae3d3975e71610ca91b92d16278032da9a90efb8b753da80823028b67cd674613f682b565b830b098940fbd8cd91420cb56494dd46aaf9fe3037374d11b SHA512 c02fa5e66ce17520228a1f2058c468399aa56ff791be2b456bd836eb8db58909890830fe56942d2ffc0c4a565d5fa97cad2dea705152e6c8be406c801a872a4e -EBUILD python-vlc-1.1.2.ebuild 696 BLAKE2B 741e6da3c34da3fd9b42bd66563fe35a4c67d31bede31c1b17b10238cb27fe3fa259068b19daf82448bd70c445f6222954c0ba502df7714e3d17bdd1a904974b SHA512 ca648a85a448ad7eb3c9368cca9dad3b09d5ad3a11dba82a92cba3520c9a387ca046d74d2fa682cc6b3bfcb5f6bc38a442c529fbf16765d6e784b73cd0adb8db -EBUILD python-vlc-3.0.7110.ebuild 696 BLAKE2B 741e6da3c34da3fd9b42bd66563fe35a4c67d31bede31c1b17b10238cb27fe3fa259068b19daf82448bd70c445f6222954c0ba502df7714e3d17bdd1a904974b SHA512 ca648a85a448ad7eb3c9368cca9dad3b09d5ad3a11dba82a92cba3520c9a387ca046d74d2fa682cc6b3bfcb5f6bc38a442c529fbf16765d6e784b73cd0adb8db +EBUILD python-vlc-1.1.2.ebuild 603 BLAKE2B 414f9297d1e4af7ae1ea7814ef039850dcc3fcd598793dd64c1a38612fd0572ef4095912f55218f275d37810d55d7c5489ca5f7d5f4a73df2d2b55c89c488899 SHA512 1c248311e6b6a1b724a3eb0488539a9c02212e50ac2d53f0a2b020fc4da90c1391697176a4662512983337e722bd66b714896a8b4056555f62380bf62cbd765b 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 f33d44144..cf001a3aa 100644 --- a/dev-python/python-vlc/python-vlc-1.1.2.ebuild +++ b/dev-python/python-vlc/python-vlc-1.1.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm arm64 x86" IUSE="test" RESTRICT="!test? ( test )" @@ -21,11 +21,9 @@ RDEPEND="" 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 } diff --git a/dev-python/python-vlc/python-vlc-3.0.7110.ebuild b/dev-python/python-vlc/python-vlc-3.0.7110.ebuild deleted file mode 100644 index f33d44144..000000000 --- a/dev-python/python-vlc/python-vlc-3.0.7110.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -PYTHON_COMPAT=( python3_{8..9} ) - -inherit distutils-r1 - -DESCRIPTION="VLC bindings for python." -HOMEPAGE="https://wiki.videolan.org/PythonBinding https://pypi.org/project/python-vlc/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="" -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 -}