Skip to content

Commit 7c182bc

Browse files
committed
dev-python/airthings-ble: add 0.9.0
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3318 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent b86f557 commit 7c182bc

File tree

4 files changed

+33
-4
lines changed

4 files changed

+33
-4
lines changed

README.md

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

618618
## Licenses
619619
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.
620-
There are 1818 Ebuilds in total, 1807 of them have in total 1826 (42 different) licenses assigned.
620+
There are 1819 Ebuilds in total, 1808 of them have in total 1827 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624624
|MIT|1042|
625-
|Apache-2.0|398|
625+
|Apache-2.0|399|
626626
|GPL-3|110|
627627
|BSD|106|
628628
|LGPL-3|25|

dev-python/airthings-ble/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST airthings_ble-0.7.1.tar.gz 10274 BLAKE2B 6e6ba493962493fc98416966ae7514d38da466b474a41c07c3453449ec12b4a2aeb0966b35c424c96b84c92953e1a1579990ebc7bbea4e1bdaa0e36983ac50d1 SHA512 b1a8b37f112443c0acebec0a46a81cfe108bb07eb7d66a1a7913c0d4be9db3de6aeee445deda533fd8b12a6d54259aeb973160caa760b2ff0574ee33cd886681
2-
EBUILD airthings-ble-0.7.1.ebuild 742 BLAKE2B 2f7db4802cf1dad2227adcd328df16792f72f8e90ca9f7e027b95a70608802544fe004a3c90b52acc31af9be7d39bd1ea34db14b8e0256b6f7839ba573d5a3ac SHA512 f09c5288515c3c1189a5b101410024fb088f9cc177f52bc1c8b5e1e5a98169bcdcff4fa5dc1480858fb802cc943789ac6f72095c74f286b008a91524ca1458a5
2+
DIST airthings_ble-0.9.0.tar.gz 10524 BLAKE2B 09d77f98b505e466ca28efc30a0f0a4d7ba01c6f5adc0191d0b8c8cff84ea895b8591936205b5e3a3c69154e4fbfc55313393d57f3d7eb926ae3349fc43dc4a5 SHA512 4390ef4728e4aeeaf619f4127216a99010d72810191d2e78cda144fe54e128c23f49d9126e330d26321d05883b82c42c5672b2f4b090225e95a1748872405eec
3+
EBUILD airthings-ble-0.7.1.ebuild 742 BLAKE2B 012c6e874d9a642b65cda545fd15a88d4e461879242f2c582cebe74b1dccafc5881c99e130be57040f770495527b08dfcfb7c619a40736f1c181d2dcdba1e266 SHA512 5c0b058961b3dbe690bcc8e8d7e67e3f49ef6a18caf913c58b620c27ac660f14783dfe96a2b5fef4dc8d0a1e7d0e922eb1b75b822e92dcd25ef38b9d0050efb0
4+
EBUILD airthings-ble-0.9.0.ebuild 742 BLAKE2B 012c6e874d9a642b65cda545fd15a88d4e461879242f2c582cebe74b1dccafc5881c99e130be57040f770495527b08dfcfb7c619a40736f1c181d2dcdba1e266 SHA512 5c0b058961b3dbe690bcc8e8d7e67e3f49ef6a18caf913c58b620c27ac660f14783dfe96a2b5fef4dc8d0a1e7d0e922eb1b75b822e92dcd25ef38b9d0050efb0
35
MISC metadata.xml 397 BLAKE2B 5892259a8a651144c62e5d4598b297903fa50b57b0fb1e537929dd074652be81727f9e08ce756a9148b97346fc2248b5a45990826fdd5f4e400bcf3b270ceed4 SHA512 9db2dd64b281f47850506ea7ec67fa1225185d55e8d31e5d803d0b01e08abeeb92fd045bebe20a6da379dcf205b394c860134ed4f7adb6b94b5fc3a055ef4568

dev-python/airthings-ble/airthings-ble-0.7.1.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{11..12} )
6+
PYTHON_COMPAT=( python3_{11..13} )
77
DISTUTILS_USE_PEP517=poetry
88
inherit distutils-r1 pypi
99

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..13} )
7+
DISTUTILS_USE_PEP517=poetry
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Manage Airthings BLE devices"
11+
HOMEPAGE="https://github.com/Airthings/airthings-ble https://pypi.org/project/airthings-ble/"
12+
13+
LICENSE="Apache-2.0"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
RDEPEND="
22+
$(python_gen_cond_dep 'dev-python/async-timeout[${PYTHON_USEDEP}]' python3_10)
23+
>=dev-python/bleak-0.15.1[${PYTHON_USEDEP}]
24+
>=dev-python/bleak-retry-connector-1.11.0[${PYTHON_USEDEP}]
25+
>=dev-python/async-interrupt-1.1.1[${PYTHON_USEDEP}]"
26+
27+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)