dg pyunifiprotect-3.2.0
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
DIST pyunifiprotect-3.2.0.tar.gz 56767 BLAKE2B 6328b5d64d9aad03c17aab2d16eb5d107bfc901b6b3fa33a120f6e040bc3663d890f9bf7959228e9a186c16c63005047815d4c8543e1f7aa1e8b0815112e7900 SHA512 64e49fae0171a4a0ff11a56a48c2f90f89f9d121861e93e4cbf398b41544b7d4e7909d564f9f6230eb2139f03d81d22df52a933926c4032db91eb10aca863854
|
||||
DIST pyunifiprotect-3.2.1.tar.gz 56817 BLAKE2B cc5b45518eac1521a02e0e004dbeea1f25f4434c5d3f0fe1d81ca6fc9c584a412243e1f24d950293c36c06770c97a273f2f1a19330198c90b77ae212a0ba1b29 SHA512 6d11d9c6cc20111be19c04772f9006f3a836e1fc6b5bb28fa9bc16d31a916faa8bee3bb7d712d64ad4d8bfcbebc5c38360389012dbead280af2a3bcbf120c27a
|
||||
EBUILD pyunifiprotect-3.2.0.ebuild 1006 BLAKE2B 170d5c3a86a5b583e7e273e1934b3af31d3fb56419a110a858a9e6c3e8c882a933d7fb2646345ff4f6a135874e5e664a6ac41a1076f1dc3413ce3348a1fa4607 SHA512 ea2f3fa5b63008589244fd264093e71cacf4237c8aeb0adaf41ea98c33509edb9d80cedab7fd2de8577bd97bba15731ec4ce6075dcc079de1c742da5b1158696
|
||||
EBUILD pyunifiprotect-3.2.1.ebuild 1006 BLAKE2B 170d5c3a86a5b583e7e273e1934b3af31d3fb56419a110a858a9e6c3e8c882a933d7fb2646345ff4f6a135874e5e664a6ac41a1076f1dc3413ce3348a1fa4607 SHA512 ea2f3fa5b63008589244fd264093e71cacf4237c8aeb0adaf41ea98c33509edb9d80cedab7fd2de8577bd97bba15731ec4ce6075dcc079de1c742da5b1158696
|
||||
MISC metadata.xml 454 BLAKE2B 8766ab596f5d82c4d90b7e9d9f28aa260b1e3596fe4dd914b2fc01249f9c754527485e20523f639b1fac2421a9d98d240f12c76ea7b63f15ccfc78ae73c0cbec SHA512 2f3105663b8423662dc13ea77b326dba51a9857f338c0d3425ef54ab87f823416c9f81e91a20bd4190cbee4b3d21077c57a733744e7345901ef113d345fc8bb2
|
||||
|
||||
39
dev-python/pyunifiprotect/pyunifiprotect-3.2.0.ebuild
Normal file
39
dev-python/pyunifiprotect/pyunifiprotect-3.2.0.ebuild
Normal file
@@ -0,0 +1,39 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
|
||||
DESCRIPTION="Python Wrapper for Unifi Protect API"
|
||||
HOMEPAGE="https://github.com/briis/pyunifiprotect https://pypi.org/project/pyunifiprotect/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
dev-python/aioshutil[${PYTHON_USEDEP}]
|
||||
dev-python/pydantic[${PYTHON_USEDEP}]
|
||||
dev-python/pyjwt[${PYTHON_USEDEP}]
|
||||
dev-python/python-dotenv[${PYTHON_USEDEP}]
|
||||
dev-python/pytz[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
dev-python/packaging[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
Reference in New Issue
Block a user