commit: 7c355e0f85da655e9d40ee141b1c228a110823d7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 19 02:33:32 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 19 02:33:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c355e0f
dev-python/denonavr: Bump to 1.1.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/denonavr/Manifest | 1 +
dev-python/denonavr/denonavr-1.1.1.ebuild | 38 +++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-python/denonavr/Manifest b/dev-python/denonavr/Manifest
index 00110142f6ec..af171dc71324 100644
--- a/dev-python/denonavr/Manifest
+++ b/dev-python/denonavr/Manifest
@@ -1 +1,2 @@
DIST denonavr-1.1.0.tar.gz 209813 BLAKE2B
bcc6146401ff1c6516740e8ba6e9daf49577420c542f00c61acb6e82a77a4340c7849b722e6de81fccbb694bed2614bcf94417ca2360ae2d1ba369247eb2c896
SHA512
d0a2ed461d92bfc9926f0e2d6ceb64d79809c3718c360fe56c9e176e78697b5c7f8de4daaf47c00ca82c827873d67f57042ecd134415d1a9c354610f184a8b2a
+DIST denonavr-1.1.1.tar.gz 209829 BLAKE2B
b28a6b19a05ff60fc23297c9d77a42990d78bd6a83c74731239a233d68cc50ea58840059c48c222cec5e94f314c3bffe016edb9ccede729187f9276d42019eed
SHA512
1f10b2dbb01809d50082df89803328a0d2e0cf95cf651bff2a4bb4cbbe934051b2bd9949f3bc99b276debe39dfeb94e09b8598488a5c9eb39b88b0f73fad1f6c
diff --git a/dev-python/denonavr/denonavr-1.1.1.ebuild
b/dev-python/denonavr/denonavr-1.1.1.ebuild
new file mode 100644
index 000000000000..f6bddac6fc34
--- /dev/null
+++ b/dev-python/denonavr/denonavr-1.1.1.ebuild
@@ -0,0 +1,38 @@
+# 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}]
+"
+BDEPEND="
+ test? (
+ dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+ dev-python/pytest-httpx[${PYTHON_USEDEP}]
+ dev-python/pytest-timeout[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest