public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Sun,  9 May 2021 08:23:30 +0000 (UTC)	[thread overview]
Message-ID: <1620548603.1046be095e0655d18d6fb8c74f285c67f36fccd1.mgorny@gentoo> (raw)

commit:     1046be095e0655d18d6fb8c74f285c67f36fccd1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May  9 08:15:04 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May  9 08:23:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1046be09

dev-python/denonavr: Bump to 0.10.7

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

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

diff --git a/dev-python/denonavr/Manifest b/dev-python/denonavr/Manifest
index 64b0ca3173f..e3ef21ba5c1 100644
--- a/dev-python/denonavr/Manifest
+++ b/dev-python/denonavr/Manifest
@@ -3,5 +3,6 @@ DIST denonavr-0.10.3.tar.gz 120245 BLAKE2B 573e6b97a5b1af102e8e23e67d0edc339d271
 DIST denonavr-0.10.4.tar.gz 120868 BLAKE2B d4581a35351eb70ad06fafb522591224ca9993fa117ce46fc6bf1b0fb4361cd4a01bb0bedab812d23fe5b626513eee5b15816f25f6f3259dcf72e3076fed8366 SHA512 fb9247ed78a591eaee24a5e9bf9d2051a449d91003caefb0dba939c4f2286376671eb05a68460cbb80590b39c85fb923e014df899274f3fe97c2cdf71a4cea4d
 DIST denonavr-0.10.5.tar.gz 120862 BLAKE2B bea9620d5c4e6f8523f032c041bbfa67d6e756b27cc8f3add7dd24314bc333f2e515bb9d566630a2c72628f8bd40dae3739c205ba991487c5e99cab28070a1ca SHA512 3ffc005812801c08183b1049519f797346675ae1499368e8ee8eddb87e2a14fffa9152fe2909e7cdd6297e3af424fc37afebc860e1e0af36e99609f78cf0072b
 DIST denonavr-0.10.6.tar.gz 124692 BLAKE2B f0af92e0160d0533389e69dfad5740c432d52b3b6446288a572ef62aa9c8610397d3d8d5770ce6b46b4ad224b2782fc8a63a4f548a4237251d52695f5b4dde95 SHA512 336183e04e2f3f98faa1878a472ce69cc2fe7519398b34a61126cd6539ae6e40c60329d5b2f914e3dc85a9dbb11a1eb8fe9669f4e2910838d5ffcee0da7633c5
+DIST denonavr-0.10.7.tar.gz 148282 BLAKE2B a5168c1b00ce1e8223d619a8e2e7ae663fa913d673b6f62580daf57ff76d8da4306681d92df0e32e612376038255bc52e25a1f59dd5f6a429685c8bd9146d843 SHA512 6667edeb4272ce909f8bc2dfa51b31d78915ae6085064bbf0f53714f8b473e0fad24eb6484a10abb093ef27d59faeaebdffdb55eadb03f8b64e864642364a791
 DIST denonavr-0.9.10.tar.gz 102045 BLAKE2B 2b0cde47d5ea50b218b04b696756d003494ff92f99ba88509312e1a2a8ce19f0bdc0c51671a7097fa1e7d7f63194d6435ddcfb31d902bf855368d69643c4c64a SHA512 8e0bb6a25eb38e798759dbee301371691c1b34e934054897d65d8829b7f7593044522fe4667c005abcf428ed1234016fb8bbf083e05c51502f722e4d8df3b155
 DIST denonavr-0.9.9.tar.gz 101902 BLAKE2B de30ad9520781eaa66a651f8a77ed88c76daa191f0de716f2cc00e21a8c8ae8883c5aa0c32167754062517763f903949626e04342a2342894a632cb9b94d2e20 SHA512 45d3b4fc6f8487caed0911ff7dd90dd28482de688429b8d0fae68db9a5d78959005ab2aab1b34eab34e964f4e82bccb6d57aadea367f81fc4a7927e54d771728

diff --git a/dev-python/denonavr/denonavr-0.10.7.ebuild b/dev-python/denonavr/denonavr-0.10.7.ebuild
new file mode 100644
index 00000000000..744cc8df107
--- /dev/null
+++ b/dev-python/denonavr/denonavr-0.10.7.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Automation Library for Denon AVR receivers"
+HOMEPAGE="https://github.com/scarface-4711/denonavr"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/asyncstdlib[${PYTHON_USEDEP}]
+	dev-python/attrs[${PYTHON_USEDEP}]
+	dev-python/defusedxml[${PYTHON_USEDEP}]
+	dev-python/httpx[${PYTHON_USEDEP}]
+	dev-python/netifaces[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+		dev-python/pytest-httpx[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest


             reply	other threads:[~2021-05-09  8:23 UTC|newest]

Thread overview: 82+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-09  8:23 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-29  4:36 [gentoo-commits] repo/gentoo:master commit in: dev-python/denonavr/ Michał Górny
2024-09-25  4:39 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
2024-04-03  8:46 Michał Górny
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-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=1620548603.1046be095e0655d18d6fb8c74f285c67f36fccd1.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