bump unifi-discovery-1.1.6

This commit is contained in:
Andreas Billmeier 2022-09-03 18:15:51 +02:00 committed by Andreas Billmeier
parent 1ee63a231e
commit 6f91ea8eda
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 41 additions and 2 deletions

View File

@ -523,12 +523,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 1864 Ebuilds in total, 1857 of them have in total 1869 (35 different) licenses assigned.
There are 1865 Ebuilds in total, 1858 of them have in total 1870 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1131|
|Apache-2.0|345|
|Apache-2.0|346|
|GPL-3|113|
|BSD|104|
|LGPL-3|29|

View File

@ -1,5 +1,7 @@
DIST unifi-discovery-1.1.4.tar.gz 13512 BLAKE2B b40a1265c23e21a745f7f5b8bacd96f790e3fe2cb3767bdbada29ebac67518f6ce15ad1806bf9f969f3f77bdd99c965f8a9e9e58d68b772b299bd6fe31a7012c SHA512 c2203767f1e43773e550f4420d28514bc709061fb95d74942f4a32d71b4f563c096c94973a491238fd1363dd88e396f4628046e09a5e0669f4cbfb0bd864840c
DIST unifi-discovery-1.1.5.tar.gz 13516 BLAKE2B 073fb3524bc0a8e27e735def631809f5a7cb9faeda59d3569a25ef393dbf965f6f9b436c05468fa9590a43bf41388ec277a534537a8c75c9d804ab59d6422188 SHA512 3f27981be4fcf102c42066036c1faf4f584c62563748f459f0bc9a80c4f973694d12bb5e084c56480c8734a8b964c0dcf6fa0aae4e43d2d4aae1f468e9eea05a
DIST unifi-discovery-1.1.6.tar.gz 13490 BLAKE2B cca6f6b8a590614f5b4be245b02fa51155ae78dad40fc0934d68059e8d1d4955c09fc3ef033dcadc0b9a168c63795306c54dee9521819cef7ade64b946b59b8d SHA512 4c423221149d953dcaa745abd75ba215d5be8e1b5b49100ede54f4fd7756ae595d1d6fab8ed880c5a942bc1897c916b2174048f39a6aad4f6ae51c40a60091e0
EBUILD unifi-discovery-1.1.4.ebuild 813 BLAKE2B 56572f13235073364a67c9aaa8bc110383998bb01969a8b68afc313f517413ebd36f62efed27f0c3b2790f6245d6b43553e83f067bf6c383a29af570f0ab73a1 SHA512 b9007c27b5a5d2718988761441d62f4df3f339e0390b2fd7165bd137dcadb5b641cc25ab661a1836fbc2e949d49a2a51e95a3d61f6fb1942d221bfedf12fcb32
EBUILD unifi-discovery-1.1.5.ebuild 841 BLAKE2B 5e2efb83dfb21147985f7dc38a8fe18324e147253d5ce238e29128d7051b0a8d32b3fc4eb655cebe8c21c805207657bb4f4ec957076e82e9ad9d3d196fbb3f33 SHA512 1a126eb731c33814376270d512e92826618fc47db70562b1d033415e48c0541e7f41ba8aa222c58ef223a641f3464429c23d81005ab2f62bea7e737da18be828
EBUILD unifi-discovery-1.1.6.ebuild 841 BLAKE2B 5e2efb83dfb21147985f7dc38a8fe18324e147253d5ce238e29128d7051b0a8d32b3fc4eb655cebe8c21c805207657bb4f4ec957076e82e9ad9d3d196fbb3f33 SHA512 1a126eb731c33814376270d512e92826618fc47db70562b1d033415e48c0541e7f41ba8aa222c58ef223a641f3464429c23d81005ab2f62bea7e737da18be828
MISC metadata.xml 457 BLAKE2B 3a59c8e7c0014b79b2ef68f21345c573689884448a7e5230fc700583372c9e45e9395bfdf11bc866dcb5328e1a4aa5c8a364d51d73a7bde16539dc31756e164e SHA512 d666fee248497dd959c4d17a8787b82a883ebd2e0649507cad10be76eb933187f534168fef8e69fda14739e26485bbf36c16107aa48c8b1620d3061801d62803

View File

@ -0,0 +1,37 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1
DESCRIPTION="Discover Unifi Devices"
HOMEPAGE="https://github.com/bdraco/unifi-discovery https://pypi.org/project/unifi-discovery/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
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.1[${PYTHON_USEDEP}]
>=dev-python/pyroute2-0.6.5[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest