From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79C00138359 for ; Thu, 19 Nov 2020 09:02:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A13A3E0821; Thu, 19 Nov 2020 09:02:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 71C06E0821 for ; Thu, 19 Nov 2020 09:02:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86195341038 for ; Thu, 19 Nov 2020 09:02:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 070783C3 for ; Thu, 19 Nov 2020 09:02:28 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1605776544.d8e871fefb7ab63f9ce0f2b14d10ab0400cb63e1.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/denonavr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/denonavr/Manifest dev-python/denonavr/denonavr-0.9.6.ebuild X-VCS-Directories: dev-python/denonavr/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: d8e871fefb7ab63f9ce0f2b14d10ab0400cb63e1 X-VCS-Branch: master Date: Thu, 19 Nov 2020 09:02:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fdb12c4e-3da2-4c23-b0ed-76b287922b77 X-Archives-Hash: ae9d831b3a074be15f06ea21eaf7ecf9 commit: d8e871fefb7ab63f9ce0f2b14d10ab0400cb63e1 Author: Louis Sautier gentoo org> AuthorDate: Thu Nov 19 08:27:00 2020 +0000 Commit: Louis Sautier gentoo org> CommitDate: Thu Nov 19 09:02:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8e871fe dev-python/denonavr: bump to 0.9.6 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Louis Sautier gentoo.org> dev-python/denonavr/Manifest | 1 + dev-python/denonavr/denonavr-0.9.6.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-python/denonavr/Manifest b/dev-python/denonavr/Manifest index a74c4fd99f8..913f34df72d 100644 --- a/dev-python/denonavr/Manifest +++ b/dev-python/denonavr/Manifest @@ -1 +1,2 @@ DIST denonavr-0.9.5.tar.gz 94016 BLAKE2B b6a013e6831600316dd4e1e33caec7da18774e17a1e9423dd2ae989c4f787cac471e21e2de06db0e01427345234a87825e298dc27881f21fbf69a720bbb04df4 SHA512 798fe126ab3c57ef285f45978e3b06ff5fab99eb3fc47e277c2d2eeb1786ac30fc09de8d23f2b4f59a1240bc2df4fca8e6946baf5135e051f387d1195a070ac7 +DIST denonavr-0.9.6.tar.gz 101801 BLAKE2B bfdaee53f91624e953b3d509ab31b8012ce6afc1d55f683d52af9787b0954425866e96c43609e15294b6e4969ca358bee5524a53ceaf87c3e984694c0cb4a137 SHA512 9e862e63a816661643e3b01e0e0d8b4d700d3ce26716525e5dfe85a2387b732a8c71c11447500b1bcdd0b21cf1b689212a81a3d41aba242dc902fb47a5a98867 diff --git a/dev-python/denonavr/denonavr-0.9.6.ebuild b/dev-python/denonavr/denonavr-0.9.6.ebuild new file mode 100644 index 00000000000..a1811fa7960 --- /dev/null +++ b/dev-python/denonavr/denonavr-0.9.6.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( pypy3 python3_{6..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/netifaces[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/requests-mock[${PYTHON_USEDEP}] + dev-python/testtools[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest