dev-python/sensirion-ble: drop 0.0.1-r2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 18:09:46 +01:00 committed by Andreas Billmeier
parent 5def0abf47
commit 3753d9c239
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 39 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 1590 Ebuilds in total, 1579 of them have in total 1596 (42 different) licenses assigned.
There are 1589 Ebuilds in total, 1578 of them have in total 1595 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|915|
|MIT|914|
|Apache-2.0|339|
|GPL-3|99|
|BSD|87|

View File

@ -1,5 +1,3 @@
DIST sensirion-ble-0.0.1.gh.tar.gz 673602 BLAKE2B bde24b506dd24e75e1c00e3aeb32fa19d2fcbabc8108dc5c232b901208eaff9f7ef6c579321fcf006194d01726fbcea923e4d0b57ff24782c8f933f5e54cc069 SHA512 aa3b5112a6b4b04e26c7a694c76fd07d2779e50e1f0fc8ecad5bae7626e223ed10926b6fbaada97d8dff744b46394a848405bd9c9e85bf67fbaf6b96f01fb4a8
DIST sensirion-ble-0.1.1.gh.tar.gz 673904 BLAKE2B 0f3edd41c5cb0ec70e91e4039c2289fa527145ca53787c7f32a3ba9d2a27f482d3d75986e674ab754675308d3e57932be4d23bc4e39fb4e0263104a4e6d028dc SHA512 977a4e2838112bf9edc7564657344530338ad17de1bd0d32a63725b9bdb5b4beab04939212935ee9695b176183a784f9acd313087cec32201bab58e0282fdab4
EBUILD sensirion-ble-0.0.1-r2.ebuild 929 BLAKE2B bcbb0cb571ed4bc02d2f406052bb4fe207967573d16dfeb1a73a0bd07a7ad6b8d9b844cab7b7cccf8770087242ef3f8b7648e2a182d63e66b2fa64d969e2a16e SHA512 741c663aec69c390adf4e16dff7c5b63de260ae12a1d4916ca14378b1adca4fd458a6051dd9d28a338c8451dc7249302c61f98a60aa712646d0b902860d2cc58
EBUILD sensirion-ble-0.1.1-r2.ebuild 930 BLAKE2B f4285be33f1933657313d40d7a43df71dc36f509b30d9bfafe825ef81a4e72b7a4d43bc9a690467e1ca881399a0f556b885548fe024062637048fdef21763b98 SHA512 46b03ede9eb2f08324c68e438bffc5c48733b0627698e2874b084b4d6fe81ab4858621f739a6a1fa90012537815390e26e15cc9a78a72d86cb711cd9eb4f05db
MISC metadata.xml 508 BLAKE2B 73da895489b9ef413db28485981c37d198a9e0a4757dce6377b1d596158b4f1aa9bc765c5177222c82cfc18778c6f20bc26ce81085ab5db5da1ef0a81e3d059f SHA512 246027ae951e4a1f83b29741489f545558e20dde007f956b24e586f91748e65730b7f86f7c87c30f8131b862e303152491a169e70eba8ae1ccece790d9f28a9c

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=hatchling
inherit distutils-r1
DESCRIPTION="Manage Sensirion BLE devices"
HOMEPAGE="https://github.com/akx/sensirion-ble/ https://pypi.org/project/sensirion-ble/"
SRC_URI="https://github.com/akx/sensirion-ble/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/bluetooth-data-tools-0.1.2[${PYTHON_USEDEP}]
>=dev-python/sensor-state-data-2.9.0[${PYTHON_USEDEP}]
>=dev-python/bluetooth-sensor-state-data-1.6.0[${PYTHON_USEDEP}]
>=dev-python/home-assistant-bluetooth-1.6.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest