Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pychromecast/
Date: Tue, 19 Oct 2021 20:22:50
Message-Id: 1634674961.b4e4bbb89cdc7b81d38b84c6b925f2134748314c.prometheanfire@gentoo
1 commit: b4e4bbb89cdc7b81d38b84c6b925f2134748314c
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 19 20:22:30 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 19 20:22:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4e4bbb8
7
8 dev-python/pychromecast: 9.3.1 bump
9
10 Closes: https://bugs.gentoo.org/818844
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 dev-python/pychromecast/Manifest | 1 +
15 dev-python/pychromecast/pychromecast-9.3.1.ebuild | 21 +++++++++++++++++++++
16 2 files changed, 22 insertions(+)
17
18 diff --git a/dev-python/pychromecast/Manifest b/dev-python/pychromecast/Manifest
19 index b27eb658a11..bbc528da24c 100644
20 --- a/dev-python/pychromecast/Manifest
21 +++ b/dev-python/pychromecast/Manifest
22 @@ -1 +1,2 @@
23 DIST PyChromecast-8.1.0.tar.gz 50867 BLAKE2B c5d3e07f1644d0a83ba25826e27ee62f36b80f594f6851714c2d17ab6e8bb9e982bfa72731715bba15b6b587967461bb5def3cc49569d43b5186ceebc4a360c0 SHA512 882ab5987a7ddbf61a177ff867986461bc21bb5560a7de1bafb3a873173981139897ca36336e5b21b0e013f0100d437d1077038f35676998d3eccf353d684f9b
24 +DIST PyChromecast-9.3.1.tar.gz 53253 BLAKE2B f246a38c79ececa17721ba2d8397da691310462ce9b19aab2ad525d82ff8c4db213fbc8fa3e9205bac3ffbde72f7bd75eab26c6b5430921bd2fb561a49808110 SHA512 ee4ad719a1142e1a4c67b99b6ceadfd076cb8b818474c5a5b9bc9dd2d03f13feddcece4983459013192f85bdc73339749d0b2f2c1881ac879d211dbe2e578605
25
26 diff --git a/dev-python/pychromecast/pychromecast-9.3.1.ebuild b/dev-python/pychromecast/pychromecast-9.3.1.ebuild
27 new file mode 100644
28 index 00000000000..da95c8815f5
29 --- /dev/null
30 +++ b/dev-python/pychromecast/pychromecast-9.3.1.ebuild
31 @@ -0,0 +1,21 @@
32 +# Copyright 2020-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +PYTHON_COMPAT=( python3_{7..9} )
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Python module to talk to Google Chromecast"
41 +HOMEPAGE="https://github.com/home-assistant-libs/pychromecast"
42 +S="${WORKDIR}/PyChromecast-${PV}"
43 +SRC_URI="mirror://pypi/P/PyChromecast/PyChromecast-${PV}.tar.gz"
44 +
45 +LICENSE="MIT"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~x86"
48 +
49 +RDEPEND="
50 + >=dev-python/casttube-0.2.0[${PYTHON_USEDEP}]
51 + >=dev-python/protobuf-python-3.0.0[${PYTHON_USEDEP}]
52 + >=dev-python/zeroconf-0.25.1[${PYTHON_USEDEP}]"