diff --git a/README.md b/README.md index e69b45f94..31855e510 100644 --- a/README.md +++ b/README.md @@ -573,12 +573,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 1779 Ebuilds in total, 1768 of them have in total 1772 (34 different) licenses assigned. +There are 1780 Ebuilds in total, 1769 of them have in total 1773 (34 different) licenses assigned. |License| Ebuilds using it| |-------|-----| |MIT|1038| -|Apache-2.0|385| +|Apache-2.0|386| |GPL-3|109| |BSD|93| |LGPL-3|24| diff --git a/dev-python/aiohue/Manifest b/dev-python/aiohue/Manifest index ae5a88a07..990a026a6 100644 --- a/dev-python/aiohue/Manifest +++ b/dev-python/aiohue/Manifest @@ -1,5 +1,7 @@ DIST aiohue-4.5.0.tar.gz 42515 BLAKE2B dee8e94f89dd91ca7ff3a2a17150cdb861c3a56d83bd4f7cd0078e7b06997b5cb0241aa211ecdca64967b985bd4a5080be619a572180ae564bcb20149203b8d8 SHA512 b370f52a729f31f37def2b9debde0f74605955e130b12b1ac0b9ed14e357ed37d9afe71cea100812767ca7a43a2f3f6f6acead7d7ccfba61f3f2ecc30d035528 DIST aiohue-4.6.1.tar.gz 46750 BLAKE2B 01e98fd08f8522fdab04711687cc76273a432b95675b0496b4acdef35b23e17b3bdb9811b85cb27d1d4ed68e9d96fe17e8e84b932d71cc19dd860aaf0a478911 SHA512 30f6423ede3253b9b2e89ddb67fe3eaff960c192ca618573ab56dc4404b0ba629ade36a29f37754bdc4f23cf460bff7b0c0abe6249b7b8e15201be9b1f3d1eb3 +DIST aiohue-4.6.2.tar.gz 46774 BLAKE2B d0da12cd9ed9fc2b9a6ac6e6c13c904faa9bdd6ec272dfbf385fe7a3eec55f05f90d9181b3c39558f804a283c988595e94f08e9cc8830080112df29578ff4331 SHA512 7294744b4e1e8a890c82d5fa0927783b2e6cde44a5f070542ee5dba361ecddd558af47b4a9c38bd0e04c6baee6ddd6eeca979c3248a49eb947d12b4515b173ec EBUILD aiohue-4.5.0.ebuild 796 BLAKE2B 14b510da2d9e9f5a6b91b8ac95104718723d191f9303e1864ba970ee695d82951771e5a6953312f425260774848d34fbb4fa07ba97498d861295f9e5885f2ebd SHA512 97f6374afdad27ba3cc41c84f6f4c53fd742327a52a4a197397c581ceaa5c955c222bdadefd43ff035e0fd81164f3d29b26a5cd1d199fb6a839571af8694cc35 EBUILD aiohue-4.6.1.ebuild 827 BLAKE2B 597852ce0c643e9ec29bb520ba38376d93986cf3cc663cf50cc28f6bca021d03fcdfc5e42f2ac33ef6ed72c1707a28464c532b16a1c3aa3e3504b5f0c69e2175 SHA512 5b839263b4d098e1b6e958d7e3d36dfe6dccab929e2b719ecfdcfe3f60b07a122a327d1cfa1983ede4ee9610865ea0a111185b6c525683162151f0f3d504f904 +EBUILD aiohue-4.6.2.ebuild 827 BLAKE2B 597852ce0c643e9ec29bb520ba38376d93986cf3cc663cf50cc28f6bca021d03fcdfc5e42f2ac33ef6ed72c1707a28464c532b16a1c3aa3e3504b5f0c69e2175 SHA512 5b839263b4d098e1b6e958d7e3d36dfe6dccab929e2b719ecfdcfe3f60b07a122a327d1cfa1983ede4ee9610865ea0a111185b6c525683162151f0f3d504f904 MISC metadata.xml 528 BLAKE2B cea2a7fadcde3ec90eaa51a28b8be32bcd0e5185c416b5c90356f6382d1a129202fbbb6bfa76fbaabab2416d10b088cd57b80c7da5939bf3b109fc07b098948b SHA512 d587ccd47b35c13c801af338ffda549cc0dc4e62b1e65d4af1628fa7ff5dfbf9ae8c50bb69c0dd0b3c2730012f0db5f9ad1445ef5a32e1b944990ad2fd177774 diff --git a/dev-python/aiohue/aiohue-4.6.2.ebuild b/dev-python/aiohue/aiohue-4.6.2.ebuild new file mode 100644 index 000000000..6af091fd7 --- /dev/null +++ b/dev-python/aiohue/aiohue-4.6.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +DESCRIPTION="Python module to talk to Philips Hue." +HOMEPAGE="https://github.com/home-assistant-libs/aiohue https://pypi.org/project/aiohue/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +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=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + )" + +python_test() { + py.test -v -v || die +} + +distutils_enable_tests pytest