From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/denonavr/
Date: Mon, 26 Feb 2018 21:56:35 +0000 (UTC) [thread overview]
Message-ID: <1519681768.fe401c397ab4e99ffc0ee64739a513424cf33a1c.monsieurp@gentoo> (raw)
commit: fe401c397ab4e99ffc0ee64739a513424cf33a1c
Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Mon Feb 26 08:59:48 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Feb 26 21:49:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe401c39
dev-python/denonavr: version bump to 0.6.0.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7283
dev-python/denonavr/Manifest | 1 +
dev-python/denonavr/denonavr-0.6.0.ebuild | 33 +++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-python/denonavr/Manifest b/dev-python/denonavr/Manifest
index d646b0d2a91..e534de6782d 100644
--- a/dev-python/denonavr/Manifest
+++ b/dev-python/denonavr/Manifest
@@ -1,2 +1,3 @@
DIST denonavr-0.5.4.tar.gz 58307 BLAKE2B 923eba058332c0d09112823bd64f62755c05ec735d0f068b7f829095dd0e1e9740c2ca7eb347939f35978529366b943c6940f6b366b919098966943773172e03 SHA512 10242193bd93fc4465d51f7fa856be558932eb3610ed0e239b0758d657ed176d08bd9c53424040e4e12b58f87cb65d44ccc804e90cdaf17d9d34b64876a67b91
DIST denonavr-0.5.5.tar.gz 58367 BLAKE2B 15c7c770f80e01a1ad7c051cbdf22eafb12b32c95204bd9d5e402bfd46451893f76febbed5ee6d9bfc0d3cb1b63c4e9a0633046a137e73adee4d972e45c0d68b SHA512 2fd4434ed73be379f54312418aca715c50345361d5e36e11c95fd25513e40cd8a2b3ee59d8cccb2977a14edade456a4e1a03b94403a5cfa61d4de319c012ec61
+DIST denonavr-0.6.0.tar.gz 59692 BLAKE2B dae804bd60beb5395b84ff3390e6971d2f31c88df7171c0031f47660173ad30cbd6c6fb2e587f726163395b837b2644e8a5f5f143bb731ccbf24fd31bfd87730 SHA512 8470381c5364b78e601ad48cc4db7c3a3d6f1b424696a7834a4ede517ec350e4e5375e4f138b48ce12b120316f94625fff698e931eba94bc755fce761c87eee3
diff --git a/dev-python/denonavr/denonavr-0.6.0.ebuild b/dev-python/denonavr/denonavr-0.6.0.ebuild
new file mode 100644
index 00000000000..3fdaf698fad
--- /dev/null
+++ b/dev-python/denonavr/denonavr-0.6.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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}"
+}
next reply other threads:[~2018-02-26 21:56 UTC|newest]
Thread overview: 82+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-26 21:56 Patrice Clement [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-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
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=1519681768.fe401c397ab4e99ffc0ee64739a513424cf33a1c.monsieurp@gentoo \
--to=monsieurp@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