dev-python/pyvizio: add 0.1.60, update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -576,13 +576,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 1840 Ebuilds in total, 1829 of them have in total 1845 (36 different) licenses assigned.
|
||||
There are 1841 Ebuilds in total, 1830 of them have in total 1847 (36 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1078|
|
||||
|MIT|1079|
|
||||
|Apache-2.0|394|
|
||||
|GPL-3|119|
|
||||
|GPL-3|120|
|
||||
|BSD|96|
|
||||
|LGPL-3|26|
|
||||
|GPL-2|24|
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
DIST pyvizio-0.1.57.tar.gz 28751 BLAKE2B 95032425515e4525840dd5dbf76835b860072dd7f1ec0bacc728b33dff5b77b5dc39f06387d65c0a4572fefb6f1271a91485af5c1f95eacb20166c5abe290137 SHA512 19f3ae74a7499e78bc38513b255895520d90abf224cf6ade9b88bf6783b9f1a01aa2d0db7329dcb0ccca9e01d49a73ccee40a50a4abc99ea99add70427fec7e8
|
||||
EBUILD pyvizio-0.1.57.ebuild 997 BLAKE2B 10f6a0564df6e39d6331ec3a54fbebfb2da11d0e8414de4685c110ee043157e8934e1afc18e0ef65a4112420f295ce6d39488797ef2ce6a942a25111a0c64af4 SHA512 ed044c53335fdc8d03888715489a0f96b6ec35a362c2c13e9e1edfb697bea4a7f925b89e93f196dcf98cdaf210326395df6da7d11bf900f9e5f6de94fa87cd5f
|
||||
DIST pyvizio-0.1.60.tar.gz 32524 BLAKE2B d80bf228a80085a25d80f7b9af8c3e6e5e155af904c77b9176a425f2734dd9fafc73dccfd3c22b2333a6d04f5ade430be7bdebe4860f49c96cea1e6ed964bc3c SHA512 4f81cfbedd55a6089184fd4f46ec6cced8cb6c079dddf0e86074fafa0101a3081d7c29ce27ea161c1f9e1bf6876da45da1a397f09456347a369b0d187d3e70e4
|
||||
EBUILD pyvizio-0.1.57.ebuild 941 BLAKE2B d147774e43d183799dd021ce86d2a8cceea3a7b5cdb183b15d75a61b755a1b897f832097dee8d4aeb7614a1097052791bc9f806be0152578c39d1c61e4f5b430 SHA512 a8eedbaae18b15aa4429fedf78423fcdcaec535de3a8e9c3cd888c4de9af3335ef49bf05688d9df7e49bd4354afadefeccd1a9cbaececed446695ea1ccea8200
|
||||
EBUILD pyvizio-0.1.60.ebuild 941 BLAKE2B d147774e43d183799dd021ce86d2a8cceea3a7b5cdb183b15d75a61b755a1b897f832097dee8d4aeb7614a1097052791bc9f806be0152578c39d1c61e4f5b430 SHA512 a8eedbaae18b15aa4429fedf78423fcdcaec535de3a8e9c3cd888c4de9af3335ef49bf05688d9df7e49bd4354afadefeccd1a9cbaececed446695ea1ccea8200
|
||||
MISC metadata.xml 512 BLAKE2B 7ffd991dbf4218229920c61dacc3d8be7684ede5b179d181beb1dce6a70c8defd6e3ea59af050a1e6c8cdf45c94f97994e7a0d8e9ff775bcf05e01b8e3b7b498 SHA512 fd239e976d7252e15e26d7cadc9a542263cd8139426f944f83113bf5f489b936c8cc095008283bd7b568b3b3790455b678f54f19d1bda92434c82cf10c4d8228
|
||||
|
||||
@@ -1,15 +1,14 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
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/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="|| ( MIT GPL-3 )"
|
||||
SLOT="0"
|
||||
@@ -27,7 +26,6 @@ RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
dev-python/xmltodict[${PYTHON_USEDEP}]
|
||||
>=dev-python/zeroconf-0.24.4[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
37
dev-python/pyvizio/pyvizio-0.1.60.ebuild
Normal file
37
dev-python/pyvizio/pyvizio-0.1.60.ebuild
Normal file
@@ -0,0 +1,37 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user