commit:     d8a2573f9d52ac2cb0c17118599c0824cd1e2f07
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  6 04:03:18 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb  6 04:23:14 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a2573f

dev-python/denonavr: Bump to 1.3.2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/denonavr/Manifest              |  1 +
 dev-python/denonavr/denonavr-1.3.2.ebuild | 32 +++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/denonavr/Manifest b/dev-python/denonavr/Manifest
index 523fb0e37362..2ac98fb64b6b 100644
--- a/dev-python/denonavr/Manifest
+++ b/dev-python/denonavr/Manifest
@@ -1 +1,2 @@
 DIST denonavr-1.3.1.tar.gz 220721 BLAKE2B 
f7f5f74c004a8f57e6d9f715edb39278974dd74d866f2fc56785e3754d654eeef80cdbcba1bacb543fda492804494094ae4f6c607b818e5f92757fac5c37e594
 SHA512 
3e6a5296486ce5da6363415af7d81732ae36668c7b378d50daad7c70516475d4f2452ec0615dde6c7bd95384ba843e77c695455d47b437c93796c21afe6c4d52
+DIST denonavr-1.3.2.tar.gz 220846 BLAKE2B 
e7b99f465d6302bc5898097e1db1b32b3264bf2b35b88ed7fb976f41a6b1a58d7429ab515c6f5b952c19e556cee97f50fae499e680edeed37d6b87d1a1fb77cd
 SHA512 
8dc742476d62e9fc50e1d6b92347a0fccdd13d16aa590880ec83644305a08d3447ebc935b67ba90f3996121e8c381eb9eb4334f1e19746fe62f1bddf4a31cb29

diff --git a/dev-python/denonavr/denonavr-1.3.2.ebuild 
b/dev-python/denonavr/denonavr-1.3.2.ebuild
new file mode 100644
index 000000000000..f64264dfdd56
--- /dev/null
+++ b/dev-python/denonavr/denonavr-1.3.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2026 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

Reply via email to