Andreas Billmeier 8b4a6c91e2
dev-python/pynuki: add 1.6.3
Closes: #3003
Signed-off-by: Andreas Billmeier <b@edevau.net>
2024-03-10 17:19:39 +01:00

25 lines
563 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Python bindings for nuki.io bridges"
HOMEPAGE="https://github.com/pschmitt/pynuki https://pypi.org/project/pynuki/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/pynacl[${PYTHON_USEDEP}]"
distutils_enable_tests pytest