dev-python/aiohue: add 4.7.1

Closes: #2979
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-09 18:59:42 +01:00
parent 9e75c032d3
commit 458cf5610f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 35 additions and 4 deletions

View File

@ -617,11 +617,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 1862 Ebuilds in total, 1851 of them have in total 1870 (42 different) licenses assigned.
There are 1863 Ebuilds in total, 1852 of them have in total 1871 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1053|
|MIT|1054|
|Apache-2.0|425|
|GPL-3|123|
|BSD|104|

View File

@ -1,3 +1,5 @@
DIST aiohue-4.7.0.tar.gz 49104 BLAKE2B 0f452d2a7c9bcf7871d1b64b8b4dc00939cc2734f197617ee6df1d8b6785d1592564916ca4a49be81aaf4323c472eb30913e712e0e06c4de6406d41491962308 SHA512 69dde4c1ddcc1b6bbf5ea6d2038728551b6189659416e6de5e832ead2f64c21d2ec5ee4461101cc990c22b2555c2a6d0ed3a5111396b2955a6578e1cf7a8cff3
EBUILD aiohue-4.7.0.ebuild 740 BLAKE2B 61fad46af0250f0e510b5e26a8be73242a74fa3b5fafafe45ddd5082371f9a1af04b63eb7bf5c22f53120bf87e97a6765f1c33887e6ea5f67358d2de5666b9b0 SHA512 7277349c382aeca8f7d398893bdcc4bc2869204e6dd0377a3bf55f77987ca091e80532b24136d4c3d7dca7d5f58720dfe964eeb80d096481600920b1624fb658
DIST aiohue-4.7.1.tar.gz 49085 BLAKE2B 43db16d543ab28f8f95ac2dc0983a6bb11e430904c320e91a9c70c71dad1e61c7f84a01fadea32f93768644424c0c523bc9b0bee584f45b4fa141b19c19a4546 SHA512 016ddc916a74035c7e65b9f7f27fc6203e2851563a7b601aa1bf07f07fce8db397fd49ae615b48880ad54db8cd562de13098b6e76481b25ead3aad70fa0013f3
EBUILD aiohue-4.7.0.ebuild 740 BLAKE2B a0bec425ad2953b95a93f8ea0538864e7bd2c6c409a070f08eee022fbcc7ba9ca485ee4a120c4bbc820ad3b831f1df9a4bf5d78afa054507709f77ecd70c2b11 SHA512 2d9f6f1325d8107956ec16c108f2e0fdebcb07299565efc93d1a5d8193b7b8bc6b7eeb64b649d0ea06ec1299a82d14db656e1fd17f2327c02f59fbb012672fc2
EBUILD aiohue-4.7.1.ebuild 753 BLAKE2B e50e5e8425e0697fd27985ab920cad3b5bf5c6774605c566a1ea0ae913d1cd4893fa4a05a60baa848c22928b1734528b13e76f7268e11b5d3b07aa0eedea92da SHA512 5bb7e73df753fff8b77e3a5fa93fcee32570520701a705b71e7abf9e7ab11509d9d404bd14025ce646f446ef7f439c6e6e3a6ff71e78b5b334ca66b518e0322e
MISC metadata.xml 528 BLAKE2B cea2a7fadcde3ec90eaa51a28b8be32bcd0e5185c416b5c90356f6382d1a129202fbbb6bfa76fbaabab2416d10b088cd57b80c7da5939bf3b109fc07b098948b SHA512 d587ccd47b35c13c801af338ffda549cc0dc4e62b1e65d4af1628fa7ff5dfbf9ae8c50bb69c0dd0b3c2730012f0db5f9ad1445ef5a32e1b944990ad2fd177774

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python module to talk to Philips Hue."

View File

@ -0,0 +1,29 @@
# 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="Python module to talk to Philips Hue."
HOMEPAGE="https://github.com/home-assistant-libs/aiohue https://pypi.org/project/aiohue/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/asyncio-throttle[${PYTHON_USEDEP}]
dev-python/awesomeversion[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest