dev-python/mopeka-iot-ble: drop 0.5.0
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
e90db3a056
commit
a101861559
@ -606,11 +606,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 2043 Ebuilds in total, 2032 of them have in total 2060 (42 different) licenses assigned.
|
||||
There are 2042 Ebuilds in total, 2031 of them have in total 2059 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1184|
|
||||
|MIT|1183|
|
||||
|Apache-2.0|456|
|
||||
|GPL-3|123|
|
||||
|BSD|110|
|
||||
|
@ -1,7 +1,5 @@
|
||||
DIST mopeka_iot_ble-0.5.0.tar.gz 5905 BLAKE2B c076dbbd66865634338f6d5e22fc6701a5e5955d24fd5dc5b0d5d903dd8e9f1933d5230d7dacec004e9dc3b4b51dfcd8385ce2ebfbb41a24b999c84b8fa2f114 SHA512 6c7a2353c3ae4eae867ade07f5497aeb3a4c2886156979605dc4616ccc2ebe87c4c075e6b73a28e2f7d095dc255ba5e3323bdf92dcb5cdcd1051d8a07f02d079
|
||||
DIST mopeka_iot_ble-0.7.0.tar.gz 5936 BLAKE2B d7405edf4aa5322e72131666825fd8fc33657cb3d28b5ed12cf47fd45f04a09564957b30f3dafcf24e7d7a64082f04012408ea021cca8195b6f988c52d2c8549 SHA512 c9a3968eacfb39dd72199bdc87471315ea739f9ca216b03161aba507a5f3e0de22a7e956c82b68226c8deeb6409bc80788d9eab768b1b0bcfd21c1477a7a43bb
|
||||
DIST mopeka_iot_ble-0.8.0.tar.gz 6435 BLAKE2B 7ddaf474af04ff826ca02d4c4daf5be19f0ea7d7da777e4c3dfc6e4261e450303cf108106562f287c649c9552ea1993e693e6316ce5509892fdb3da6c016aff8 SHA512 0788c23ef4c70a780e6186161ac3858403cba5c3af7b653f4675e1817f7ce51b7072a75869862c087a346976d7f35b62f610b3fdcfe80a2064e88025edc64b45
|
||||
EBUILD mopeka-iot-ble-0.5.0.ebuild 884 BLAKE2B 07a3d237bd208aa8862e46599f3b34e42827f5a4dc2ef31b1266f6cc7d3da415d312566ce6270d5a79cd1ded9bd18836fbe46a8e103740f135adb37979c6de71 SHA512 d7b07bb81ba48c24ca64f98c6e68722d72712c5ea1f6c4e4e7f8d73ebb13ad4875cc943d6a3cb59c1e716907fd93801fa59c5540a23681ddce70faaf44409730
|
||||
EBUILD mopeka-iot-ble-0.7.0.ebuild 805 BLAKE2B 0fea54af62576c94e55b844143cc81856373c8db45f80349bd6c20b9f882bc2499955f954c4fe0ed192a172c1c66927c3cad59c20606c06592fab34075ff6263 SHA512 8eb99aedb40e3d7edbd75ede3ed4b77b5615c026b64ba6179ae04b2ccc26dcd7c3e93931692ef57dba952b7833bb017314df16669b360ed8e825f6dcac98038c
|
||||
EBUILD mopeka-iot-ble-0.8.0.ebuild 805 BLAKE2B 0fea54af62576c94e55b844143cc81856373c8db45f80349bd6c20b9f882bc2499955f954c4fe0ed192a172c1c66927c3cad59c20606c06592fab34075ff6263 SHA512 8eb99aedb40e3d7edbd75ede3ed4b77b5615c026b64ba6179ae04b2ccc26dcd7c3e93931692ef57dba952b7833bb017314df16669b360ed8e825f6dcac98038c
|
||||
MISC metadata.xml 535 BLAKE2B 62d00f4088044dd8106db46c8025b94aa3eaa1a847d99a6f240a99c72d301aa77e034e0a903c5a063fcf93c4378bc985924534bda27d7a17026952de349dd7c9 SHA512 aacd5d9c01dfd9bc31b3f896a28b8f6959e2fc37c161424ca7a613424057a76de2ae914fe119ffdc6e279832c2cd0eccf9ace58fe21cdbc3ee250eb9f3a567a5
|
||||
|
@ -1,35 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Mopeka IOT BLE Parser"
|
||||
HOMEPAGE="https://github.com/bluetooth-devices/mopeka-iot-ble https://pypi.org/project/mopeka-iot-ble/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/home-assistant-bluetooth-1.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/sensor-state-data-2.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/bluetooth-sensor-state-data-1.5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/bluetooth-data-tools-0.1.2[${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
|
Loading…
x
Reference in New Issue
Block a user