dev-python/aioautomower: new package, add 2024.2.10
Closes: #2982 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
3c8dc57edf
commit
54cf94fa79
@ -617,12 +617,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
|
|||||||
|
|
||||||
## Licenses
|
## 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.
|
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 1865 Ebuilds in total, 1854 of them have in total 1873 (42 different) licenses assigned.
|
There are 1866 Ebuilds in total, 1855 of them have in total 1874 (42 different) licenses assigned.
|
||||||
|
|
||||||
|License| Ebuilds using it|
|
|License| Ebuilds using it|
|
||||||
|-------|-----|
|
|-------|-----|
|
||||||
|MIT|1054|
|
|MIT|1054|
|
||||||
|Apache-2.0|427|
|
|Apache-2.0|428|
|
||||||
|GPL-3|123|
|
|GPL-3|123|
|
||||||
|BSD|104|
|
|BSD|104|
|
||||||
|LGPL-3|24|
|
|LGPL-3|24|
|
||||||
|
3
dev-python/aioautomower/Manifest
Normal file
3
dev-python/aioautomower/Manifest
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
DIST aioautomower-2024.2.10.tar.gz 15037 BLAKE2B 04aa90beaea22a7a2ebee9d32b018e051ef04bd528c4695f9b7a3140503dac7ac84bea5d1a9e7d01b228cbf77ad5135089dba9635ca3694a05dae78890c67245 SHA512 3b8b9a7069b96e44fbac8f43680bd6a9887911f6b27b95ef06ad3b7b2fcb88a9e0200f062998c805c67ea7829aa88ab08044d4d8a7f094660267b22c6d5d46bc
|
||||||
|
EBUILD aioautomower-2024.2.10.ebuild 616 BLAKE2B f7d82a7a15875f848c991616adf9cf3c68d41e6dcaeb478e62cb2f8e30c6fe65451f42313ce607fe408526dc59bf2bf6d1f6efea6e10096e5210d9ff08c4ef37 SHA512 c593bea46d88242420316a5933de536ea6d75391914a2dbc7c77264a7f8f70e9f6cb57096b1c908b553a1ee11bb41c7b6ecb4a10b593b69248787e1631a6dd11
|
||||||
|
MISC metadata.xml 531 BLAKE2B 9ba977aefb475c2c1263e32087eba53dd3b2c93b8c9886cf2076aaa643b67efa43230834922eec6785cff582e1c0065ade4918dc1e717fbc76d742d09c11e41a SHA512 441b05ea88aa146f04496d765c75ce0bfbb4f88e8922e5f564e78985a33510c24073860f525c29f55e71b602b962c7992ea06d5c39c736bcaf8ccdbd93eeab54
|
25
dev-python/aioautomower/aioautomower-2024.2.10.ebuild
Normal file
25
dev-python/aioautomower/aioautomower-2024.2.10.ebuild
Normal 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://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-3.9.3[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/mashumaro-3.12[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/pyjwt-2.8.0[${PYTHON_USEDEP}]"
|
||||||
|
|
||||||
|
distutils_enable_tests pytest
|
16
dev-python/aioautomower/metadata.xml
Normal file
16
dev-python/aioautomower/metadata.xml
Normal 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">aioautomower</remote-id>
|
||||||
|
<remote-id type="github">Thomas55555/aioautomower</remote-id>
|
||||||
|
<maintainer status="unknown">
|
||||||
|
<email>thomas.protzner@gmail.com</email>
|
||||||
|
<name>Thomas Protzner</name>
|
||||||
|
</maintainer>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user