Skip to content

Commit f20bef8

Browse files
committed
dev-python/aiowaqi: add 3.1.0
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3500 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent c17ac4d commit f20bef8

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

README.md

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

607607
## Licenses
608608
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.
609-
There are 1874 Ebuilds in total, 1863 of them have in total 1886 (42 different) licenses assigned.
609+
There are 1875 Ebuilds in total, 1864 of them have in total 1887 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1074|
613+
|MIT|1075|
614614
|Apache-2.0|419|
615615
|GPL-3|109|
616616
|BSD|108|

dev-python/aiowaqi/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST aiowaqi-3.0.1.tar.gz 10013 BLAKE2B 769d1d8d5569d2d8f58abcb052d0fe5597612d0c3b9b7acf06c24bd9511d9b9416a36c59e9fcfb4f4fc5b59991942d592eddd3c48d8fa7a960ca8923254d4ccb SHA512 5de11075eff5bb1d37f6fc68ba49c6181e2ed389f3d45189a7926a0579be6a5a5cbe49de2c732d1cb7d34d5d24c14a2532c9a59c4e384241cac115cbf392a40a
2-
EBUILD aiowaqi-3.0.1.ebuild 515 BLAKE2B bfd7ccda234365f6cc51ee9d3a2bd88a616aabe4d4e9278e681fc87ff791cb774a8791f34ff4d91cdfd9bad724cd05b672e1ca488da40ebb93ba69457b6d111d SHA512 e31cd297225a00b293cd750f0396bdb30f518ae70f01a050fc64116d720acec99b933eed22275aa103f98cdf9d3a169a0e00a53c5f3b5c979490a6e268f88110
2+
DIST aiowaqi-3.1.0.tar.gz 10009 BLAKE2B 3cd930ec665bd426a17ce521ab416c024d92007286b275ab109654387e591d20f9bc624809b0f4b6d7a6e8f9124039b6c340deabab5c03a51325e590b5b0a483 SHA512 c982c5c76f35965ff04e1c11139dd4fc07f157e215d7d62f5b826aad35f17b1954f53e5ae492ec0831b1c407787bdc6cb1c7d538d843d78f62b448b07db46161
3+
EBUILD aiowaqi-3.0.1.ebuild 515 BLAKE2B a8bff11ad3e473ebed77f6cd8180810fc1d3f69063712e59345641461ec1cc3bf05c2ec4fcca96b53467db8d9acd7fa39a54ac2780e8363ccde78bf421c13077 SHA512 a8d9081b70b04334a70f562fda8cbd73cfc588f5cdae60535a39d56aa7b7a6a3ccaf775ab1b634129fffa03556590992ab4846e3c12613e08945242d386e5f05
4+
EBUILD aiowaqi-3.1.0.ebuild 515 BLAKE2B a8bff11ad3e473ebed77f6cd8180810fc1d3f69063712e59345641461ec1cc3bf05c2ec4fcca96b53467db8d9acd7fa39a54ac2780e8363ccde78bf421c13077 SHA512 a8d9081b70b04334a70f562fda8cbd73cfc588f5cdae60535a39d56aa7b7a6a3ccaf775ab1b634129fffa03556590992ab4846e3c12613e08945242d386e5f05
35
MISC metadata.xml 520 BLAKE2B 94e732a20636d04e48864c2ccabc60ce5df94f4a7a46745d873aaeb6cb42ee870bd7c1eee3c6ed4b9ab480a3ff25029f8212d57e47352dc734985136f8534b67 SHA512 fea8fb6f7c486ddb2264c56770b867bdd8e692cdf47ba0ecc0e89ab51a90ec41d63fed5f40f4c0d2ee1fd7acf79937861a4b4e80af4dd300d8c9fffc185409d6

dev-python/aiowaqi/aiowaqi-3.0.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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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="Asynchronous Python client for WAQI API."
11+
HOMEPAGE="https://github.com/joostlek/python-waqi https://pypi.org/project/aiowaqi/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
17+
DOCS="README.md"
18+
19+
RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]
20+
>=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]"

0 commit comments

Comments
 (0)