dev-python/aiowaqi: add 3.1.0
Closes: #3500 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
c17ac4d40c
commit
f20bef835f
@ -606,11 +606,11 @@ 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 1874 Ebuilds in total, 1863 of them have in total 1886 (42 different) licenses assigned.
|
||||
There are 1875 Ebuilds in total, 1864 of them have in total 1887 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1074|
|
||||
|MIT|1075|
|
||||
|Apache-2.0|419|
|
||||
|GPL-3|109|
|
||||
|BSD|108|
|
||||
|
@ -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
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
20
dev-python/aiowaqi/aiowaqi-3.1.0.ebuild
Normal file
20
dev-python/aiowaqi/aiowaqi-3.1.0.ebuild
Normal file
@ -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}]"
|
Loading…
x
Reference in New Issue
Block a user