From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/denonavr/
Date: Wed, 3 Apr 2024 08:46:26 +0000 (UTC) [thread overview]
Message-ID: <1712133974.9aa4ab27b489e19b1eadfd36f5ff538e3c9192a8.mgorny@gentoo> (raw)
commit: 9aa4ab27b489e19b1eadfd36f5ff538e3c9192a8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 3 08:44:37 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 3 08:46:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aa4ab27
dev-python/denonavr: Bump to 0.11.6
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/denonavr/Manifest | 1 +
dev-python/denonavr/denonavr-0.11.6.ebuild | 41 ++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/dev-python/denonavr/Manifest b/dev-python/denonavr/Manifest
index dbb018a9a481..e4b6d54609d2 100644
--- a/dev-python/denonavr/Manifest
+++ b/dev-python/denonavr/Manifest
@@ -1 +1,2 @@
DIST denonavr-0.11.4.tar.gz 179759 BLAKE2B c75b5679c614f3776afd8a24befb49ca5c2528cb6cd6a573ea221cc66e7b9ec9819770b646c52c0aed126b35733aab09a9eb7c5f673a8e3208507d0afda36117 SHA512 7bdae172034122cc55571dd83888091987c973e29fd0f881428d09c093510c99f4c6eceaab0868d024a2e6acca36eaa941d62332849e7dc2547a88111d8dc55a
+DIST denonavr-0.11.6.tar.gz 181608 BLAKE2B 6078aa16ce879417d21d1f9260bc18e86de9c33054b46592a6af821a349973e6fe69c64a23a23b2b2278edf12180fe37cb218b83c0c0abc536928124fa5dad9a SHA512 538127e30fe71f14643acada521bbd9090999464a4ead1b95805d759d23efd55a87a8a2daf26cd8eebf6c0396850430cac2ef7328ee79921df0862c2713e5208
diff --git a/dev-python/denonavr/denonavr-0.11.6.ebuild b/dev-python/denonavr/denonavr-0.11.6.ebuild
new file mode 100644
index 000000000000..ed574fb2699c
--- /dev/null
+++ b/dev-python/denonavr/denonavr-0.11.6.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+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"
+
+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}]
+ $(python_gen_cond_dep '
+ >=dev-python/async-timeout-4.0.2[${PYTHON_USEDEP}]
+ ' 3.{8..10})
+"
+BDEPEND="
+ test? (
+ dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+ dev-python/pytest-httpx[${PYTHON_USEDEP}]
+ dev-python/pytest-timeout[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
next reply other threads:[~2024-04-03 8:46 UTC|newest]
Thread overview: 81+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-03 8:46 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-25 4:39 [gentoo-commits] repo/gentoo:master commit in: dev-python/denonavr/ Michał Górny
2024-06-20 17:14 Michał Górny
2024-06-17 12:32 Michał Górny
2024-04-03 15:33 Arthur Zamarin
2023-09-30 22:30 Louis Sautier
2023-07-24 11:30 Michał Górny
2023-07-09 18:38 Louis Sautier
2023-03-16 3:33 Michał Górny
2023-02-13 6:05 Michał Górny
2023-01-23 7:34 Michał Górny
2022-11-14 4:36 Michał Górny
2022-10-24 5:14 Michał Górny
2022-05-16 13:17 Michał Górny
2022-05-16 13:17 Michał Górny
2022-04-23 7:12 Arthur Zamarin
2022-01-24 10:01 Michał Górny
2021-10-17 7:41 Michał Górny
2021-09-05 20:05 Louis Sautier
2021-09-05 20:05 Louis Sautier
2021-08-05 18:53 Louis Sautier
2021-05-11 19:23 Michał Górny
2021-05-09 8:23 Michał Górny
2021-05-09 8:23 Michał Górny
2021-05-03 9:16 Michał Górny
2021-04-01 7:43 Michał Górny
2021-03-29 7:28 Michał Górny
2021-03-26 9:41 Michał Górny
2021-02-24 0:06 Louis Sautier
2021-02-24 0:06 Louis Sautier
2021-01-04 11:06 Michał Górny
2020-12-21 9:29 Michał Górny
2020-12-14 9:01 Louis Sautier
2020-12-14 8:21 Michał Górny
2020-12-14 8:21 Michał Górny
2020-11-23 20:04 Louis Sautier
2020-11-23 20:04 Louis Sautier
2020-11-19 9:02 Louis Sautier
2020-10-03 0:22 Louis Sautier
2020-09-04 22:14 Louis Sautier
2020-07-09 10:10 Louis Sautier
2020-07-09 10:10 Louis Sautier
2020-06-08 23:44 Louis Sautier
2020-06-08 23:44 Louis Sautier
2020-05-26 20:01 Louis Sautier
2020-05-26 20:01 Louis Sautier
2020-05-24 22:58 Louis Sautier
2020-03-26 20:35 Michał Górny
2020-03-23 21:50 Louis Sautier
2020-03-23 21:50 Louis Sautier
2020-03-11 17:15 Louis Sautier
2020-03-11 17:15 Louis Sautier
2020-02-29 0:46 Louis Sautier
2020-02-29 0:46 Louis Sautier
2019-09-03 0:32 Louis Sautier
2019-09-03 0:32 Louis Sautier
2019-06-07 12:53 Louis Sautier
2019-06-07 12:53 Louis Sautier
2019-02-11 10:16 Louis Sautier
2019-02-11 10:16 Louis Sautier
2018-12-10 13:29 Louis Sautier
2018-12-10 13:29 Louis Sautier
2018-10-17 22:38 Louis Sautier
2018-10-17 22:38 Louis Sautier
2018-08-11 23:47 Louis Sautier
2018-08-11 23:47 Louis Sautier
2018-07-24 23:02 Louis Sautier
2018-07-12 22:19 Louis Sautier
2018-07-12 22:19 Louis Sautier
2018-06-24 0:54 Louis Sautier
2018-06-24 0:54 Louis Sautier
2018-05-27 16:23 Aaron Bauman
2018-05-27 16:23 Aaron Bauman
2018-02-27 22:49 Patrice Clement
2018-02-27 22:49 Patrice Clement
2018-02-26 21:56 Patrice Clement
2018-02-26 21:56 Patrice Clement
2017-12-03 15:52 Patrice Clement
2017-12-03 15:52 Patrice Clement
2017-10-28 21:21 Andreas Sturmlechner
2017-09-22 13:14 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1712133974.9aa4ab27b489e19b1eadfd36f5ff538e3c9192a8.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox