dev-python/ha-philipsjs: add 3.2.2

Closes: #3442
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-06-16 10:39:37 +02:00
parent eedcd547fd
commit 7615e55f8f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 35 additions and 2 deletions

View File

@ -606,11 +606,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 1893 Ebuilds in total, 1882 of them have in total 1905 (42 different) licenses assigned.
There are 1894 Ebuilds in total, 1883 of them have in total 1906 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1083|
|MIT|1084|
|Apache-2.0|427|
|GPL-3|110|
|BSD|108|

View File

@ -1,5 +1,7 @@
DIST ha-philipsjs-3.1.1.tar.gz 47515 BLAKE2B 5b1d86f9f4daafa83f0a55c3a9355117637388d49bd5bd47510dcd6b1f06e79606876047dbdcded7e51b7140d9ab8f2ff5b641c1fe4bed22edd9d2ac8a0234e1 SHA512 96b4ac82aea2fc4e481098de09f51dd926b55907804f2e06f8ff18aa231a67536bc3d547adc3fd74e5084ba3ba6a195bf422ace37313d2a0eef53929ba08ef1a
DIST ha-philipsjs-3.2.1.tar.gz 47689 BLAKE2B f0bb9222f20b515ed49a478b77dab7aade2862bcd38fdc35ab07f80c98fe4d9839a6cc286c286cc4dd89b5a8e5203fdac5edd3f7611bee3c746dc004a5a8eea2 SHA512 f79bf91842d066d9e1a1fae7844f114054ba0f72e41c1396c6fd58c5619b0be145c10be98c587f7841d41fed89bd83736a0771ba7e96670abb2bb201d2481a24
DIST ha-philipsjs-3.2.2.tar.gz 47872 BLAKE2B dc087bf9a351b6c4934b0ce9dd4b240712df3c4faffbee9b8762f747bbeea0984656a551a434e4efcdba423715f861f4453809dd5936c28a077c8f34774eef7e SHA512 58bbfc7d83032ffb0e18ce1c7567ff1a25e7233b6ba2e126bc95dde76a091111a54cb2d7a2300357e346a5ee79d22ff098e5a755e485467b3976508f981f3fb4
EBUILD ha-philipsjs-3.1.1.ebuild 705 BLAKE2B e699e89589d9699e4b828b196e2892174f70c9dd9f6b8b65b592d115b998aed05ed49f52263598a6a1b0f9f728d89beca7fb45b9372f7222f94a121ffbc3d70a SHA512 8922af0bff38ce4c26a993628beb2ebbb9e76ebfd0dc0bf3a1a23b679d89524301ae80730966ca58f3e28a1640f22c7b8a2fa5bb19d6eb43425c670e20dc8725
EBUILD ha-philipsjs-3.2.1.ebuild 819 BLAKE2B 22d242f883cd70b8cd6c456ca2238c320ee630d7eb7727c9ee2866100d75433c23bfb3d42f88c74c8d089062835fed7b0c657c6d4783fb87ab3fa8ffc9eccff2 SHA512 417e2898b418966e08a914ce6f91f2f804318d9cf2a11c0bbebeec769a254e6e12ccb7741b945fcd1291c97ce9732b4886ada550c8e63360266b913aef0a102d
EBUILD ha-philipsjs-3.2.2.ebuild 778 BLAKE2B a3425e6b0c29109603b5a1c9323c71d499e618f617717fce97b66c2ea4cb9e562095a55779075d71776c481ef76ace669a68c55aa18f5b0232a687f63a653443 SHA512 4516798294775d6298cd802d0b662a26e00fe8bec2b6e17621b0c34551cd11053acfc0e2b0da967e197adfb5916d0f1193bef4fc247ccb4e973473e43bb1a720
MISC metadata.xml 528 BLAKE2B 27cd758f86d871ed9d3ee4289c186d1924b02027d66f236db890a1252b9be867129b75e1a89aa5d265cae5116332ccf964f422f89b2448b42e9c3a92f1aa2607 SHA512 50d8f700192779bda7e52f3cae28774b5fdc60efcd6388a083dead874ffefb2670cc2cb2f52a6d9f531f02e39801b2af84a4ecfa1b99d669873f8eff66d5ed24

View File

@ -0,0 +1,31 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
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-0.22.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
>=dev-python/pytest-asyncio-0.20.2[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
>=dev-python/respx-0.17.0[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest