public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Louis Sautier" <sbraz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/denonavr/
Date: Wed, 24 Feb 2021 00:06:55 +0000 (UTC)	[thread overview]
Message-ID: <1614125190.adf0f0eebfa190109452ba85360625d439ce6a08.sbraz@gentoo> (raw)

commit:     adf0f0eebfa190109452ba85360625d439ce6a08
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 23 18:09:29 2021 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 00:06:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adf0f0ee

dev-python/denonavr: bump to 0.10.1

This bump introduces new dependencies forcing us to drop PyPy3.

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

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

diff --git a/dev-python/denonavr/Manifest b/dev-python/denonavr/Manifest
index f08e4cca8e5..c4a7b30e86f 100644
--- a/dev-python/denonavr/Manifest
+++ b/dev-python/denonavr/Manifest
@@ -1,3 +1,4 @@
+DIST denonavr-0.10.1.tar.gz 111775 BLAKE2B c96cd3f4597766fdd1d4d5182ad5eadcc3808f6aa7cd1f4029d29bfe204df561283ebb7cc7ecac836bb1d6614c43d8d56f12bd2b0a7dceb2d0c6fd92e8321d22 SHA512 a13d357f88b10fe9d75f81e3baf26232fe557c4c06d0205a12f40b858dd41a159d9a2b88ccd8b0138414f53195036ef4bb49aea2d9bcddfc03079faecea84fc4
 DIST denonavr-0.9.10.tar.gz 102045 BLAKE2B 2b0cde47d5ea50b218b04b696756d003494ff92f99ba88509312e1a2a8ce19f0bdc0c51671a7097fa1e7d7f63194d6435ddcfb31d902bf855368d69643c4c64a SHA512 8e0bb6a25eb38e798759dbee301371691c1b34e934054897d65d8829b7f7593044522fe4667c005abcf428ed1234016fb8bbf083e05c51502f722e4d8df3b155
 DIST denonavr-0.9.7.tar.gz 101839 BLAKE2B d44600e6963c2e17ffc12f203926b522d2bf2d9a853e4f061583158fb087b8fb5dbc43be835aa639ffe11391aa494a8b061b2c177bccfc2568781b304547e311 SHA512 2b8a8224ec46b90d2256d7d516801c6ae18b4434a0ee901b0a9aa80cc0481216fa33566bf33d41928f0112361b165bbe40e5f44b65cd17f09beb7cb3f4d9d803
 DIST denonavr-0.9.8.tar.gz 101850 BLAKE2B b02a18d1f61547e7e63fbd51a72de57803ec6e78232be0027fb6b77176fa872227afcb5a414b0cb92ca4373116a5c6ec4975fea73ae272742ec399e4c0e3ad81 SHA512 30ca12ffffcf66b45c17434c96e496fe61af5cd42aa85dcb25502f6a21593ec4d884937d52726a430b405d9807ad024456e48e144a759ea1351fccc906a95af3

diff --git a/dev-python/denonavr/denonavr-0.10.1.ebuild b/dev-python/denonavr/denonavr-0.10.1.ebuild
new file mode 100644
index 00000000000..31c4eb7e4c8
--- /dev/null
+++ b/dev-python/denonavr/denonavr-0.10.1.ebuild
@@ -0,0 +1,34 @@
+# 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/async-lru[${PYTHON_USEDEP}]
+	dev-python/attrs[${PYTHON_USEDEP}]
+	dev-python/defusedxml[${PYTHON_USEDEP}]
+	dev-python/httpx[${PYTHON_USEDEP}]
+	dev-python/netifaces[${PYTHON_USEDEP}]
+	dev-python/requests[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+		dev-python/pytest-httpx[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest


             reply	other threads:[~2021-02-24  0:06 UTC|newest]

Thread overview: 82+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-24  0:06 Louis Sautier [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-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-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=1614125190.adf0f0eebfa190109452ba85360625d439ce6a08.sbraz@gentoo \
    --to=sbraz@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