-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3500 Signed-off-by: Andreas Billmeier <[email protected]>
- Loading branch information
Showing
4 changed files
with
26 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
DIST aiowaqi-3.0.1.tar.gz 10013 BLAKE2B 769d1d8d5569d2d8f58abcb052d0fe5597612d0c3b9b7acf06c24bd9511d9b9416a36c59e9fcfb4f4fc5b59991942d592eddd3c48d8fa7a960ca8923254d4ccb SHA512 5de11075eff5bb1d37f6fc68ba49c6181e2ed389f3d45189a7926a0579be6a5a5cbe49de2c732d1cb7d34d5d24c14a2532c9a59c4e384241cac115cbf392a40a | ||
EBUILD aiowaqi-3.0.1.ebuild 515 BLAKE2B bfd7ccda234365f6cc51ee9d3a2bd88a616aabe4d4e9278e681fc87ff791cb774a8791f34ff4d91cdfd9bad724cd05b672e1ca488da40ebb93ba69457b6d111d SHA512 e31cd297225a00b293cd750f0396bdb30f518ae70f01a050fc64116d720acec99b933eed22275aa103f98cdf9d3a169a0e00a53c5f3b5c979490a6e268f88110 | ||
DIST aiowaqi-3.1.0.tar.gz 10009 BLAKE2B 3cd930ec665bd426a17ce521ab416c024d92007286b275ab109654387e591d20f9bc624809b0f4b6d7a6e8f9124039b6c340deabab5c03a51325e590b5b0a483 SHA512 c982c5c76f35965ff04e1c11139dd4fc07f157e215d7d62f5b826aad35f17b1954f53e5ae492ec0831b1c407787bdc6cb1c7d538d843d78f62b448b07db46161 | ||
EBUILD aiowaqi-3.0.1.ebuild 515 BLAKE2B a8bff11ad3e473ebed77f6cd8180810fc1d3f69063712e59345641461ec1cc3bf05c2ec4fcca96b53467db8d9acd7fa39a54ac2780e8363ccde78bf421c13077 SHA512 a8d9081b70b04334a70f562fda8cbd73cfc588f5cdae60535a39d56aa7b7a6a3ccaf775ab1b634129fffa03556590992ab4846e3c12613e08945242d386e5f05 | ||
EBUILD aiowaqi-3.1.0.ebuild 515 BLAKE2B a8bff11ad3e473ebed77f6cd8180810fc1d3f69063712e59345641461ec1cc3bf05c2ec4fcca96b53467db8d9acd7fa39a54ac2780e8363ccde78bf421c13077 SHA512 a8d9081b70b04334a70f562fda8cbd73cfc588f5cdae60535a39d56aa7b7a6a3ccaf775ab1b634129fffa03556590992ab4846e3c12613e08945242d386e5f05 | ||
MISC metadata.xml 520 BLAKE2B 94e732a20636d04e48864c2ccabc60ce5df94f4a7a46745d873aaeb6cb42ee870bd7c1eee3c6ed4b9ab480a3ff25029f8212d57e47352dc734985136f8534b67 SHA512 fea8fb6f7c486ddb2264c56770b867bdd8e692cdf47ba0ecc0e89ab51a90ec41d63fed5f40f4c0d2ee1fd7acf79937861a4b4e80af4dd300d8c9fffc185409d6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Copyright 1999-2024 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
PYTHON_COMPAT=( python3_{11..13} ) | ||
DISTUTILS_USE_PEP517=poetry | ||
inherit distutils-r1 pypi | ||
|
||
DESCRIPTION="Asynchronous Python client for WAQI API." | ||
HOMEPAGE="https://github.com/joostlek/python-waqi https://pypi.org/project/aiowaqi/" | ||
|
||
LICENSE="MIT" | ||
SLOT="0" | ||
KEYWORDS="amd64 arm arm64 x86" | ||
|
||
DOCS="README.md" | ||
|
||
RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}] | ||
>=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]" |