commit:     c3f6c5d8417cbaf0dc90a142e5a26d0e922b1638
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  2 04:30:28 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug  2 05:20:38 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3f6c5d8

dev-python/denonavr: Bump to 1.1.2

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

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

diff --git a/dev-python/denonavr/Manifest b/dev-python/denonavr/Manifest
index e2ed0ac19742..a830504f5839 100644
--- a/dev-python/denonavr/Manifest
+++ b/dev-python/denonavr/Manifest
@@ -1 +1,2 @@
 DIST denonavr-1.1.1.tar.gz 209829 BLAKE2B 
b28a6b19a05ff60fc23297c9d77a42990d78bd6a83c74731239a233d68cc50ea58840059c48c222cec5e94f314c3bffe016edb9ccede729187f9276d42019eed
 SHA512 
1f10b2dbb01809d50082df89803328a0d2e0cf95cf651bff2a4bb4cbbe934051b2bd9949f3bc99b276debe39dfeb94e09b8598488a5c9eb39b88b0f73fad1f6c
+DIST denonavr-1.1.2.tar.gz 210061 BLAKE2B 
c26f8f975357bff6244351d58cc8e81233b9db4406ea52e97f69772cd563780a8d40d691b2ac06bbeaa0f348947320a0479c2b410200908e5c7c195de1886b5d
 SHA512 
53be0a5fdf1973169f821b976b1be6e9646c50685a456dd3daab88bd74890c389aaa8b2baa48ac3c96ec376923cd0aff1a7dd8587fa0ba695765b8e7e655682c

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

Reply via email to