dev-python/ayla-iot-unofficial: new package, add 1.4.2

Closes: #3948
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-26 21:28:06 +02:00
parent 0932d69deb
commit 6326a6889a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 45 additions and 1 deletions

View File

@ -606,7 +606,7 @@ 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 2242 Ebuilds in total, 2228 of them have in total 2265 (42 different) licenses assigned.
There are 2243 Ebuilds in total, 2229 of them have in total 2265 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|

View File

@ -0,0 +1,3 @@
DIST ayla_iot_unofficial-1.4.2.tar.gz 19907 BLAKE2B 6b2df297a20a7814c2b71a612b4c0c07ca1a6e87b63233c5154d42405d0dee632f536df293560d8e50643af70304840a6444834e25694eaec66aaa91742567d3 SHA512 ab22c2d299c90c677313051f188452a4ac04ecc225232f08d68f3652b07e33de93f7e30466eb1999c035669c18a93ddf48d60553ce2cfa820a08aebb294cd753
EBUILD ayla-iot-unofficial-1.4.2.ebuild 643 BLAKE2B 28b4cd1466085ca9f8af13fdfe251944fb4ffaf6ca0c8ad4e6c10d5d87fb27c9875957ec6f69be6f6a207ff6a324266fab1ae41845064a715b52f34f370b0093 SHA512 732b52035856a7e04b1b83b8e0de68ce868fe466244c29bb93b0fe8608754ab3228a30a6b9fffb5d6615c181a15f1dbbb2a01bcf5d1c944bfb8a62796671cf95
MISC metadata.xml 536 BLAKE2B 7b776e4483f7e9dab625deefd082fb8b465640e1ccd903da238e59111e3edb63a149bf9d87a2ac73d7fe0ca7c01f955a71bec955512af7ef31ebf31a3e290c79 SHA512 ad26f6c3bfd26511b83a26f791fceea1ba72dac326e18e8d99409fcd5427e40da1329b728cbb58f194c089188c2af801fd6833dae9039bf43bd76534230e08a8

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..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python API for Ayla IoT products"
HOMEPAGE="https://github.com/rewardone/ayla-iot-unofficial https://pypi.org/project/ayla-iot-unofficial/"
LICENSE="None"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS=""
RDEPEND=">=dev-python/aiohttp-3.8.4[${PYTHON_USEDEP}]
>=dev-python/requests-2.31.0[${PYTHON_USEDEP}]
>=dev-python/ujson-5.8.0[${PYTHON_USEDEP}]"
distutils_enable_tests pytest

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">ayla-iot-unofficial</remote-id>
<remote-id type="github">rewardone/ayla-iot-unofficial</remote-id>
<maintainer status="unknown">
<email>rewardone.com@gmail.com</email>
<name>Reward One</name>
</maintainer>
</upstream>
</pkgmetadata>