update bluetooth-adapters-0.3.5

This commit is contained in:
Andreas Billmeier 2022-09-09 07:01:19 +02:00 committed by Andreas Billmeier
parent ce99480eab
commit e189ac845e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 42 additions and 2 deletions

View File

@ -523,12 +523,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 1879 Ebuilds in total, 1872 of them have in total 1884 (35 different) licenses assigned.
There are 1880 Ebuilds in total, 1873 of them have in total 1885 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1135|
|Apache-2.0|354|
|Apache-2.0|355|
|GPL-3|115|
|BSD|104|
|LGPL-3|29|

View File

@ -1,5 +1,7 @@
DIST bluetooth-adapters-0.1.3.tar.gz 8719 BLAKE2B 8243fb2b101e4b20662fc33598f7d5df6d5738bf52a840cf17ca935874addc0e7a6a02168796c3214620eaedb7dcca91615fd66dc9aebf31a3e61a4119e7f92d SHA512 60428ff5b639ab505979bce6d759c394216d605d540e594ecaf1bbca822f2d13b4003f41f6170cd9f0bd193c77251987300a24ed1f37d7276607cec8f4c94669
DIST bluetooth-adapters-0.3.4.tar.gz 9397 BLAKE2B eba7b65176caef810384cea5b708d2fd2ab6bd87480fdeea220d3bfd4d7bf0f663c9bb6db36dc3e74c9a0f44da2f4fa11855c6f3dfa0ba1104f9a743c101207f SHA512 cf7ae423e2da24ca0c65155713cf3267e656759cd5a381a673587e81d9ad8f260ff3e43a5aa6273dbefa3d297fabdf2583f12cf761b90c0ed26b994fcf36c4cd
DIST bluetooth-adapters-0.3.5.tar.gz 9383 BLAKE2B b8345484a021f3d54a9219a0482c98f3876ff164f4e13fa31c9eed4a4a3c39edb4878bbe54befb25a60611cb40a3df37a2845d25b1e7b4e2206d20baad120e98 SHA512 ec1599db858e49876cc50decfd887a0f0029a52d3e5ceb9a7486f6d017fd7b0a96189c00765b96a380fc5804c46a10ab85a82ceb6893d463dc8105a3e6cd50d0
EBUILD bluetooth-adapters-0.1.3.ebuild 851 BLAKE2B 1d588cbf5bc8a787648e143b1a2dbba5f99fa29b194c2deb8d925c48eae371bca08409ee48fa8d96cd5f8f3cc0dca8d40c3c9be960951601c4196a1b3862953b SHA512 bb49a854065217378c8a2b8fc9151d666b649a5ca936b87bc17f89f561b73a1663651085de2601985e5a1d2a2003e28a623926590aed98c1a433febb172c92e7
EBUILD bluetooth-adapters-0.3.4.ebuild 949 BLAKE2B 97603f00e8a64ac9a871aff7b9882f3596e456c16bb531721dfc80db973b1a13289010ed8c11bc1217e030e8bb171a086fee43cb191a6aa5b5cf08f449802e0a SHA512 589019178de4055e6f509057cfbad071bfd8dbeeff4f3af29bdeefdedcddba46ad8ca1ed57ce5d8c8d148e4503d73e300c2f25e4790c9248ee76118a06bb3706
EBUILD bluetooth-adapters-0.3.5.ebuild 949 BLAKE2B 4d5d333f58dc90a1f31fb17483c6e7c550c5fa6ed95b0c42e3ee84e106d1e0efca6f9bf35e06f8984e0bdd4f96a0a2f9b52dfdf92df06eec5da450cf3be36d36 SHA512 121e33c79f8963fe9c1d29201bac68854246440f2712c3784ae08468cd2f00445f3072c6df6304154f3bdad7b9a7652251ddaf9b78f48a4dcb6d8aed13795b68
MISC metadata.xml 460 BLAKE2B 30a90670a9de8bbb401b306bee83dfb8a1b41e46871547230d7b305cb8bfcf2827c6a1e5203cf7e4fc77ebb59dc18134e8b7bc8d1f9ecbde2bce0ae370a623bd SHA512 4dd87508f9462dd85062f8a1cbbbb11104fd6dead151c4d94f224d7a9c696a2657e1d65e048073aff07faa473a15cf84d65ad261433896642a1bbe218cfa34c3

View File

@ -0,0 +1,38 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Tools to enumerate and find Bluetooth Adapters"
HOMEPAGE="https://github.com/bluetooth-devices/bluetooth-adapters https://pypi.org/project/bluetooth-adapters/"
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/async-timeout-4.0.2[${PYTHON_USEDEP}]
>=dev-python/dbus-next-0.2.3[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest