dev-python/pyvizio: drop 0.1.60

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 18:04:52 +01:00 committed by Andreas Billmeier
parent 3e55cdc374
commit 5f9410a827
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 3 additions and 42 deletions

View File

@ -612,13 +612,13 @@ 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 1603 Ebuilds in total, 1592 of them have in total 1610 (42 different) licenses assigned.
There are 1602 Ebuilds in total, 1591 of them have in total 1608 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|924|
|MIT|923|
|Apache-2.0|340|
|GPL-3|101|
|GPL-3|100|
|BSD|88|
|LGPL-3|23|
|GPL-2|20|

View File

@ -1,5 +1,3 @@
DIST pyvizio-0.1.60.tar.gz 32524 BLAKE2B d80bf228a80085a25d80f7b9af8c3e6e5e155af904c77b9176a425f2734dd9fafc73dccfd3c22b2333a6d04f5ade430be7bdebe4860f49c96cea1e6ed964bc3c SHA512 4f81cfbedd55a6089184fd4f46ec6cced8cb6c079dddf0e86074fafa0101a3081d7c29ce27ea161c1f9e1bf6876da45da1a397f09456347a369b0d187d3e70e4
DIST pyvizio-0.1.61.tar.gz 32678 BLAKE2B 3246a09356886212ef019de1a17d77bb7674d769fd2a5fcb348533ed7f7c688b706877bdc10563bdd0f576439fa0855ca4ab17d0aaef82eed2336999512f8493 SHA512 feca39c664215f71d0dc06c0495f99918c8bef67603056bb1c00c38cc9aa2f2f5eadf22eaebf03e173d74d825e2f7db8879c1a6e973fa756d1afb548b61683bd
EBUILD pyvizio-0.1.60.ebuild 941 BLAKE2B d147774e43d183799dd021ce86d2a8cceea3a7b5cdb183b15d75a61b755a1b897f832097dee8d4aeb7614a1097052791bc9f806be0152578c39d1c61e4f5b430 SHA512 a8eedbaae18b15aa4429fedf78423fcdcaec535de3a8e9c3cd888c4de9af3335ef49bf05688d9df7e49bd4354afadefeccd1a9cbaececed446695ea1ccea8200
EBUILD pyvizio-0.1.61.ebuild 939 BLAKE2B 5da93263b7f5530f731777bd186e8e2da2f0cb5138637e742e77c57ceed495c870d219ac9a63e50d8ca0887d3ab2aaa5edd2092fce98118057625431f2251c63 SHA512 76e9c030419d3ce4f0faabc3d4d1f26ae6e1c671ccd870e0b5ed572212b5a2bf8eac306835d05d70c244be2e2a6400e80322f1cd7799a832dc1dae32eed79871
MISC metadata.xml 512 BLAKE2B 7ffd991dbf4218229920c61dacc3d8be7684ede5b179d181beb1dce6a70c8defd6e3ea59af050a1e6c8cdf45c94f97994e7a0d8e9ff775bcf05e01b8e3b7b498 SHA512 fd239e976d7252e15e26d7cadc9a542263cd8139426f944f83113bf5f489b936c8cc095008283bd7b568b3b3790455b678f54f19d1bda92434c82cf10c4d8228

View File

@ -1,37 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python library for interfacing with Vizio SmartCast TVs and Sound Bars (2016+ models)"
HOMEPAGE="https://github.com/vkorn/pyvizio https://pypi.org/project/pyvizio/"
LICENSE="|| ( MIT GPL-3 )"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/jsonpickle[${PYTHON_USEDEP}]
>=dev-python/tabulate-0.8.6[${PYTHON_USEDEP}]
dev-python/xmltodict[${PYTHON_USEDEP}]
>=dev-python/zeroconf-0.24.4[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest