dev-python/aioaquacell: new package, add 0.2.0

Closes: #3557
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-09-21 13:20:08 +02:00
parent f45780db31
commit 2e567f1e51
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 49 additions and 2 deletions

View File

@ -606,12 +606,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 1970 Ebuilds in total, 1959 of them have in total 1982 (42 different) licenses assigned.
There are 1970 Ebuilds in total, 1959 of them have in total 1983 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1138|
|Apache-2.0|438|
|Apache-2.0|439|
|GPL-3|114|
|BSD|112|
|LGPL-3|25|

View File

@ -0,0 +1,3 @@
DIST aioaquacell-0.2.0.tar.gz 10124 BLAKE2B dcf0c87429a17a76dce7db080b2c619b74a021f050714c546810f5354a9187b50d37c92009b4d3435501460095518fd1ac9cc266857df8ef93bc8546a84bcd76 SHA512 cbdd3cf3f08ea5842200cbda2070b5ba1b4d4fe762b3983c2928c875c3feabfb0c4c7e8e5cec6b584990181efd3c432f475c3466b89e6e7652f721302d4f8303
EBUILD aioaquacell-0.2.0.ebuild 804 BLAKE2B e1ce607a2d5c64296dd1579883d9059738e6fb11ceb23ec6aaa69b3392704f94b42d6b5e75046d8ecefec0fc329d2bfaf4ae444686bd4577ce56476a0d4fc8ac SHA512 2871a2cc0d06a5cb1c0e403e7633299ac0334a9a0f016a37a920d1e2321b02a0725e8961f8df0ac70ac9c627b3b15054b73fda72bafbf06f2a89458f6829173b
MISC metadata.xml 519 BLAKE2B 0df6e1f93bf1050ebf22cf983a3065e27398b6a6d255994394d5c644198774275d345b75ec08737fd45e93efe9373c532bae520a52652986c1289017f6017883 SHA512 1ba4b570139253c88bc1ddc990e7fea41eb670caa4b0e0c868a553538c633f3c7b3c2e038ac823ddabb2d725db2a02211ed620c8bac11dec9f43e18104e82a82

View File

@ -0,0 +1,28 @@
# 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=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous library to retrieve details of your Aquacell water softener device"
HOMEPAGE="https://github.com/Jordi1990/aioaquacell https://pypi.org/project/aioaquacell/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/requests-aws4auth[${PYTHON_USEDEP}]
dev-python/pycognito[${PYTHON_USEDEP}]
dev-python/aws-request-signer[${PYTHON_USEDEP}]
dev-python/aiobotocore[${PYTHON_USEDEP}]
dev-python/attrs[${PYTHON_USEDEP}]"
distutils_enable_tests pytest

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">aioaquacell</remote-id>
<remote-id type="github">Jordi1990/aioaquacell</remote-id>
<maintainer status="unknown">
<email>jordi.epema@gmail.com</email>
<name>Jordi Epema</name>
</maintainer>
</upstream>
</pkgmetadata>