dev-python/uiprotect: add 6.3.2
Closes: #4090 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
3be3249205
commit
a4773e3589
@ -606,11 +606,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 2274 Ebuilds in total, 2260 of them have in total 2299 (43 different) licenses assigned.
|
||||
There are 2275 Ebuilds in total, 2261 of them have in total 2300 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1291|
|
||||
|MIT|1292|
|
||||
|Apache-2.0|526|
|
||||
|GPL-3|145|
|
||||
|BSD|124|
|
||||
|
@ -1,5 +1,7 @@
|
||||
DIST uiprotect-1.7.2.tar.gz 107530 BLAKE2B 8a7262ec3417edaf15cf2045dc491dbeb43a9da7b24bdd880fd92b8868ffcf7f449025e1cf2c9394cd152f26dccaebcafed0b6794a4bbe49b264af0390979439 SHA512 3543cb1fd1f5c367f735ec042f9b6ebc8087a57aa2800694c2a773263ec6352dd23230e3217d4e6b08cd962ce8b5b9a6c45ea229c45a39fb88b30093be917b55
|
||||
DIST uiprotect-6.1.0.tar.gz 108336 BLAKE2B dc566709efc9483616a628f2bf0a1487a8ae785d91b749a4e38e2fee5a4d3063b002de40495de976b32fcde6edcb579f251b761113617ae9d7685bdfb450e43f SHA512 beb0af36a30348d0d07952ea7b5b74b433303b05c9b9789d674384b0c07def27eb32f3cfdf8604c4c4c0d4de461db3cd30d803a28879bdd78eaab8d209232587
|
||||
DIST uiprotect-6.3.2.tar.gz 108420 BLAKE2B 3e4edd9681305813abcfc8e2b306360cbd392de89200fced1dc0eec22ba2ac0d09ca5470f6698daf311fc5827d1629c87d0dc6111ccdc70a56fb7545a6b5df6e SHA512 d3393c3695f16cf0cd9710d83069397a0e0c3a92f84508e66f037b5bc0d23cd60d5480a88daaab34591e606cb1fd2b9beccdc74542198e4980383d79ba275d72
|
||||
EBUILD uiprotect-1.7.2.ebuild 1101 BLAKE2B f07c4cb0804e9c436821d076b1d8a48969b252142470f697b2a47663ed1a3d60dcbdebe1247368aa34d0337eee819fc222567f9deaadb0aeb0813b34a4e245f1 SHA512 b736f3d0bf9cd5db4773ebf80484329865512d40df05c384e83bb470c681ee2cb4ef062a5c7ef0d0fe1318e7aae1dd1d52ffce26b55ca79fec5c6494960ff882
|
||||
EBUILD uiprotect-6.1.0.ebuild 1331 BLAKE2B c3bb9322f0b8141296dc73b1e316be1ec333ed912a722336e4ded6a9ee9e6fca7463dcc4f06a6969c1cc7b8ef8cbe621ffcbdca1936c476f361b474ed1a2312d SHA512 6f8863057141a9faa97990368b7ad3869e28314922d81b6a3d1156db430dde46cee6e991c3e4b9adc1e8d25f10891a981f75c87dae6c6bfa16d5fcca4df74d4b
|
||||
EBUILD uiprotect-6.3.2.ebuild 1331 BLAKE2B c3bb9322f0b8141296dc73b1e316be1ec333ed912a722336e4ded6a9ee9e6fca7463dcc4f06a6969c1cc7b8ef8cbe621ffcbdca1936c476f361b474ed1a2312d SHA512 6f8863057141a9faa97990368b7ad3869e28314922d81b6a3d1156db430dde46cee6e991c3e4b9adc1e8d25f10891a981f75c87dae6c6bfa16d5fcca4df74d4b
|
||||
MISC metadata.xml 515 BLAKE2B 84b36fea4328c0f0926b7b5db23ea2adb2802f65abd612e0961e6585c9fc303aff2fbda4a593539ec2e3f260a2ee758a7bcbd0b30b209eaa902ad15b40551b04 SHA512 5365635b6e659c1ef74991d4e29391b6cbbcb524449a8fde70ae6933ecbd783b5c919f8e45087d261f102df2bd10a1395c2b8057389885f757ddd9e65f256832
|
||||
|
43
dev-python/uiprotect/uiprotect-6.3.2.ebuild
Normal file
43
dev-python/uiprotect/uiprotect-6.3.2.ebuild
Normal file
@ -0,0 +1,43 @@
|
||||
# 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.17[${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/propcache-0.2.0[${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
|
Loading…
Reference in New Issue
Block a user