dev-python/airthings-cloud: add 0.2.0

Closes: #2739
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-11 17:56:32 +01:00
parent c04f33a166
commit b245e8ba1d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 28 additions and 3 deletions

View File

@ -617,12 +617,12 @@ 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 1683 Ebuilds in total, 1672 of them have in total 1691 (42 different) licenses assigned.
There are 1682 Ebuilds in total, 1671 of them have in total 1690 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|958|
|Apache-2.0|367|
|MIT|959|
|Apache-2.0|365|
|GPL-3|113|
|BSD|95|
|LGPL-3|24|

View File

@ -1,3 +1,5 @@
DIST airthings_cloud-0.1.0.tar.gz 3538 BLAKE2B 9019a25833ee0224f4f6348c7b5d69b06c164eef096fb54c4a78e98854c3f3deafdba018c30bbbe2999f92e456e920772ca2fd7befd2e0e558edd0d6c59c1fba SHA512 8bf0b45a97f2dd12dfb147e451470d544c144f55e7d8f45dd6e2039dfdcab374aef5b7f3109248fa6ae0a58d34b027e010c52753c378b1a0a626dbda67f54979
DIST airthings_cloud-0.2.0.tar.gz 3714 BLAKE2B 2347be08f42866eb940a77bee91a7b563986eb9d65ab1b84b018fbdc6fbf877ae98bb2bf083c08776820cb323d6cc728945f0cd03de8970d10fc0131e264d691 SHA512 2716158ad6516b0e01de83223031ba8ca93d3f807ef2682aba0ec0dc926bd822af63ee01569ec86378566613e07a2097cc1238020fa6c52e2738b537fe81de13
EBUILD airthings-cloud-0.1.0.ebuild 610 BLAKE2B 945e227f48f493dae3d0e7bbe5cd1db5784166be022da9e719f8fc7105328e73668b086514b9d2c5bb09bb1d4f7b21ac5a655ed44afd6da5842c56886f0de76e SHA512 1967743c20e65f5fc6d35792a63b92befcca31bab0057c241798694155a8ef769d7ed97fdbb3cb8c3ef6fdbc528f58011894214ffefdcaf78c4318f48acfe071
EBUILD airthings-cloud-0.2.0.ebuild 610 BLAKE2B 945e227f48f493dae3d0e7bbe5cd1db5784166be022da9e719f8fc7105328e73668b086514b9d2c5bb09bb1d4f7b21ac5a655ed44afd6da5842c56886f0de76e SHA512 1967743c20e65f5fc6d35792a63b92befcca31bab0057c241798694155a8ef769d7ed97fdbb3cb8c3ef6fdbc528f58011894214ffefdcaf78c4318f48acfe071
MISC metadata.xml 535 BLAKE2B 524bd2614c679636597c828b0662220bbffd149f402bd8c8b4cbbb76898ca1647fe7667421eff44f64da6708008456a8dbcd2b27cece02cad61ba5648f901c18 SHA512 393d594dac2e88526cf28407237bf13c58ebaf2ea711b80f175ba1ba096722fb7b0bda107c9a41a16a7683920116dbf4ca2526fbaeafeaaf1878dadde5c129bf

View File

@ -0,0 +1,23 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A python3 library to communicate with Airthings devices"
HOMEPAGE="https://github.com/Danielhiversen/pyAirthings https://pypi.org/project/airthings-cloud/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/async-timeout[${PYTHON_USEDEP}]"
distutils_enable_tests pytest