dev-python/aiowebostv: drop 0.3.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-12-17 17:04:56 +01:00
committed by Andreas Billmeier
parent f1dc29e5f3
commit 38f53da574
3 changed files with 2 additions and 34 deletions

View File

@@ -612,12 +612,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 1736 Ebuilds in total, 1725 of them have in total 1749 (43 different) licenses assigned.
There are 1735 Ebuilds in total, 1724 of them have in total 1748 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1013|
|Apache-2.0|361|
|Apache-2.0|360|
|GPL-3|110|
|BSD|98|
|LGPL-3|24|

View File

@@ -1,5 +1,3 @@
DIST aiowebostv-0.3.2.tar.gz 17243 BLAKE2B 10087868795dd22288096e3f596be0462cad95e7828597ccfe36ecb5231b34c1b284cd0123f45962afc6a7fc41dd0d4b60817a15c8f9a814c2b3710ce53119b0 SHA512 a42e888bbdf9e3d4edfc83ec3df5b1a189d65aff008595be473d044c61bb40beb2d3b102ea3bfbfbc828356feaf5ba0b6aaa40b84ba752729f4b73d98f11321d
DIST aiowebostv-0.3.3.tar.gz 17266 BLAKE2B 1423d113ebb5e5ddfd45218a899d0cf586a1657a2bf63596f7d94251a01a27327752bc1d72fdea495d790574325662dbfb7a933a845c606711eda715bc0a5903 SHA512 c4ed911287fb4cf0a87542d16795a8fcc6aa88e72facc3a3b0d50ff438161d32ae67566ff8084b07322d3ac11f55c99b92b02f509d6c39f05c48ff7c9d50fa8e
EBUILD aiowebostv-0.3.2.ebuild 673 BLAKE2B d7ddedf0f2a6d4d66aab2453bace1943e6707aab7a9a8f0062f1a59c8d4dda50d15ece2deddd5fd19db50291a313745557b5dd24ac7efed5e8811a8a27045611 SHA512 3caf945e436b24743b30af9038460fe673dfddc97c33e10b6e6f44e276c2b9f85c7f5a6f74c52b8c9ba8ba13c14e7c221feffa1d545e87797eb7d81ba77ec7d9
EBUILD aiowebostv-0.3.3.ebuild 673 BLAKE2B d7ddedf0f2a6d4d66aab2453bace1943e6707aab7a9a8f0062f1a59c8d4dda50d15ece2deddd5fd19db50291a313745557b5dd24ac7efed5e8811a8a27045611 SHA512 3caf945e436b24743b30af9038460fe673dfddc97c33e10b6e6f44e276c2b9f85c7f5a6f74c52b8c9ba8ba13c14e7c221feffa1d545e87797eb7d81ba77ec7d9
MISC metadata.xml 537 BLAKE2B 252ea7ff92599b331edf017993d8da893bc736602f855704d3fdf47cac9da9630c0107e2cf5b4da88c9797ef5cb4b1f15f02ae671eef1749d0cb639a4590729c SHA512 c9f87bdfa48fa2c5b6b7026158b5471212b29c8e4f65c088f7ce73d2eab6fdf1692e0319f24f6c058626d995cfc7c0fdef7ba0796b6ef9eb0a27294ac34fd5f9

View File

@@ -1,30 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..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}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest