dev-python/eufylife-ble-client: drop 0.1.7

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:19:18 +01:00 committed by Andreas Billmeier
parent 4a680c2a2b
commit 4be72a6588
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 36 deletions

View File

@ -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 1702 Ebuilds in total, 1691 of them have in total 1709 (42 different) licenses assigned.
There are 1701 Ebuilds in total, 1690 of them have in total 1708 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|989|
|MIT|988|
|Apache-2.0|355|
|GPL-3|108|
|BSD|93|

View File

@ -1,5 +1,3 @@
DIST eufylife_ble_client-0.1.7.tar.gz 6433 BLAKE2B b8e225bcd0fb42b6a4c17efc139a440770f6a23dda6cdc62ef6b7ecef97c51151cdad76473336cf25bde4e5203bc2047bd4b9475eb8a7b5d90cca632e001143f SHA512 deeadca76030515fbcad7d11b503cefcd60852cd34743d592bff10612c17a0970f75a04852d0066f7cb4f363c6ee3369b2e17ec8abc541d667c00fc22f95d27b
DIST eufylife_ble_client-0.1.8.tar.gz 6184 BLAKE2B 1c64f608031cc43a8647443d5eba9cce36325b46760375e6b9a2a51bc6288a82c57ba7b14e4a4b2962804acc47262a6c29b3de4f641ecfb414d2d4528f5e6961 SHA512 d9c7610837c73cf29cfd6a325d81929aaf299f4e8593eea27bac17c9961244bca81653341308eaf88525bc1ca1bedbdabc578332c147694829b3b856d5f2caf5
EBUILD eufylife-ble-client-0.1.7.ebuild 693 BLAKE2B ed6edbb8d0d03e6578c978f2cac9351be6bf2ec1c499a4cb3b57d7ccb7d5911de075ed5191915f1c80fde3adfd75ade34417ef93784eb52f106b48ee642907a0 SHA512 d80af530bfb8932b00dcf16d8dd9ffbcb81175abf3c7a03dcb12a0204ef835cf4ea904174c57adadadef7597e708ac2d9597c7bf85673cc3d847c7d1dddfc380
EBUILD eufylife-ble-client-0.1.8.ebuild 614 BLAKE2B 755920a7cd592185982caa92a4aa051ee19610f73e3cff4edcc91e29b19212b76e701c86f31c7ef7be6d9526c03bf3c373b07e1e2cb1800095ac8c20c9ba2286 SHA512 4e3a970b2d56416a119f81aec9323e00d7087045fc717f63cebeb12089f79f3b0ed0725258ec2c24e26f9c484c66dec52fe1400b5134855c04baf829c39e9cb8
MISC metadata.xml 544 BLAKE2B b608b2389d722d865d78739d01548a7864cabe28ae2a47abae7e3491bc3d46ecae5a1de4da061f15e210ae92f5cafb64b0e056ef5a7d2ac3ae2bd304f438d7e8 SHA512 db2572591d87533d80dc52ad4719edd40751a509f29abfaee1485b16e1aad4618653c7aac2c16637bca29761424d7fce02f2b153fa8016bdd30ba351a332f628

View File

@ -1,32 +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 library to communicate with EufyLife Bluetooth devices."
HOMEPAGE=" https://pypi.org/project/eufylife-ble-client/"
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/bleak-retry-connector-2.3.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest