diff --git a/README.md b/README.md index 1122ac905..36e230cb8 100644 --- a/README.md +++ b/README.md @@ -617,12 +617,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 1838 Ebuilds in total, 1827 of them have in total 1846 (42 different) licenses assigned. +There are 1840 Ebuilds in total, 1829 of them have in total 1848 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1043| -|Apache-2.0|416| +|MIT|1044| +|Apache-2.0|417| |GPL-3|120| |BSD|103| |LGPL-3|24| diff --git a/dev-python/aiooui/Manifest b/dev-python/aiooui/Manifest new file mode 100644 index 000000000..6de4b8d84 --- /dev/null +++ b/dev-python/aiooui/Manifest @@ -0,0 +1,3 @@ +DIST aiooui-0.1.5.tar.gz 381979 BLAKE2B 60c3b9912561952391c17647ba5aa8a7cd0eece99c9d8d6f62b095209fc9125faacee4c6dd57215d604255460de8b6ddba2ccf8d1697e364692fe94275c007b1 SHA512 92e2d458f9c6992a41fa05e6fd72810dacec3b75ca0c6058c25fdda19d66c022335f2c96f0bb90ef94777e609e46fe7adca4a484b1c7b6d82b1974982cb75dda +EBUILD aiooui-0.1.5.ebuild 626 BLAKE2B a96899c5ed93ca3c45a0e3e49cced7b181fd241973edb5c578434db45b5ef67ef5cbf5a10043e4e507df44081f822e338ad213d9fbabed66486ea5dfd8b887f8 SHA512 fe23354dfef4e6c14114fdc6283a7d0ab503831b9fa310c8667cbd36b233de67123d1fc26590e2a61506ebed22564051f92399af2bf344b1a757dcbc44c570b8 +MISC metadata.xml 514 BLAKE2B fb5cf8f65405547cdd887c9890e4a3a13a35fac3e70156cc3bae126fb7e48507e7fb409475beb813da8c44f93957ba7b76e3bc6c0f23e795758b4b0aad3978a0 SHA512 d2ac8fa8af7c7118ee2c8f2827e45e3f611d7bd778838fa0a98932ef8e707e9a5211e58ee61e5d2bd2aa3d30fe7e05d383dcb54bcf092dae66ff76b07db237ed diff --git a/dev-python/aiooui/aiooui-0.1.5.ebuild b/dev-python/aiooui/aiooui-0.1.5.ebuild new file mode 100644 index 000000000..0878300a8 --- /dev/null +++ b/dev-python/aiooui/aiooui-0.1.5.ebuild @@ -0,0 +1,28 @@ +# 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=poetry +inherit distutils-r1 pypi + +DESCRIPTION="Async OUI lookups" +HOMEPAGE="https://github.com/bluetooth-devices/aiooui https://pypi.org/project/aiooui/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md" + +RDEPEND="dev-python/requests[${PYTHON_USEDEP}]" +BDEPEND=" + test? ( + dev-python/pytest-asyncio[${PYTHON_USEDEP}] + dev-python/pytest-cov[${PYTHON_USEDEP}] + )" + +distutils_enable_tests pytest diff --git a/dev-python/aiooui/metadata.xml b/dev-python/aiooui/metadata.xml new file mode 100644 index 000000000..493021334 --- /dev/null +++ b/dev-python/aiooui/metadata.xml @@ -0,0 +1,16 @@ + + + + + b@edevau.net + Andreas Billmeier + + + aiooui + bluetooth-devices/aiooui + + nick@koston.org + J. Nick Koston + + +