dev-python/py-aosmith: add 1.0.8

Closes: #2749
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-11 18:22:19 +01:00
parent 6d2fa7c4b2
commit 362ac1bfd4
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 28 additions and 2 deletions

View File

@ -617,11 +617,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 1687 Ebuilds in total, 1676 of them have in total 1695 (42 different) licenses assigned.
There are 1688 Ebuilds in total, 1677 of them have in total 1696 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|961|
|MIT|962|
|Apache-2.0|368|
|GPL-3|113|
|BSD|95|

View File

@ -1,5 +1,7 @@
DIST py_aosmith-1.0.1.tar.gz 5501 BLAKE2B 8efeea448f5892a845f6d4cf82775dc0446041c44de2de4ff269bc50da131397b814718235cc59189ab67f502ffb5e16801f886af9e76e71ea36bd8dc55259aa SHA512 d9161a3a2757adc23b941dcc112f1b12337550de06e876a2015bf6d904aa9f7f569cfc7a2d15480a3019322869597a5d933596565f662f3ae07ccbe8a598d235
DIST py_aosmith-1.0.4.tar.gz 8402 BLAKE2B 56ac3be8af33c51c2fd9487d412d4090983ff4362e9d54029dbec9c0924343b52b384789da90bdadf8a3d47f17d365235113ed5baad664bca3897c4a30a1cd32 SHA512 52cc585a76a600186e46da80b33e9364a6447ae2dc2eaed4552da02a9d6074ad902017e0b338a33bf030e7abafc822647c71fe7d8a95d2af78282589dc1ea504
DIST py_aosmith-1.0.8.tar.gz 11105 BLAKE2B d1fdfe8255a0b469dcb219fd521288d11a72dff533e8c6cf880b0bf0480a7b4bbe96bc4f8e8679a32ff9bb6a797c5e281ac84e2b740134046ec547baa9430df3 SHA512 a7246d7ea102224290653fa5596c6f306667172c175f1de991a4ce5e57928fc86cf011d32057716d5023ac7193c5ecb34b89599c99d9bb45bb93af1038320f8f
EBUILD py-aosmith-1.0.1.ebuild 545 BLAKE2B f03c61aba34877ea4e8760136065878296a10850c7d33cfa30a95f94aeadd72f68851e37e22cf17a080cd09c83dfc1f2883b3041cf5d66d8a0041bbdcf6c0e2e SHA512 1a2bc3f12fcf8d49542885f2b3b0c6cd10d107437f43783bee09ce5e3fdfe68a244253b49f0851f3e886661374dd69dae037e7ed8c6833942c601d9e3e588074
EBUILD py-aosmith-1.0.4.ebuild 545 BLAKE2B f03c61aba34877ea4e8760136065878296a10850c7d33cfa30a95f94aeadd72f68851e37e22cf17a080cd09c83dfc1f2883b3041cf5d66d8a0041bbdcf6c0e2e SHA512 1a2bc3f12fcf8d49542885f2b3b0c6cd10d107437f43783bee09ce5e3fdfe68a244253b49f0851f3e886661374dd69dae037e7ed8c6833942c601d9e3e588074
EBUILD py-aosmith-1.0.8.ebuild 601 BLAKE2B e732d34783f14f7d542df459d3203d7bdb0f49170e89c7efb84fcbede9453eee9a823a6baf076428894ec4c682e82559d883e2e7d0f049bec6e45006b9990dae SHA512 80753962a6956f18ea4e896e6a19c6e54a8685cfe17b55c1f9aa8afcb8eb775db07f71006b9e75bb8b4db1b57308804cac384e50bc5fcca747f97ab3ffeb61cb
MISC metadata.xml 526 BLAKE2B d23fb053423d222655986fc131246941d3fb72db21c3ac719a29f317f24655b0b1feaaeb69b762c972da209b480dede78d0ee39e922ab5615858cbe030d10f3c SHA512 19b0a9308f50a4861f458ac8fbba15df30fbf867ee5ceb93f9402eaf3168a850bae78f71499912ff1062df5b891f13302ffccc357e15fed229edb8fe173ea958

View File

@ -0,0 +1,24 @@
# 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=poetry
inherit distutils-r1 pypi
DESCRIPTION="A Python client library for A. O. Smith water heaters"
HOMEPAGE="https://github.com/bdr99/py-aosmith https://pypi.org/project/py-aosmith/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.8.6[${PYTHON_USEDEP}]
>=dev-python/tenacity-8.2.3[${PYTHON_USEDEP}]"
distutils_enable_tests pytest