commit:     a9979cf84802e7ed10eb376e2238b24fdb9dce16
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  9 01:27:48 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  9 01:27:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9979cf8

dev-python/pychromecast: add 12.1.4

Bug: https://bugs.gentoo.org/813990
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/pychromecast/Manifest                   |  1 +
 dev-python/pychromecast/pychromecast-12.1.4.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-python/pychromecast/Manifest b/dev-python/pychromecast/Manifest
index f82c0f2c7795..34a321c61bca 100644
--- a/dev-python/pychromecast/Manifest
+++ b/dev-python/pychromecast/Manifest
@@ -1 +1,2 @@
+DIST PyChromecast-12.1.4.tar.gz 51527 BLAKE2B 
5a30863553df0f7cfd59de0ae5fca55b84373bb7cc6d12ac761aa5e6d18b1548275a677466bc596c0b50d8b78b385ee5bb727d2eb4828a1b24e3c64a0dc4a035
 SHA512 
056c615f453ccd97425a68f488235a63e8047d1be40fc7800d154b19013e7a0f329488b25e76f0cc56adb3779fd14d4e793dc6488ccbd067b484f0e2be72e455
 DIST PyChromecast-9.3.1.tar.gz 53253 BLAKE2B 
f246a38c79ececa17721ba2d8397da691310462ce9b19aab2ad525d82ff8c4db213fbc8fa3e9205bac3ffbde72f7bd75eab26c6b5430921bd2fb561a49808110
 SHA512 
ee4ad719a1142e1a4c67b99b6ceadfd076cb8b818474c5a5b9bc9dd2d03f13feddcece4983459013192f85bdc73339749d0b2f2c1881ac879d211dbe2e578605

diff --git a/dev-python/pychromecast/pychromecast-12.1.4.ebuild 
b/dev-python/pychromecast/pychromecast-12.1.4.ebuild
new file mode 100644
index 000000000000..98762f508af9
--- /dev/null
+++ b/dev-python/pychromecast/pychromecast-12.1.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Python module to talk to Google Chromecast"
+HOMEPAGE="https://github.com/home-assistant-libs/pychromecast";
+S="${WORKDIR}/PyChromecast-${PV}"
+SRC_URI="mirror://pypi/P/PyChromecast/PyChromecast-${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+       >=dev-python/casttube-0.2.0[${PYTHON_USEDEP}]
+       >=dev-python/protobuf-python-3.0.0[${PYTHON_USEDEP}]
+       >=dev-python/zeroconf-0.25.1[${PYTHON_USEDEP}]"

Reply via email to