mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-python/pychromecast: add 14.0.7
add py3.13 pypi : no more uppercase letters for SRC_URI/S Closes: https://bugs.gentoo.org/952368 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/41808 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
c01854638a
commit
f719170c35
@@ -1 +1,2 @@
|
||||
DIST PyChromecast-14.0.5.tar.gz 60934 BLAKE2B b42e5242d67a0f964e47b381a57c6ddb4714ee2714b92aeea763faf35bd919290beb84f198fbe3437396ec61458c657c9b1eaa3c644ae5eb4436f62ee49f439b SHA512 9627ad6f67b4625e44b56f72e05e0a673396b8c89a542de896beb14f186c86974397878eab8ff42652b987a0524541575797ebea18098a8cdaadf78f9bdfa6d7
|
||||
DIST pychromecast-14.0.7.tar.gz 61421 BLAKE2B 5fcf65d1033a2f7726fa094e0d25a0f568e69ee5c1db2fcbaff3e6b20b461a8979eea71b7066a7e1ed64e4d661484117d2b244737dceb214ec8219c1aff0034e SHA512 1f0ff0ed73e29535987210f199af25edd5678ea42bf9a2c849df703f864b866f505e6cb486dc7f18ed2c1225ea396c2dacd605bfc4a1e1b4b2248f34fab3eb97
|
||||
|
||||
25
dev-python/pychromecast/pychromecast-14.0.7.ebuild
Normal file
25
dev-python/pychromecast/pychromecast-14.0.7.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 2020-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
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-4.25.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/zeroconf-0.25.1[${PYTHON_USEDEP}]
|
||||
"
|
||||
Reference in New Issue
Block a user