dev-python/uiprotect: add 6.0.2
Closes: #3797 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
65188c2654
commit
177da19290
@ -1,3 +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
|
||||
EBUILD uiprotect-1.7.2.ebuild 1101 BLAKE2B f07c4cb0804e9c436821d076b1d8a48969b252142470f697b2a47663ed1a3d60dcbdebe1247368aa34d0337eee819fc222567f9deaadb0aeb0813b34a4e245f1 SHA512 b736f3d0bf9cd5db4773ebf80484329865512d40df05c384e83bb470c681ee2cb4ef062a5c7ef0d0fe1318e7aae1dd1d52ffce26b55ca79fec5c6494960ff882
|
||||
EBUILD uiprotect-6.0.2.ebuild 1283 BLAKE2B 2b757fe8470540b657e05b0d615a1cfbf016803017ebcd3f7485eeff0df92044f9d26626acb03e057d543f33dcb75a1e4487f7fba97456d44dc5fabab2a8a0d2 SHA512 2b8eb672e60ed5cb76c4e0c14ef939e3998114d4d739b4965028334a18586b99f68ff2e282a4b29ec1ff8f38067e0ea05d4d0342b301d9500e4861e5ee9c360f
|
||||
MISC metadata.xml 515 BLAKE2B 84b36fea4328c0f0926b7b5db23ea2adb2802f65abd612e0961e6585c9fc303aff2fbda4a593539ec2e3f260a2ee758a7bcbd0b30b209eaa902ad15b40551b04 SHA512 5365635b6e659c1ef74991d4e29391b6cbbcb524449a8fde70ae6933ecbd783b5c919f8e45087d261f102df2bd10a1395c2b8057389885f757ddd9e65f256832
|
||||
|
42
dev-python/uiprotect/uiprotect-6.0.2.ebuild
Normal file
42
dev-python/uiprotect/uiprotect-6.0.2.ebuild
Normal file
@ -0,0 +1,42 @@
|
||||
# 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
|
Loading…
x
Reference in New Issue
Block a user