diff options
author | David Roman <davidroman96@gmail.com> | 2024-06-28 11:34:28 +0200 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-06-28 12:33:23 -0500 |
commit | 0aef8747aaa5d460fb8362defb3e90eb0aa5b407 (patch) | |
tree | cb0f0e5fc5a5cbff0fa1c8e1038d5b75bfd7fd9d /dev-python/pychromecast | |
parent | dev-python/makefun: Fix tests, enable py3.13 (diff) | |
download | gentoo-0aef8747aaa5d460fb8362defb3e90eb0aa5b407.tar.gz gentoo-0aef8747aaa5d460fb8362defb3e90eb0aa5b407.tar.bz2 gentoo-0aef8747aaa5d460fb8362defb3e90eb0aa5b407.zip |
dev-python/pychromecast: add 14.0.1
Closes: https://bugs.gentoo.org/923931
Signed-off-by: David Roman <davidroman96@gmail.com>
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/pychromecast')
-rw-r--r-- | dev-python/pychromecast/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pychromecast/pychromecast-14.0.1.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/pychromecast/Manifest b/dev-python/pychromecast/Manifest index aac24252b9ed..51e51d2a011e 100644 --- a/dev-python/pychromecast/Manifest +++ b/dev-python/pychromecast/Manifest @@ -1 +1,2 @@ DIST PyChromecast-13.0.7.tar.gz 52074 BLAKE2B 4e67ce21bf91c52cd83b8a17d86cd321d937c1f55b567d4df7a5548ad02aacb4c269b9d29030a7e41f9f310d53313b6b287032c1d5f1448b415c3896b168b783 SHA512 dc63c901287ae31ce278c9978701ad335715f1daaab1b2683aa7b02ddb38e3e207f2527ae144f6836b65c4ddb4b1fdd62c40005bf776e0655e647ab40634857e +DIST PyChromecast-14.0.1.tar.gz 60482 BLAKE2B a34dcba0b975bc8b3c0fb08f5a29a80c2324de3acbcc75dea74cecd5aa9be2fb17fb70f3c2f0131d355edfba5fd0f1d6bdf3d42eb8f368d0b2d3a9f2776f5698 SHA512 72119e27be49128d57a9354aaebd2a5711f3da0ad2e7ca07863107382061d9398c95c901ac33ea2a1c45687b2cbef32dfdba228be99e1acdef79ce133510fb4e diff --git a/dev-python/pychromecast/pychromecast-14.0.1.ebuild b/dev-python/pychromecast/pychromecast-14.0.1.ebuild new file mode 100644 index 000000000000..923d1d60979d --- /dev/null +++ b/dev-python/pychromecast/pychromecast-14.0.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 2020-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYPI_PN=PyChromecast +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Python module to talk to Google Chromecast" +HOMEPAGE=" + https://github.com/home-assistant-libs/pychromecast/ + https://pypi.org/project/PyChromecast/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-python/casttube-0.2.0[${PYTHON_USEDEP}] + >=dev-python/protobuf-python-3.19.1[${PYTHON_USEDEP}] + >=dev-python/zeroconf-0.25.1[${PYTHON_USEDEP}] +" |