update bleak-0.17.0

This commit is contained in:
Andreas Billmeier 2022-09-14 20:13:42 +02:00 committed by Andreas Billmeier
parent 4b2860b7ff
commit 592e03881c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 41 additions and 2 deletions

View File

@ -523,11 +523,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 1886 Ebuilds in total, 1879 of them have in total 1891 (35 different) licenses assigned.
There are 1887 Ebuilds in total, 1880 of them have in total 1892 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1139|
|MIT|1140|
|Apache-2.0|356|
|GPL-3|116|
|BSD|104|

View File

@ -1,5 +1,7 @@
DIST bleak-0.15.1.tar.gz 619282 BLAKE2B 8699f5e44cf4e65f0c236d4f728480ef45db8f63e01a8eb9c7a56932c37e0001038bcba41c6670c4780073e227c1de2eece72130deea67fcc18db7db9285c9ea SHA512 d8d22ec7fe22d8577d290d05c1473a2c88ef75880d231895fd26f549860994574c036cdf3267804198431fbe9c528db2e8f1085205f1a07c651e4613305b23f3
DIST bleak-0.16.0.tar.gz 620711 BLAKE2B f37aafb58857400f452e07a6ae7c0ed2df5e68c9ee1d841ce733b2248d683ee14770c1e557b7a8f002c085a2a7f3a81332fb7e530aaf61673b2e1032ca2e5524 SHA512 7ef580fe7030142508bc9b79a5301365630ec39ddebfa3ec8d786c1977cae643d96fc30e1f09c988d89c553f6023fed158a695946274321212de36126cd1e7da
DIST bleak-0.17.0.tar.gz 107410 BLAKE2B 05b9700ce1aaaf34940a76829d35c7defb6bd4a6308466f25d982a688e60563604743f402ad2940c648c1c0cc5f13fccf06da366f19d404167589d6af9afdce9 SHA512 1c05ac5d328b32a7cab7d4c8e111547f34d9992c0595a24bfb4a1b7675e0cb970d6461ff26914b92b2f920fc27be043aa5df211ec0aa4392fb1cce2ade5384ac
EBUILD bleak-0.15.1.ebuild 833 BLAKE2B ccff0a48a339dfafa1f73e93d1be142d8a64b347fc3bd506fc905a25862efc5192400d79518b77ac3292f662171e8ca4377c4666bf0d7dcd731cda48bd2a8950 SHA512 00c845206a43caa9b6c2e807191a51183212d6ee7722c72c6b65d6360c8fc343d4edcf2c1d710fb2c22cedf1736211ae67f3e5f3bfbda45de012e689fa976388
EBUILD bleak-0.16.0.ebuild 864 BLAKE2B dbfb38b7b6a72a5ee30d89fb2be14997d894d2f73e8e1f637e16062142b99ccee5fa4c8b8560019772865c2d8750e304473cd023c2e2742e3c199a7c2431ad7c SHA512 7b306ba3cd5ac0e23c15cea0f1b19aa2a56f294d5c9969f595dff1cfd638a7a8de33c3305350e85046f47aa4dcc09999c23bd6852a735db5bbb7981a7a2df34d
EBUILD bleak-0.17.0.ebuild 872 BLAKE2B c1a0f60a8e7bf5b5578dfca0b9c2129d3e93acb9f400f6420bdc793af5d9729313e3e0e37580429b979b99a414929241316739a0c68842f101b3c43dec57ba82 SHA512 9910ac95e395e46eec4a290269fd70508fa0392c5d42fc15c0f837389c40dda21fc37618f9f86a25fa59c0b4d9b2503b839a353a1d675e77f61a716e5e7ae58d
MISC metadata.xml 456 BLAKE2B 50cba788c6c1e54b660624d6a766c1a6473abaf739c20d05a52b3d0b479972cd00dcc47a370b42540f69e743a3e70f6c15238eda5331c0e3b4e4339180c78996 SHA512 8598b7570c0c9105db12e5fa5874c921f02ff35c1aa1718881bdc6b2af4ac72cb7e6175956d5b1f8b1f4b075f213387edd489885b2013951b7fa2a793f5e15ff

View File

@ -0,0 +1,37 @@
# 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="Bluetooth Low Energy platform Agnostic Klient"
HOMEPAGE="https://github.com/hbldh/bleak https://pypi.org/project/bleak/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/async-timeout-4.0.1[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-4.2.0[${PYTHON_USEDEP}]
>=dev-python/dbus-fast-1.4.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest