dev-python/bleak-retry-connector: drop 3.2.1
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
9915ecfef1
commit
4d35b00620
@ -612,11 +612,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 1576 Ebuilds in total, 1565 of them have in total 1582 (42 different) licenses assigned.
|
||||
There are 1575 Ebuilds in total, 1564 of them have in total 1581 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|907|
|
||||
|MIT|906|
|
||||
|Apache-2.0|332|
|
||||
|GPL-3|101|
|
||||
|BSD|87|
|
||||
|
@ -1,7 +1,5 @@
|
||||
DIST bleak_retry_connector-3.2.1.tar.gz 15359 BLAKE2B c48844331a8b4a9d7a81ff0861cf47e95141bdc436030b819e71fdec8e9e43431e937d4fb08a9f9a164ebbfd8bc97c06be48f57baa812bf7b74286dba351f04c SHA512 0c424e80562e306746166d65a0add389c3b839ac5f614b31dd914051320313ddf3c0d00504b8fbac678caa6b35d85106361631b35a2ed04cdbb225c929c1a2ec
|
||||
DIST bleak_retry_connector-3.3.0.tar.gz 15476 BLAKE2B b7ffd1ceb871aa2943665b016868b08e1258af42ca5201092710ffaaeb5582066ccba2529f2ee6a9b0e88ae59cac926c5da3ff1ba2e065c3de30dff6811aa689 SHA512 dc1bffa9c50dd7ee053e7f35b7818484b27b87c2fb33c6cf5660952796043e268b9e15dca9596161a47ecbf91fcc4339e8a5af8ba864b358aadde52160c97f6f
|
||||
DIST bleak_retry_connector-3.4.0.tar.gz 15395 BLAKE2B e0108232a4ac4ef5fd6f1f52a73cb295ada9913964fc5c2b69963f817534eba88862a15516549b819fb129d63558bf95e1d5b751061caa5e6d286c9b7921bf46 SHA512 4cd09d38f034324721eaa34413558f698b3a0588a85fb39eb3cc0978544a25258b91f389197c050849b145012902b01a7ca4abfd9dd8f83848949c5971cde519
|
||||
EBUILD bleak-retry-connector-3.2.1.ebuild 941 BLAKE2B 54016e9aaacd4396bf47be310f7f03461ec6636f2abd156825844d5a311e1169be664ccebd3691fb9a6e933c8882540b9cb5d20270b9e68823fa6c1317db90cc SHA512 52ac74f3d0cc2f46e9d6de9c127d00994f215f5b6312c44bdae402294873dac77c7308bf4c304b08eb8015a91486b1a8051c78bb6e9bd2e2808d110b72064a18
|
||||
EBUILD bleak-retry-connector-3.3.0.ebuild 941 BLAKE2B 54016e9aaacd4396bf47be310f7f03461ec6636f2abd156825844d5a311e1169be664ccebd3691fb9a6e933c8882540b9cb5d20270b9e68823fa6c1317db90cc SHA512 52ac74f3d0cc2f46e9d6de9c127d00994f215f5b6312c44bdae402294873dac77c7308bf4c304b08eb8015a91486b1a8051c78bb6e9bd2e2808d110b72064a18
|
||||
EBUILD bleak-retry-connector-3.4.0.ebuild 941 BLAKE2B 54016e9aaacd4396bf47be310f7f03461ec6636f2abd156825844d5a311e1169be664ccebd3691fb9a6e933c8882540b9cb5d20270b9e68823fa6c1317db90cc SHA512 52ac74f3d0cc2f46e9d6de9c127d00994f215f5b6312c44bdae402294873dac77c7308bf4c304b08eb8015a91486b1a8051c78bb6e9bd2e2808d110b72064a18
|
||||
MISC metadata.xml 544 BLAKE2B 2d8d7ff97111d45f4af0508e71b5fc22338ca78c1980c7f5ee1524317f9a0d32edba4004293bf15d95150b1f4ccb7a217804f02ae33b889506696340ecdf7c45 SHA512 a122abf4926c22123013213614f7153f87447196c62f3cc241037473d7918c23666a36e32f2a6a36c2e29a9bf7ecbf897e364e93d8002ff7d088145fd25083b0
|
||||
|
@ -1,31 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
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/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/bleak-0.21.0[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep 'dev-python/async-timeout[${PYTHON_USEDEP}]' python3_10)
|
||||
>=dev-python/dbus-fast-1.14.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/bluetooth-adapters-0.15.2[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user