Skip to content

Commit b245e8b

Browse files
committed
dev-python/airthings-cloud: add 0.2.0
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/2739 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent c04f33a commit b245e8b

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

README.md

Lines changed: 3 additions & 3 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 1683 Ebuilds in total, 1672 of them have in total 1691 (42 different) licenses assigned.
620+
There are 1682 Ebuilds in total, 1671 of them have in total 1690 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|958|
625-
|Apache-2.0|367|
624+
|MIT|959|
625+
|Apache-2.0|365|
626626
|GPL-3|113|
627627
|BSD|95|
628628
|LGPL-3|24|

dev-python/airthings-cloud/Manifest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST airthings_cloud-0.1.0.tar.gz 3538 BLAKE2B 9019a25833ee0224f4f6348c7b5d69b06c164eef096fb54c4a78e98854c3f3deafdba018c30bbbe2999f92e456e920772ca2fd7befd2e0e558edd0d6c59c1fba SHA512 8bf0b45a97f2dd12dfb147e451470d544c144f55e7d8f45dd6e2039dfdcab374aef5b7f3109248fa6ae0a58d34b027e010c52753c378b1a0a626dbda67f54979
2+
DIST airthings_cloud-0.2.0.tar.gz 3714 BLAKE2B 2347be08f42866eb940a77bee91a7b563986eb9d65ab1b84b018fbdc6fbf877ae98bb2bf083c08776820cb323d6cc728945f0cd03de8970d10fc0131e264d691 SHA512 2716158ad6516b0e01de83223031ba8ca93d3f807ef2682aba0ec0dc926bd822af63ee01569ec86378566613e07a2097cc1238020fa6c52e2738b537fe81de13
23
EBUILD airthings-cloud-0.1.0.ebuild 610 BLAKE2B 945e227f48f493dae3d0e7bbe5cd1db5784166be022da9e719f8fc7105328e73668b086514b9d2c5bb09bb1d4f7b21ac5a655ed44afd6da5842c56886f0de76e SHA512 1967743c20e65f5fc6d35792a63b92befcca31bab0057c241798694155a8ef769d7ed97fdbb3cb8c3ef6fdbc528f58011894214ffefdcaf78c4318f48acfe071
4+
EBUILD airthings-cloud-0.2.0.ebuild 610 BLAKE2B 945e227f48f493dae3d0e7bbe5cd1db5784166be022da9e719f8fc7105328e73668b086514b9d2c5bb09bb1d4f7b21ac5a655ed44afd6da5842c56886f0de76e SHA512 1967743c20e65f5fc6d35792a63b92befcca31bab0057c241798694155a8ef769d7ed97fdbb3cb8c3ef6fdbc528f58011894214ffefdcaf78c4318f48acfe071
35
MISC metadata.xml 535 BLAKE2B 524bd2614c679636597c828b0662220bbffd149f402bd8c8b4cbbb76898ca1647fe7667421eff44f64da6708008456a8dbcd2b27cece02cad61ba5648f901c18 SHA512 393d594dac2e88526cf28407237bf13c58ebaf2ea711b80f175ba1ba096722fb7b0bda107c9a41a16a7683920116dbf4ca2526fbaeafeaaf1878dadde5c129bf
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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_{10..12} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1 pypi
9+
DESCRIPTION="A python3 library to communicate with Airthings devices"
10+
HOMEPAGE="https://github.com/Danielhiversen/pyAirthings https://pypi.org/project/airthings-cloud/"
11+
12+
LICENSE="MIT"
13+
SLOT="0"
14+
KEYWORDS="amd64 arm arm64 x86"
15+
IUSE="test"
16+
RESTRICT="!test? ( test )"
17+
18+
DOCS="README.md"
19+
20+
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
21+
dev-python/async-timeout[${PYTHON_USEDEP}]"
22+
23+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)