dev-python/unifi-discovery: add 1.1.8

Closes: #3031
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-10 19:09:15 +01:00
parent a50565775f
commit 8403276b4a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 35 additions and 5 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 1890 Ebuilds in total, 1879 of them have in total 1898 (42 different) licenses assigned.
There are 1891 Ebuilds in total, 1880 of them have in total 1899 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1068|
|Apache-2.0|434|
|Apache-2.0|435|
|GPL-3|124|
|BSD|104|
|LGPL-3|25|

View File

@ -1,3 +1,5 @@
DIST unifi-discovery-1.1.7.tar.gz 13447 BLAKE2B 74d17c607f87af9b269f4610a72f3673537a19ca1918c163dd284338ca0132259a4588d40140ac6c16586693dc579b7ba71a156d5288135c85428add0445e86a SHA512 75879761f272a5d6e648969ea592273555283b1a4cfdf6742f0915c901a682b32de0927382a7294b1a9773c60a6a5a8c64403951a13269d622bec035defb71bd
EBUILD unifi-discovery-1.1.7.ebuild 799 BLAKE2B 1914a9d7169a82ac9096c2dc6652b3318de135bb4314b5d60c8b4d35e64184b4a75c1f1ebf5d3bb304b9d3138cf4037ff8e3f0fa122653e08f190636dda139fb SHA512 4c75c0eda3f5700d5dd9d15f6d1946eabb940eb5ca5167497110cd2856d10cab159be75310f461316881b361d1af17e99221f3e55924ac30dbd12ccfc76dc71f
DIST unifi_discovery-1.1.8.tar.gz 12757 BLAKE2B 8a41f53ceeb53b8d9016cdcfba4abc4f83fee24bbf1de6dfbefbc7f0bf298064854d1fb47c8f29a2127254335899c7373e28305fe1917facf33e12429a8921c6 SHA512 b30797e5fbc28a90400bb3f8422063e8c698830da3183395164103a3f66f567927da1719130b95ef7bb3e777b02864293f41fbb530bfa9c0bb7f780e7191c67d
EBUILD unifi-discovery-1.1.7.ebuild 799 BLAKE2B 916bce2e1e50f4ec4e2d932e2af91f6250c17fc1c1b541362ea6d75d6d0d3929c671952b22dcb0005abab1bba8b450b5f948ba013d85faaadfced70d12f765e1 SHA512 73613696a417c077ad4d7b0185daeccb7f85043204b1c32c5c0276c2fd67f849840863053b9d2f89c6ee5a704e80fab98c2db0423f7607e2672bd8a8397466f8
EBUILD unifi-discovery-1.1.8.ebuild 700 BLAKE2B bd120c1b946e47bab5ae1b44ab2e7502b3f941acd19dc089b6870f001f7243fea6f378f84fc80345466f66a814b50a721a41a5afb72ad2fec4662647de6398e2 SHA512 82069f2d2f8f150a49fa94e2558959179723aab8e4a713f91abe09d4e27c32dd5ad1cd8cf7e0df8f358e156f28241e37c710b4411ee2af38dd4f175370af849b
MISC metadata.xml 521 BLAKE2B 836c23c810773103bcb145031da105da540d857e0f84a969698f07db6182e7c8f7c9f805f708d01cde770c4e3a27b061b9b9af55742fa4582704637e70dca7f4 SHA512 3bb2598c280b42448ab006cc118db7576b9bde891fd18e1d23a952f9b645c28cb2fc26d22789bd8df013a66c7c2b5aeb1b6e4ef3579e601a475da5306012fad0

View File

@ -1,8 +1,8 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=poetry
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi

View File

@ -0,0 +1,28 @@
# 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=poetry
inherit distutils-r1 pypi
DESCRIPTION="Discover Unifi Devices"
HOMEPAGE="https://github.com/bdraco/unifi-discovery https://pypi.org/project/unifi-discovery/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.8.0[${PYTHON_USEDEP}]
>=dev-python/pyroute2-0.6.5[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/aioresponses[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest