dev-python/led-ble: drop 1.0.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:29:44 +01:00 committed by Andreas Billmeier
parent 1baaee01be
commit 472fb69404
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 39 deletions

View File

@ -612,12 +612,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 1680 Ebuilds in total, 1669 of them have in total 1687 (42 different) licenses assigned.
There are 1679 Ebuilds in total, 1668 of them have in total 1686 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|975|
|Apache-2.0|351|
|Apache-2.0|350|
|GPL-3|108|
|BSD|92|
|LGPL-3|23|

View File

@ -1,5 +1,3 @@
DIST led_ble-1.0.0.tar.gz 15770 BLAKE2B f821652a2f5a4ef22b871d6286af502414f246cac783fa7c8eb29d7d2bc93cbc9776891983e51742ff5eda0aa5009c2ba208747a8852f74a6a023c3fa56a633b SHA512 7b5dad3b16b5c4998a6de440c8c570490df2515ee81b4473193ad9bf6fbe0d943405785e86a7816c22beee95da8c9e321e7adfe7e1d65b3668d563917eff0e04
DIST led_ble-1.0.1.tar.gz 15360 BLAKE2B 40d589844879c24ea032e47daa88e215be0f60c1fb6217d8b608830b5df96b0d824c60ddca6567f9981c6e5d2aa38091058730c6f09dd5bccd7231f943d6d996 SHA512 bcf243747306dbffb76a779be243c39ab25a108b22ff066e532c62b06d3c51e8b987dcbec11446d4b60ee0f007aa0938218c0a6e4ba655eca3e1aa2d61b90ab3
EBUILD led-ble-1.0.0.ebuild 857 BLAKE2B 9a2f90eda14eb7995a947dfbd277a208a0007809537b65cc5c172fe8b942a29d244235f926820944d5573a9fd7ebe13e1e15fddd1d7ef9d05e8e606389a3850c SHA512 5a2775a8a7ae946cff51ca483bac417d89f58b42736d5817e1823e666be599e5c2b5c8870b822f0205270f25da536b97c942bcbfe9c61adabf0a6e71def68f07
EBUILD led-ble-1.0.1.ebuild 885 BLAKE2B dd4f641fbd6efd67bd71b1da27bc5a12369f1baa4fa02474e07a3389f4c324478563c847d609e1860cc7268c940eb5c8aca5fae00f45e96114738395f6cdcd12 SHA512 26afa023f0d67851740eee86ff52c60acf39c1e3682b5564e0cb1eb53b2eac7c68701db14893fd62fa1e5b4e8f9d10641f3d80270953a2ccc9bc91aac4f3ae8c
MISC metadata.xml 516 BLAKE2B 073f3b9e94cacbfc7f05212678cdaf5ae50428f8b4fc7f132a449915df764e998cac7b581238a817c4ac2dbf75d05f1dc5d8a0255e68fc19232a6e3c5518ec85 SHA512 10a9ab9f42419fd39e65aebc4ff036e3304be0dff956ad79e98f9633acfe6a2036a1977e448b51d82b4a0945e8ef126a15470b80893b92f7cba13bb0661e62f7

View File

@ -1,35 +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="Control a wide range of LED BLE devices"
HOMEPAGE="https://github.com/bluetooth-devices/led-ble https://pypi.org/project/led-ble/"
LICENSE="Apache-2.0"
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}]
>=dev-python/async-timeout-4.0.1[${PYTHON_USEDEP}]
>=dev-python/flux-led-0.28.32[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest