Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/onkyo-eiscp/
Date: Sat, 30 Jun 2018 17:34:52
Message-Id: 1530380070.7d5a4c1be7370fdac83ac71452de888d7fc0eae2.radhermit@gentoo
1 commit: 7d5a4c1be7370fdac83ac71452de888d7fc0eae2
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 30 17:16:30 2018 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 30 17:34:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d5a4c1b
7
8 dev-python/onkyo-eiscp: version bump to 1.2.5
9
10 dev-python/onkyo-eiscp/Manifest | 1 +
11 dev-python/onkyo-eiscp/onkyo-eiscp-1.2.5.ebuild | 24 ++++++++++++++++++++++++
12 2 files changed, 25 insertions(+)
13
14 diff --git a/dev-python/onkyo-eiscp/Manifest b/dev-python/onkyo-eiscp/Manifest
15 index 94bc031c814..a230c90c9d9 100644
16 --- a/dev-python/onkyo-eiscp/Manifest
17 +++ b/dev-python/onkyo-eiscp/Manifest
18 @@ -1 +1,2 @@
19 DIST onkyo-eiscp-1.2.4.tar.gz 41394 BLAKE2B 09bd0d91290fae8452b5ad8db36f85aaedc2286335b766a24dc1da6287f0f28eceb112e09709fc0a2b8d3d0e8c1d6e3f46633e263c7037d853786b1cec1990aa SHA512 77aba800bb7472ccf4a32f116d13d04ab5339f77bee9a86c16522e77a11d991d7fc10d0fdb16f75afcdd5b84b4d063de7962e72cf4583dfbdbde69cd15b65a73
20 +DIST onkyo-eiscp-1.2.5.tar.gz 44551 BLAKE2B b7f039ba85fc3dbbac22f353bef27bdbba6ccb621a45d89cf23ac4ff1586a9eac72bc3808ec4787737e668e9c425b685a724b801e1898a9a0f35668d27112673 SHA512 1a0be02cf8a1c2843e34a918339600769a1477f44c0874d667b12dc93ec2d171073c4a82e068d84cf4fea8351be877f00ec839af608f007ab796f0041a305e3b
21
22 diff --git a/dev-python/onkyo-eiscp/onkyo-eiscp-1.2.5.ebuild b/dev-python/onkyo-eiscp/onkyo-eiscp-1.2.5.ebuild
23 new file mode 100644
24 index 00000000000..3e514b6d1d9
25 --- /dev/null
26 +++ b/dev-python/onkyo-eiscp/onkyo-eiscp-1.2.5.ebuild
27 @@ -0,0 +1,24 @@
28 +# Copyright 1999-2018 Gentoo Foundation
29 +# Distributed under the terms of the GNU General Public License v2
30 +
31 +EAPI=6
32 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
33 +
34 +inherit distutils-r1
35 +
36 +DESCRIPTION="Control Onkyo A/V receivers over the network"
37 +HOMEPAGE="https://github.com/miracle2k/onkyo-eiscp https://pypi.org/project/onkyo-eiscp/"
38 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
39 +
40 +LICENSE="MIT"
41 +SLOT="0"
42 +KEYWORDS="~amd64 ~x86"
43 +IUSE=""
44 +
45 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
46 +RDEPEND="${DEPEND}
47 + >=dev-python/docopt-0.4.1[${PYTHON_USEDEP}]
48 + dev-python/netifaces[${PYTHON_USEDEP}]
49 +"
50 +
51 +PATCHES=( "${FILESDIR}"/${PN}-1.2.4-exclude-tests.patch )