gentoo/dev-python/denonavr/denonavr-1.2.0.ebuild
Michał Górny 732d3d6f25
dev-python/denonavr: Bump to 1.2.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-10-29 04:33:10 +01:00

33 lines
800 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_REQ_USE="xml(+)"
inherit distutils-r1 pypi
DESCRIPTION="Automation Library for Denon AVR receivers"
HOMEPAGE="
https://github.com/ol-iver/denonavr/
https://pypi.org/project/denonavr/
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
>=dev-python/asyncstdlib-3.10.2[${PYTHON_USEDEP}]
>=dev-python/attrs-21.2.0[${PYTHON_USEDEP}]
>=dev-python/defusedxml-0.7.1[${PYTHON_USEDEP}]
>=dev-python/ftfy-6.1.1[${PYTHON_USEDEP}]
>=dev-python/httpx-0.23.1[${PYTHON_USEDEP}]
>=dev-python/netifaces-0.11.0[${PYTHON_USEDEP}]
"
EPYTEST_PLUGINS=( pytest-{asyncio,httpx,timeout} )
distutils_enable_tests pytest