dev-python/python-homeassistant-analytics: new package, add 0.6.0

Closes: #2748
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-11 18:19:02 +01:00
parent b1af1486d1
commit 6d2fa7c4b2
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 51 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 1686 Ebuilds in total, 1675 of them have in total 1694 (42 different) licenses assigned.
There are 1687 Ebuilds in total, 1676 of them have in total 1695 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|960|
|MIT|961|
|Apache-2.0|368|
|GPL-3|113|
|BSD|95|

View File

@ -0,0 +1,3 @@
DIST python_homeassistant_analytics-0.6.0.tar.gz 6531 BLAKE2B 4defda9717437360705b984fc5097a050cf159b9d7242dc6e41af638a452a5975663a1e18c16db3e9becdfd1cdd970fd16b686cee586edb49f8c865619463d3c SHA512 a557527a31ed5164a9aef6ca7f95fd196f861e75dd81bd7d2ee7aee1caeb58fb4d1bc8c0a1cff83d9d97de66d67d80a21356199d1226853d75c5cc301cf12f16
EBUILD python-homeassistant-analytics-0.6.0.ebuild 795 BLAKE2B 5c5345bc074cfc511d898ffee507a41c8bbbf2abd0bd006111664df92a32af0c9f0d087ccf7611c334454abf920c6b97da2571c9467b87865f3fc16fac350210 SHA512 9ed0e8db522e0a05168088f0b57d33f962ce7bf30d7cc0973e274b572d5ae7c925a81dc213a761766559c90e20097ad8034d422ba3881a565c65591ab6a833d0
MISC metadata.xml 562 BLAKE2B 59002962e5e2ac552c6ec868cc8206dcd66903f56b95aeca976be2df5e192ed261fe3451002678bb1a77e8aa2d9bb822cecdb023e4d6f90ea92efc6109153dc1 SHA512 13a32939c024b63f5c1d6fa88bd2b67aadae17ffd7b305da8f3a86091833fb5aec5a60c3fe64ff436349d92ea384aa00fa6869677f4f3f13073339548d24d8ff

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">python-homeassistant-analytics</remote-id>
<remote-id type="github">joostlek/python-homeassistant-analytics</remote-id>
<maintainer status="unknown">
<email>joostlek@outlook.com</email>
<name>Joost Lekkerkerker</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,30 @@
# 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="Asynchronous Python client for Homeassistant Analytics."
HOMEPAGE="https://github.com/joostlek/python-homeassistant-analytics https://pypi.org/project/python-homeassistant-analytics/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]
>=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]
>=dev-python/mashumaro-3.11[${PYTHON_USEDEP}]
>=dev-python/orjson-3.9.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest