dev-python/aiounifi: add 67

Closes: #2501
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-10 14:26:03 +01:00 committed by Andreas Billmeier
parent 37175d428d
commit aef45ca72a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 36 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 1730 Ebuilds in total, 1719 of them have in total 1739 (43 different) licenses assigned.
There are 1731 Ebuilds in total, 1720 of them have in total 1740 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1015|
|MIT|1016|
|Apache-2.0|363|
|GPL-3|98|
|BSD|96|

View File

@ -1,7 +1,9 @@
DIST aiounifi-63.tar.gz 42007 BLAKE2B d6a7d61a0b85504c033abcdd1dd4087fe315f46f186b1e50a81afaf9a8c65da4a733787b992a7e90a87cb9198323766102dcca4afb8105dc78cd703c9bb07f0c SHA512 456fb63e678b82fa6f20d4d7204b809b28122bebfc881e3482076868b99ee0b1413e50c406361e91d424f88a9f8cb6b4a88c65e954cc1673a1fbd0b2f5b0a80b
DIST aiounifi-64.tar.gz 44114 BLAKE2B b22c0211f36fe9dd4f107b53670b7822fd21f5f4ce56441a3e853993530487a4a4fba47ffe282ff0f4fd48bd4769217fb449cfef5cbdf9c143341c2681592bb4 SHA512 113e013966de5e0dc771b5fd697afa4e7384a51f415e1d3f337b17f5d86604d88b12788b8cb205f95dfaab8326ddd2473829d6d35575cc6e21d4da883f00e42f
DIST aiounifi-65.tar.gz 44192 BLAKE2B 404e8185bff7ac70e0fc3d40cb1ecec95d5e748775177af271ef895a59ea843839c7fcfbc4516a5562a3164ce8493f17e6e2c9e02084aa249621b6a25652dcf0 SHA512 29f54e4abf5276091b3e1d4c9cd9576d1a705dfe553372d4f8e19a636bcd2298170a32f780699885ce5a23922097b474685190735103184397b8ecac1a619e36
DIST aiounifi-67.tar.gz 46205 BLAKE2B 2a86e391ef687cd45d5e1bfc8dac1e3a3f248d2fb74b084b9c3ce89919106dde2344bc80a744acb7bfb481bc24739cb6cea0ed45cd052f3997d8bcaf03336026 SHA512 055b0b2376d0e65d71ec1aebab060f6cf1ee768239873f112d223a7fd2ff58229473344ce24bf7c7ce0aa456a8128bbfc0673cc61779227352c9dcde898128c0
EBUILD aiounifi-63.ebuild 887 BLAKE2B 807ab7f41add0ba6f019f310912ae2466e59cfb1ce66fad6f3d32598c03270ba56ae08c9a266cfa8e2842eff14feb6ec01dd2b523452de6923601553bb0ff081 SHA512 aaa9093858d3459fee3bba4065461e57ac3f72260ebfc2a009a2fd28bf70c238c15140eb15af27ee00d7dd630f29d67b9e76882a40eafd8cb0582c828cd7bb7d
EBUILD aiounifi-64.ebuild 907 BLAKE2B 0f86a7c08c0c2d2d560c8bf3201a036dfd5dd46b9981132a344e709c6708185eb3f3632005562d4840a89a28154c57ab28fcc5aec8a87aec063d007b9eda3ebb SHA512 df7b7642709081c22e8a7c957f4b22d280d3afb9201e95cbd7082174f081f7282ee335f5e4d0168a1ae2fa0c9f20f28b34df4171fbc1b94b326cb8de379c01f7
EBUILD aiounifi-65.ebuild 912 BLAKE2B d40f507718333fae63d0fadcd5f4855787fa95c393b7ffd8191dd91f153be6b58b0ace7b3734c28fc25e900e3b8c1206f45d51ce295dd9091bb98c941416bc35 SHA512 72b5928308182601038e90f2b2af5c602374f0fce8f699a10a3b11a79f9fb26e707a2ccc718664844b53ea8bcb2b323b6a158842db7c145608dbe47c88a6a575
EBUILD aiounifi-67.ebuild 912 BLAKE2B d40f507718333fae63d0fadcd5f4855787fa95c393b7ffd8191dd91f153be6b58b0ace7b3734c28fc25e900e3b8c1206f45d51ce295dd9091bb98c941416bc35 SHA512 72b5928308182601038e90f2b2af5c602374f0fce8f699a10a3b11a79f9fb26e707a2ccc718664844b53ea8bcb2b323b6a158842db7c145608dbe47c88a6a575
MISC metadata.xml 526 BLAKE2B 6ea8e30813a03c2d80339e1a2db4b463a781e710371f15b992cc4d658c73d8b7fa3cf03ed2506cbe95d5973a34f82d0c597d657ae58d514f9985083132e8268e SHA512 6712667034dd8eff188af2b467f070f0365d478c69a0ec99681abf2d8dcab12a47ea2323a4b428896746156c6ce597adbde14b9ff3f91bbe07de64ba95c806aa

View File

@ -0,0 +1,32 @@
# 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=setuptools
inherit distutils-r1 pypi
DESCRIPTION="An asynchronous Python library for communicating with Unifi Network Controller API"
HOMEPAGE="https://github.com/Kane610/aiounifi https://pypi.org/project/aiounifi/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.8.5[${PYTHON_USEDEP}]
>=dev-python/orjson-3.9.5[${PYTHON_USEDEP}]
>=dev-python/segno-1.5.3[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/aioresponses[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest