summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2026-02-04 04:20:55 +0100
committerMichał Górny <mgorny@gentoo.org>2026-02-04 04:45:46 +0100
commitdcc369be8cd569aa240bfcdc12abdbd7e20b9314 (patch)
treed08b8e70218b69ccb6af3f94318a5582fd0a2b86 /dev-python
parent96a3e92fc3f570bc6f8fdcf0e6b07375f4eefc93 (diff)
downloadgentoo-dcc369be8cd569aa240bfcdc12abdbd7e20b9314.tar.gz
gentoo-dcc369be8cd569aa240bfcdc12abdbd7e20b9314.tar.bz2
gentoo-dcc369be8cd569aa240bfcdc12abdbd7e20b9314.zip
dev-python/denonavr: Bump to 1.3.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/denonavr/Manifest1
-rw-r--r--dev-python/denonavr/denonavr-1.3.1.ebuild32
2 files changed, 33 insertions, 0 deletions
diff --git a/dev-python/denonavr/Manifest b/dev-python/denonavr/Manifest
index 4634531568b8..a9d8bd2af53d 100644
--- a/dev-python/denonavr/Manifest
+++ b/dev-python/denonavr/Manifest
@@ -1 +1,2 @@
DIST denonavr-1.2.0.tar.gz 212343 BLAKE2B d878a45a9d38f27c8850fc9adea85860894e3d6c94ad571044b1ab89caf13ebde3ba75ee040c3b53ff88accb9b0688b171876ed613696e18d0a1aed2ec93cd59 SHA512 0cd0528d5a84dc238a497bdbbb662b89736aee9769a6d65261a0da87ce19d2e98b7d4bec8827cf200723dac20e5ca90689388a9fcfbee9cd562ab5232c60d6d0
+DIST denonavr-1.3.1.tar.gz 220721 BLAKE2B f7f5f74c004a8f57e6d9f715edb39278974dd74d866f2fc56785e3754d654eeef80cdbcba1bacb543fda492804494094ae4f6c607b818e5f92757fac5c37e594 SHA512 3e6a5296486ce5da6363415af7d81732ae36668c7b378d50daad7c70516475d4f2452ec0615dde6c7bd95384ba843e77c695455d47b437c93796c21afe6c4d52
diff --git a/dev-python/denonavr/denonavr-1.3.1.ebuild b/dev-python/denonavr/denonavr-1.3.1.ebuild
new file mode 100644
index 000000000000..f64264dfdd56
--- /dev/null
+++ b/dev-python/denonavr/denonavr-1.3.1.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