dev-python/unifi-discovery: change SRC_URI, drop olds
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
9029c8b9c0
commit
f020411b06
@ -612,12 +612,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 1886 Ebuilds in total, 1875 of them have in total 1894 (40 different) licenses assigned.
|
||||
There are 1884 Ebuilds in total, 1873 of them have in total 1892 (40 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1087|
|
||||
|Apache-2.0|410|
|
||||
|Apache-2.0|408|
|
||||
|GPL-3|121|
|
||||
|BSD|102|
|
||||
|GPL-2|27|
|
||||
|
@ -1,7 +1,3 @@
|
||||
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
|
||||
DIST unifi-discovery-1.1.7.tar.gz 13447 BLAKE2B 74d17c607f87af9b269f4610a72f3673537a19ca1918c163dd284338ca0132259a4588d40140ac6c16586693dc579b7ba71a156d5288135c85428add0445e86a SHA512 75879761f272a5d6e648969ea592273555283b1a4cfdf6742f0915c901a682b32de0927382a7294b1a9773c60a6a5a8c64403951a13269d622bec035defb71bd
|
||||
EBUILD unifi-discovery-1.1.5.ebuild 777 BLAKE2B 465b7ccbe8e4c4373405239738042e0d8f3edaab050f389cb38f3271ce7bfae825e580dc592beda6856657116ed6e0179e2b39b833287626880da59d0b488162 SHA512 1f7b827df4d399a3966f8c4de721eb368ff6c41e50e7cb40939ecdbdd3bd4289773bbac6124190adba2b324c64506b7725d2cc4bb2adf1f3e8b1d0ce4bd51419
|
||||
EBUILD unifi-discovery-1.1.6.ebuild 777 BLAKE2B 465b7ccbe8e4c4373405239738042e0d8f3edaab050f389cb38f3271ce7bfae825e580dc592beda6856657116ed6e0179e2b39b833287626880da59d0b488162 SHA512 1f7b827df4d399a3966f8c4de721eb368ff6c41e50e7cb40939ecdbdd3bd4289773bbac6124190adba2b324c64506b7725d2cc4bb2adf1f3e8b1d0ce4bd51419
|
||||
EBUILD unifi-discovery-1.1.7.ebuild 867 BLAKE2B 3321c649b8212805b006ca88804195be3b0e7dc97795b6bf577a89898ebcd310dbc6a502dacbcbff9b0a03f43ebb748ffcddc29964c49fae3c9eb21842c0bc5f SHA512 28bed87a0b2738e81c48f893029884c1ffd32e75965f3fea5522d3b0a531eefdd33cce401bc5372202d216ecb4b30ad44caeba7592b98f8c5c99aaeb496b6903
|
||||
EBUILD unifi-discovery-1.1.7.ebuild 799 BLAKE2B 1914a9d7169a82ac9096c2dc6652b3318de135bb4314b5d60c8b4d35e64184b4a75c1f1ebf5d3bb304b9d3138cf4037ff8e3f0fa122653e08f190636dda139fb SHA512 4c75c0eda3f5700d5dd9d15f6d1946eabb940eb5ca5167497110cd2856d10cab159be75310f461316881b361d1af17e99221f3e55924ac30dbd12ccfc76dc71f
|
||||
MISC metadata.xml 521 BLAKE2B 836c23c810773103bcb145031da105da540d857e0f84a969698f07db6182e7c8f7c9f805f708d01cde770c4e3a27b061b9b9af55742fa4582704637e70dca7f4 SHA512 3bb2598c280b42448ab006cc118db7576b9bde891fd18e1d23a952f9b645c28cb2fc26d22789bd8df013a66c7c2b5aeb1b6e4ef3579e601a475da5306012fad0
|
||||
|
@ -1,35 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..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/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
@ -1,35 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..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/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
@ -1,16 +1,14 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
|
||||
inherit distutils-r1
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
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"
|
||||
@ -23,7 +21,6 @@ DOCS="README.md"
|
||||
RDEPEND=">=dev-python/aiohttp-3.8.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyroute2-0.6.5[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
|
Loading…
x
Reference in New Issue
Block a user