dev-python/py-aosmith: new package, add 1.0.1

Closes: #2571
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-03 15:20:47 +01:00
parent 9a1b80d5eb
commit d1e399ff62
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 43 additions and 2 deletions

View File

@ -612,11 +612,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 1571 Ebuilds in total, 1560 of them have in total 1577 (42 different) licenses assigned.
There are 1572 Ebuilds in total, 1561 of them have in total 1578 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|903|
|MIT|904|
|Apache-2.0|332|
|GPL-3|100|
|BSD|87|

View File

@ -0,0 +1,3 @@
DIST py_aosmith-1.0.1.tar.gz 5501 BLAKE2B 8efeea448f5892a845f6d4cf82775dc0446041c44de2de4ff269bc50da131397b814718235cc59189ab67f502ffb5e16801f886af9e76e71ea36bd8dc55259aa SHA512 d9161a3a2757adc23b941dcc112f1b12337550de06e876a2015bf6d904aa9f7f569cfc7a2d15480a3019322869597a5d933596565f662f3ae07ccbe8a598d235
EBUILD py-aosmith-1.0.1.ebuild 545 BLAKE2B c1df803ebe877ffd40947da2b310e916bbe4d27763fad5c4461bd267561a1c0923bb1a2193ed309868d94bdbcd5179a6f16a975b6b7083bc71cef864e2d93d72 SHA512 88c21a1c7e0871646ef37ee82b8a7c211ac48dc9d24c5b296073b39a46fdf635aa2918ae717fa9ed3bd2e0c4dcb561405ef84eccc03ff73b2b2695319ecb6987
MISC metadata.xml 526 BLAKE2B d23fb053423d222655986fc131246941d3fb72db21c3ac719a29f317f24655b0b1feaaeb69b762c972da209b480dede78d0ee39e922ab5615858cbe030d10f3c SHA512 19b0a9308f50a4861f458ac8fbba15df30fbf867ee5ceb93f9402eaf3168a850bae78f71499912ff1062df5b891f13302ffccc357e15fed229edb8fe173ea958

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">py-aosmith</remote-id>
<remote-id type="github">bdr99/py-aosmith</remote-id>
<maintainer status="unknown">
<email>brandonrothweiler@gmail.com</email>
<name>Brandon Rothweiler</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,22 @@
# Copyright 1999-2023 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[${PYTHON_USEDEP}]"
distutils_enable_tests pytest