dev-python/uiprotect: drop 6.0.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-25 23:07:26 +02:00
parent 67304f7ea7
commit 8ce53e27e6
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 1 additions and 45 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 2080 Ebuilds in total, 2069 of them have in total 2097 (42 different) licenses assigned.
There are 2081 Ebuilds in total, 2070 of them have in total 2097 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|

View File

@ -1,7 +1,5 @@
DIST uiprotect-1.7.2.tar.gz 107530 BLAKE2B 8a7262ec3417edaf15cf2045dc491dbeb43a9da7b24bdd880fd92b8868ffcf7f449025e1cf2c9394cd152f26dccaebcafed0b6794a4bbe49b264af0390979439 SHA512 3543cb1fd1f5c367f735ec042f9b6ebc8087a57aa2800694c2a773263ec6352dd23230e3217d4e6b08cd962ce8b5b9a6c45ea229c45a39fb88b30093be917b55
DIST uiprotect-6.0.2.tar.gz 108282 BLAKE2B 72738c3032fd4e381ac2e99109a1dbea089a18c719ebecab216abe045a95971402a1275583ab1b65e891785bc33a1d7e3dc9f80d4b8fca13ef973ec31182e10a SHA512 9e38eca8bf8243ea77c7718b44850d9d5879f9c66e2bda30490c37ea3c5849450abf964ab9680c3e2e3fd51a7a08ddfb07ca3256f6f596b8d26e4ab47e20dd53
DIST uiprotect-6.1.0.tar.gz 108336 BLAKE2B dc566709efc9483616a628f2bf0a1487a8ae785d91b749a4e38e2fee5a4d3063b002de40495de976b32fcde6edcb579f251b761113617ae9d7685bdfb450e43f SHA512 beb0af36a30348d0d07952ea7b5b74b433303b05c9b9789d674384b0c07def27eb32f3cfdf8604c4c4c0d4de461db3cd30d803a28879bdd78eaab8d209232587
EBUILD uiprotect-1.7.2.ebuild 1101 BLAKE2B f07c4cb0804e9c436821d076b1d8a48969b252142470f697b2a47663ed1a3d60dcbdebe1247368aa34d0337eee819fc222567f9deaadb0aeb0813b34a4e245f1 SHA512 b736f3d0bf9cd5db4773ebf80484329865512d40df05c384e83bb470c681ee2cb4ef062a5c7ef0d0fe1318e7aae1dd1d52ffce26b55ca79fec5c6494960ff882
EBUILD uiprotect-6.0.2.ebuild 1283 BLAKE2B 2b757fe8470540b657e05b0d615a1cfbf016803017ebcd3f7485eeff0df92044f9d26626acb03e057d543f33dcb75a1e4487f7fba97456d44dc5fabab2a8a0d2 SHA512 2b8eb672e60ed5cb76c4e0c14ef939e3998114d4d739b4965028334a18586b99f68ff2e282a4b29ec1ff8f38067e0ea05d4d0342b301d9500e4861e5ee9c360f
EBUILD uiprotect-6.1.0.ebuild 1342 BLAKE2B aecd1033b274b66d19e801cada513edaba7e54f4531e9449f50107f78e2136eef658e0046e7676a250d14b27770429bb2a8583ebc1bc2d178fcb891d273f3792 SHA512 6740129020a8241cee42ec4a4bc9aeb9bd69eeaf1e91ed9c880a205e969fd9c88b0c0d2e839192e6ee011ebdde73a8f5654c9aec8e753ad929a2a04a1a1e1de9
MISC metadata.xml 515 BLAKE2B 84b36fea4328c0f0926b7b5db23ea2adb2802f65abd612e0961e6585c9fc303aff2fbda4a593539ec2e3f260a2ee758a7bcbd0b30b209eaa902ad15b40551b04 SHA512 5365635b6e659c1ef74991d4e29391b6cbbcb524449a8fde70ae6933ecbd783b5c919f8e45087d261f102df2bd10a1395c2b8057389885f757ddd9e65f256832

View File

@ -1,42 +0,0 @@
# 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=poetry
inherit distutils-r1 pypi
DESCRIPTION="Python API for Unifi Protect (Unofficial)"
HOMEPAGE="https://github.com/uilibs/uiprotect https://pypi.org/project/uiprotect/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/rich[${PYTHON_USEDEP}]
dev-python/aiofiles[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.10.0[${PYTHON_USEDEP}]
>=dev-python/aioshutil-1.3[${PYTHON_USEDEP}]
>=dev-python/dateparser-1.1.0[${PYTHON_USEDEP}]
>=dev-python/orjson-3.9.15[${PYTHON_USEDEP}]
>=dev-python/pillow-10.2.0[${PYTHON_USEDEP}]
>=dev-python/platformdirs-4.2.2[${PYTHON_USEDEP}]
>=dev-python/pydantic-1.10.13[${PYTHON_USEDEP}]
>=dev-python/pyjwt-2.6[${PYTHON_USEDEP}]
>=dev-python/yarl-1.9[${PYTHON_USEDEP}]
>=dev-python/typer-0.12.3[${PYTHON_USEDEP}]
>=dev-python/convertertools-0.5.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-timeout[${PYTHON_USEDEP}]
dev-python/pytest-xdist[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest