dev-python/bleak-retry-connector: update bleak-retry-connector-2.3.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2022-10-21 16:20:37 +02:00 committed by Andreas Billmeier
parent 0b5af76eec
commit 99de7701af
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 43 additions and 2 deletions

View File

@ -548,11 +548,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 1445 Ebuilds in total, 1438 of them have in total 1447 (34 different) licenses assigned.
There are 1446 Ebuilds in total, 1439 of them have in total 1448 (34 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|837|
|MIT|838|
|Apache-2.0|294|
|GPL-3|91|
|BSD|86|

View File

@ -1,5 +1,7 @@
DIST bleak-retry-connector-1.17.1.tar.gz 12163 BLAKE2B f00caf57547fd298cad4ff9de16c8bfccf6a4866ca4665bccca23aefaaefd0cc877dc85a475be4cca88ae4707bea9b36da6d491c272b9709fc2a57a9b9b260e3 SHA512 25eb88f53cf4cca58535ddd9f8cd68bd4c1e2317b9a58246774e41531a952cd6c376199625c0751fe7f3d254d89e04562ae4c4cd4848d3e770922b6e7b5d9be1
DIST bleak-retry-connector-2.1.3.tar.gz 11534 BLAKE2B 5a4dcb7630bcbc5946641042e09fe5381f2fcdeb4f40ff96e3817152ee63a9a33e5d9cb1a12a486a977d2ebcc365544fc5e6161a4684b8257fd38344291ded54 SHA512 af7d9940a884325b43417f83385f0190b54e078e3e2162cd8d9d2268875d097d9e91a9ecbab6decaa1e9cd8a33ce6b09de0a0c34b8d1ff078311cef95216fb14
DIST bleak-retry-connector-2.3.1.tar.gz 12136 BLAKE2B 5ee672ae572c76ddadf3fd37e726a5511ad2610c87b5025272a46fd9a00f6eecfa9580553c2c44b4acfe38225b57ddf565afcceab81b6b459e316d044c73ba18 SHA512 74c8b246191985719f484c3fcbb8bbf69341e625768dead81bd0cafa63f67ce2b814a18e998759e011f125befa955795bfda2b82065bef074f31f1ff791a4f97
EBUILD bleak-retry-connector-1.17.1.ebuild 955 BLAKE2B 5bddad92ca8de5d9b1fcf2301bb586b60d7f01d0c4c03dba5971c5d429af4083b5942105ec6848d632e626a09bce248e097e74efcc8ec2bdb58101e8eefd06c6 SHA512 04224894b3badb09bf2f8daaa8e35a676ad80bd861fa4d92d1a96f1b19841a6c8d857e1fa1de9553df3f91077df4c2b6eaa568c67b288d85f28714e59ce75966
EBUILD bleak-retry-connector-2.1.3.ebuild 956 BLAKE2B 82a469a19ef55b5a0896778dbd16a0ee57b16dfe3f0cf58a55b8f974938391cd4943849f5a3752992093464591a54baf270106c92ace1794dc2b25a2ae5fd093 SHA512 c31247cea5842eafde2a5fbf79488d5d48a3dc7a5abe79f6fddfeadbcafb21d26d750d5186caa5f2ba799c3bce85eca8717eb237e2e4ea00b396d2c9e393b904
EBUILD bleak-retry-connector-2.3.1.ebuild 1029 BLAKE2B 19652ebe4d89a77cdb15ec2443972d672be0dcf9277423181c06c187e918d65caed523e51289b7a13d9cb5a545507b5d790908b2670a79c1d86568ee7838f5f4 SHA512 07a5a2187019d026c0749c1cb25b0df74c1fb5cae16c7e83602b0067de365ccb4ad5e1805d0616be3dc782460b5b15814f817e6dab84fe670c30afb64c2b4f9a
MISC metadata.xml 463 BLAKE2B 466053ef118ef63da2a473fb583fa4dfa9b71b9dc008a72328de1d6ef8cb4966145979076bf3b567108c8eb4fc09def68e22e5cdafd880fa41bfb14fda30fb41 SHA512 9c25f447492a41a2c362c20c244c10968733c0d3cb0743aba626b55cf9b933e62dbedcaeb8f06bd181f1de83ac8ec39e06c8576d8403b8776123c9e90ceabad6

View File

@ -0,0 +1,39 @@
# 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="A connector for Bleak Clients that handles transient connection failures"
HOMEPAGE="https://github.com/bluetooth-devices/bleak-retry-connector https://pypi.org/project/bleak-retry-connector/"
MY_PN=${PN//-/_}
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/bleak-0.19.0[${PYTHON_USEDEP}]
>=dev-python/async-timeout-4.0.1[${PYTHON_USEDEP}]
>=dev-python/dbus-fast-1.14.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest