dev-python/aiooui: new package, add 0.1.5

Closes: #3001
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-09 14:33:57 +01:00
parent c1682a1448
commit da4d100c57
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 50 additions and 3 deletions

View File

@ -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|

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">aiooui</remote-id>
<remote-id type="github">bluetooth-devices/aiooui</remote-id>
<maintainer status="unknown">
<email>nick@koston.org</email>
<name>J. Nick Koston</name>
</maintainer>
</upstream>
</pkgmetadata>