dev-python/aiowebostv: add 0.4.0

Closes: #3038
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-10 19:24:02 +01:00
parent 6b1e4e5717
commit 1616d1b2b1
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 29 additions and 5 deletions

View File

@ -617,12 +617,12 @@ 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 1893 Ebuilds in total, 1882 of them have in total 1901 (42 different) licenses assigned.
There are 1894 Ebuilds in total, 1883 of them have in total 1902 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1070|
|Apache-2.0|435|
|Apache-2.0|436|
|GPL-3|124|
|BSD|104|
|LGPL-3|25|

View File

@ -1,3 +1,5 @@
DIST aiowebostv-0.3.3.tar.gz 17266 BLAKE2B 1423d113ebb5e5ddfd45218a899d0cf586a1657a2bf63596f7d94251a01a27327752bc1d72fdea495d790574325662dbfb7a933a845c606711eda715bc0a5903 SHA512 c4ed911287fb4cf0a87542d16795a8fcc6aa88e72facc3a3b0d50ff438161d32ae67566ff8084b07322d3ac11f55c99b92b02f509d6c39f05c48ff7c9d50fa8e
EBUILD aiowebostv-0.3.3.ebuild 673 BLAKE2B d7ddedf0f2a6d4d66aab2453bace1943e6707aab7a9a8f0062f1a59c8d4dda50d15ece2deddd5fd19db50291a313745557b5dd24ac7efed5e8811a8a27045611 SHA512 3caf945e436b24743b30af9038460fe673dfddc97c33e10b6e6f44e276c2b9f85c7f5a6f74c52b8c9ba8ba13c14e7c221feffa1d545e87797eb7d81ba77ec7d9
DIST aiowebostv-0.4.0.tar.gz 17426 BLAKE2B 1b5a1df15fb35643f49b83ebb3df352fe5c526cdff23c0dd0061b498d035f93d05814fb47fd76e3de5ef844fee8243da2cad57f445b61d3ea114cf7011468a5e SHA512 899a7506cc913df5f5d7332463ab06890bffe7ca223b6603d1330af81dead9cd3a728c856d883c2e442fed79aa5e108e2f6ed97ed5accade505f6f946bb0fffe
EBUILD aiowebostv-0.3.3.ebuild 673 BLAKE2B 671ee66b549e006101bd431e686576ea07e164c7af68c7c60936397e3c27a2604d3c668dd4efe340b5bbc926441dc7d21dab9601c8effaa4b270a680df042df7 SHA512 cde2ae07ed5495bb4fb0f7869fd2b478eb6d584f4d4265d19b6937548b9f45f01801c156ae250b2d9d8d36f2db76f18c3b00eb12041b6b77bad61e147d6ceb36
EBUILD aiowebostv-0.4.0.ebuild 571 BLAKE2B a5522bf57db836e53069c1ed9d2966745b6070772adbfa5a51c55f7086303f319dc17604c1960ff05121d643854ef2d7ebad412c739f140fa412a13809738cc6 SHA512 d0e8188912984bb96407acd59f495cf558faf57e2abcdc4cf7b786c0abf8049806b15441da20e46db0d205865d1f4f9aa0e448e588fd68a97fdcb29f82bd0df1
MISC metadata.xml 537 BLAKE2B 252ea7ff92599b331edf017993d8da893bc736602f855704d3fdf47cac9da9630c0107e2cf5b4da88c9797ef5cb4b1f15f02ae671eef1749d0cb639a4590729c SHA512 c9f87bdfa48fa2c5b6b7026158b5471212b29c8e4f65c088f7ce73d2eab6fdf1692e0319f24f6c058626d995cfc7c0fdef7ba0796b6ef9eb0a27294ac34fd5f9

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Library to control webOS based LG TV devices"

View File

@ -0,0 +1,22 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Library to control webOS based LG TV devices"
HOMEPAGE="https://github.com/home-assistant-libs/aiowebostv https://pypi.org/project/aiowebostv/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/websockets-10.3[${PYTHON_USEDEP}]"
distutils_enable_tests pytest