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 611BE138330 for ; Sun, 27 May 2018 16:23:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45D2DE08EE; Sun, 27 May 2018 16:23:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 03DC5E08DB for ; Sun, 27 May 2018 16:23:11 +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 79409335CC9 for ; Sun, 27 May 2018 16:23:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D19512AD for ; Sun, 27 May 2018 16:23:08 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527438181.3c99236a0a76ced5a8822f4f3b32bfa2f53746f6.bman@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.7.2.ebuild X-VCS-Directories: dev-python/denonavr/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 3c99236a0a76ced5a8822f4f3b32bfa2f53746f6 X-VCS-Branch: master Date: Sun, 27 May 2018 16:23:08 +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-Archives-Salt: 6549a446-32d0-47fe-a7b5-717ecf385b7d X-Archives-Hash: 1b45ed1ee177723fb3a20461de707083 commit: 3c99236a0a76ced5a8822f4f3b32bfa2f53746f6 Author: Louis Sautier gmail com> AuthorDate: Sun May 27 14:03:18 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 27 16:23:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c99236a dev-python/denonavr: bump to 0.7.2, EAPI=7 Package-Manager: Portage-2.3.38, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/8623 dev-python/denonavr/Manifest | 1 + dev-python/denonavr/denonavr-0.7.2.ebuild | 33 +++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/dev-python/denonavr/Manifest b/dev-python/denonavr/Manifest index 8dbdebb49aa..1d149e33c07 100644 --- a/dev-python/denonavr/Manifest +++ b/dev-python/denonavr/Manifest @@ -1,2 +1,3 @@ DIST denonavr-0.5.5.tar.gz 58367 BLAKE2B 15c7c770f80e01a1ad7c051cbdf22eafb12b32c95204bd9d5e402bfd46451893f76febbed5ee6d9bfc0d3cb1b63c4e9a0633046a137e73adee4d972e45c0d68b SHA512 2fd4434ed73be379f54312418aca715c50345361d5e36e11c95fd25513e40cd8a2b3ee59d8cccb2977a14edade456a4e1a03b94403a5cfa61d4de319c012ec61 DIST denonavr-0.6.1.tar.gz 59624 BLAKE2B 01d1b63e3d59847608bf7dbe68d60007f1d698711acab92768260f93b3d7ea9992568a08a5d01b0eff749002293ea6ba700ddf4341727207df6373a23605802f SHA512 c5ed772b5846210cd71f82597a3b1739f0949807c7deb09f3404adfccf1b5ced1330bb6c0327a9a6e7863822692cdc8215111814170990c85df939794814a9f1 +DIST denonavr-0.7.2.tar.gz 61673 BLAKE2B 98de89e385f51d6a13e1b365074a8bed7303fb4e666c608f547f9f515924539d6f54349483f4a78ed8968295cb1c3196e8713c05f1e10aca7ad290f6114bb29c SHA512 941f8133e19c41df9525f4a9c705ce4dc7a35eef493fa465df52a50fb752f6d23818c7046b7e8281af58b285f65b983bead1c77f49c61fd47743984a4a3f6a4a diff --git a/dev-python/denonavr/denonavr-0.7.2.ebuild b/dev-python/denonavr/denonavr-0.7.2.ebuild new file mode 100644 index 00000000000..72d511138a4 --- /dev/null +++ b/dev-python/denonavr/denonavr-0.7.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) +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" +IUSE="test" + +RDEPEND="dev-python/requests[${PYTHON_USEDEP}]" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/requests-mock[${PYTHON_USEDEP}] + dev-python/testtools[${PYTHON_USEDEP}] + ${RDEPEND} + ) +" + +python_test() { + py.test || die "tests failed with ${EPYTHON}" +}