dev-python/ha-philipsjs: drop 3.0.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:25:11 +01:00 committed by Andreas Billmeier
parent 663c70b161
commit d6425f6649
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 37 deletions

View File

@ -612,11 +612,11 @@ 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 1690 Ebuilds in total, 1679 of them have in total 1697 (42 different) licenses assigned.
There are 1689 Ebuilds in total, 1678 of them have in total 1696 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|981|
|MIT|980|
|Apache-2.0|355|
|GPL-3|108|
|BSD|92|

View File

@ -1,5 +1,3 @@
DIST ha-philipsjs-3.0.0.tar.gz 40733 BLAKE2B 8d8c118f38fa565c085a42e04891945860672a71376bbc4c24b0dd4ac8a4ca3cfeb06a0e7c878323990c083ff5872e03c032623ab1e9d16e48bf27d9d2e7523d SHA512 8965b08fb27cf60de502dc5ae13d6c521772001bbf2acb2ea2637b6d13a0781d19b3125b1983deff1fc89b8fa2bd05ce707c13878217037de2d555342895e2f2
DIST ha-philipsjs-3.1.1.tar.gz 47515 BLAKE2B 5b1d86f9f4daafa83f0a55c3a9355117637388d49bd5bd47510dcd6b1f06e79606876047dbdcded7e51b7140d9ab8f2ff5b641c1fe4bed22edd9d2ac8a0234e1 SHA512 96b4ac82aea2fc4e481098de09f51dd926b55907804f2e06f8ff18aa231a67536bc3d547adc3fd74e5084ba3ba6a195bf422ace37313d2a0eef53929ba08ef1a
EBUILD ha-philipsjs-3.0.0.ebuild 705 BLAKE2B 3f8a4c52d6ee5ee8766ee461daf3d42c0e68d233e7c6e87bdbe3e126abde01b0660b23b8f7341330733dd1fd97c32f35f3584e388d8de846a7b4cb2fff355980 SHA512 60bfb6f238e0bd0dbbc38a68ee67e294ec0d7100eaa57fcebf006f60938699b60674b61fa6bc9824c303e9121697f64841a251ef976045584240a3b6e4a36727
EBUILD ha-philipsjs-3.1.1.ebuild 705 BLAKE2B 3f8a4c52d6ee5ee8766ee461daf3d42c0e68d233e7c6e87bdbe3e126abde01b0660b23b8f7341330733dd1fd97c32f35f3584e388d8de846a7b4cb2fff355980 SHA512 60bfb6f238e0bd0dbbc38a68ee67e294ec0d7100eaa57fcebf006f60938699b60674b61fa6bc9824c303e9121697f64841a251ef976045584240a3b6e4a36727
MISC metadata.xml 528 BLAKE2B 27cd758f86d871ed9d3ee4289c186d1924b02027d66f236db890a1252b9be867129b75e1a89aa5d265cae5116332ccf964f422f89b2448b42e9c3a92f1aa2607 SHA512 50d8f700192779bda7e52f3cae28774b5fdc60efcd6388a083dead874ffefb2670cc2cb2f52a6d9f531f02e39801b2af84a4ecfa1b99d669873f8eff66d5ed24

View File

@ -1,33 +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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="jointSPACE API for Home-Assistant"
HOMEPAGE="https://github.com/danielperna84/ha-philipsjs https://pypi.org/project/ha-philipsjs/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/httpx[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest