Skip to content

Commit 27c370d

Browse files
committed
dev-python/mopeka-iot-ble: add 0.5.0
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/2465 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent a0877e4 commit 27c370d

File tree

3 files changed

+39
-2
lines changed

3 files changed

+39
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,11 +612,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
612612

613613
## Licenses
614614
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.
615-
There are 1694 Ebuilds in total, 1683 of them have in total 1703 (43 different) licenses assigned.
615+
There are 1695 Ebuilds in total, 1684 of them have in total 1704 (43 different) licenses assigned.
616616

617617
|License| Ebuilds using it|
618618
|-------|-----|
619-
|MIT|991|
619+
|MIT|992|
620620
|Apache-2.0|356|
621621
|GPL-3|96|
622622
|BSD|96|

dev-python/mopeka-iot-ble/Manifest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST mopeka_iot_ble-0.4.1.tar.gz 6436 BLAKE2B 8a985fecd52b053c797a978c066976f37166e87f92a3bcb235d1b29b3ed9d7fd4ec6da1eecdee3f1506151155b4d5e42ee3626887f9d2205b12633ccb025721b SHA512 75a8982a6c6df83a42b1b271c5dd9a3291f5a21ef65f4d6c0164fa1100f2b301dc8ea4b656eb810f3951cc4fd249c2924fcc0241458c6d11cb925e73feb23d10
2+
DIST mopeka_iot_ble-0.5.0.tar.gz 5905 BLAKE2B c076dbbd66865634338f6d5e22fc6701a5e5955d24fd5dc5b0d5d903dd8e9f1933d5230d7dacec004e9dc3b4b51dfcd8385ce2ebfbb41a24b999c84b8fa2f114 SHA512 6c7a2353c3ae4eae867ade07f5497aeb3a4c2886156979605dc4616ccc2ebe87c4c075e6b73a28e2f7d095dc255ba5e3323bdf92dcb5cdcd1051d8a07f02d079
23
EBUILD mopeka-iot-ble-0.4.1.ebuild 884 BLAKE2B 9e1d4eb4d41daa787a4a782440c33dd3a8f17d533d993c7627ff399a2ead8a53af55ab74231504da4c85028119f196f4075a1272a802dcfd833a4387effb2c45 SHA512 f404f4778db4f57cd130dcf5e5169a632b366cf8cc2a1adff83ede103cc04bb5b3b18d3ed01ae80f2948c9d12d3eb33bc9fa4d6e0de7b56c2d0932a8668b14f7
4+
EBUILD mopeka-iot-ble-0.5.0.ebuild 884 BLAKE2B 9e1d4eb4d41daa787a4a782440c33dd3a8f17d533d993c7627ff399a2ead8a53af55ab74231504da4c85028119f196f4075a1272a802dcfd833a4387effb2c45 SHA512 f404f4778db4f57cd130dcf5e5169a632b366cf8cc2a1adff83ede103cc04bb5b3b18d3ed01ae80f2948c9d12d3eb33bc9fa4d6e0de7b56c2d0932a8668b14f7
35
MISC metadata.xml 535 BLAKE2B 62d00f4088044dd8106db46c8025b94aa3eaa1a847d99a6f240a99c72d301aa77e034e0a903c5a063fcf93c4378bc985924534bda27d7a17026952de349dd7c9 SHA512 aacd5d9c01dfd9bc31b3f896a28b8f6959e2fc37c161424ca7a613424057a76de2ae914fe119ffdc6e279832c2cd0eccf9ace58fe21cdbc3ee250eb9f3a567a5
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Copyright 1999-2023 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{10..12} )
7+
DISTUTILS_USE_PEP517=poetry
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Mopeka IOT BLE Parser"
11+
HOMEPAGE="https://github.com/bluetooth-devices/mopeka-iot-ble https://pypi.org/project/mopeka-iot-ble/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
RDEPEND=">=dev-python/home-assistant-bluetooth-1.3.0[${PYTHON_USEDEP}]
22+
>=dev-python/sensor-state-data-2.2.0[${PYTHON_USEDEP}]
23+
>=dev-python/bluetooth-sensor-state-data-1.5.0[${PYTHON_USEDEP}]
24+
>=dev-python/bluetooth-data-tools-0.1.2[${PYTHON_USEDEP}]"
25+
BDEPEND="
26+
test? (
27+
dev-python/pytest[${PYTHON_USEDEP}]
28+
dev-python/pytest-cov[${PYTHON_USEDEP}]
29+
)"
30+
31+
python_test() {
32+
py.test -v -v || die
33+
}
34+
35+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)