dev-python/aioautomower: add 2024.3.0

Closes: #3068
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-14 23:22:17 +01:00
parent d597366850
commit d6e0a92080
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 29 additions and 2 deletions

View File

@ -617,12 +617,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 1910 Ebuilds in total, 1899 of them have in total 1918 (42 different) licenses assigned.
There are 1911 Ebuilds in total, 1900 of them have in total 1919 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1077|
|Apache-2.0|440|
|Apache-2.0|441|
|GPL-3|128|
|BSD|105|
|LGPL-3|25|

View File

@ -1,3 +1,5 @@
DIST aioautomower-2024.2.10.tar.gz 15037 BLAKE2B 04aa90beaea22a7a2ebee9d32b018e051ef04bd528c4695f9b7a3140503dac7ac84bea5d1a9e7d01b228cbf77ad5135089dba9635ca3694a05dae78890c67245 SHA512 3b8b9a7069b96e44fbac8f43680bd6a9887911f6b27b95ef06ad3b7b2fcb88a9e0200f062998c805c67ea7829aa88ab08044d4d8a7f094660267b22c6d5d46bc
DIST aioautomower-2024.3.0.tar.gz 15048 BLAKE2B 178486ace5c8d71ae59f8fcc5f6bb13a04ee1efe7d9039ecd884dc3b33afddc0bb3e2047e8a3d2d30b395e5b0a6982d648bc1f3780bd561c803ea6de53a089aa SHA512 65da765b9e4993a2b05db7843b01cf0e405abfee0b2596ae54d2b222ee7d84914dd85335cf50c2302503077315d5f29902732abf97cdcf76c719b0d8f5739bb9
EBUILD aioautomower-2024.2.10.ebuild 616 BLAKE2B f7d82a7a15875f848c991616adf9cf3c68d41e6dcaeb478e62cb2f8e30c6fe65451f42313ce607fe408526dc59bf2bf6d1f6efea6e10096e5210d9ff08c4ef37 SHA512 c593bea46d88242420316a5933de536ea6d75391914a2dbc7c77264a7f8f70e9f6cb57096b1c908b553a1ee11bb41c7b6ecb4a10b593b69248787e1631a6dd11
EBUILD aioautomower-2024.3.0.ebuild 636 BLAKE2B 286fc6c85a3e40c85b45abf2ed4698898d4106d0a4c96b33022704c61c26009156ef57314566b63ec49e8ac3d4df050442b9685012dd5f269f7f9eff8db07d51 SHA512 787ac041219b30c9367fe75aa824a7f21a50f7f746a122f9f0f93bae757622f4992558ba416cb5684bad299ff26983b7b02e86e8cfc799f5c63a1a3a001d885e
MISC metadata.xml 531 BLAKE2B 9ba977aefb475c2c1263e32087eba53dd3b2c93b8c9886cf2076aaa643b67efa43230834922eec6785cff582e1c0065ade4918dc1e717fbc76d742d09c11e41a SHA512 441b05ea88aa146f04496d765c75ce0bfbb4f88e8922e5f564e78985a33510c24073860f525c29f55e71b602b962c7992ea06d5c39c736bcaf8ccdbd93eeab54

View File

@ -0,0 +1,25 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="MPython module to talk to Husqvarna Automower."
HOMEPAGE="https://github.com/Thomas55555/aioautomower https://pypi.org/project/aioautomower/"
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/mashumaro[${PYTHON_USEDEP}]
dev-python/pyjwt[${PYTHON_USEDEP}]"
distutils_enable_tests pytest