dev-python/pychromecast: add 14.0.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-09 14:53:43 +01:00
parent 3e0bbdc99e
commit 0c0078637c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 35 additions and 6 deletions

View File

@ -621,8 +621,8 @@ There are 1842 Ebuilds in total, 1831 of them have in total 1850 (42 different)
|License| Ebuilds using it|
|-------|-----|
|MIT|1046|
|Apache-2.0|417|
|MIT|1047|
|Apache-2.0|416|
|GPL-3|120|
|BSD|103|
|LGPL-3|24|

View File

@ -1,5 +1,7 @@
DIST PyChromecast-13.0.8.tar.gz 52095 BLAKE2B 21878b28f168217c11178733e8868cb166baa7ff2615eeb3a18a477d04b53f80cc4a14687febf6022242a7a58ecb4f4b3cd9018d2c7e29352c6ff939114e1fe6 SHA512 565abbb46de4cdedbd3ddf24cafeaa6c000108f1ec6b9cee77cd9ac34efc910f7d1f524a05d5926a23793eeb296d012ef6aafe357158fea75f000702d5c1b974
DIST PyChromecast-13.1.0.tar.gz 53436 BLAKE2B f8d92f0db9da2898e87340de47bf85cfd71ba4a18ca30af95c261e42c0aff95fcf633637b489a15073c5ed946c4f61370473f07ac83bf37078f37bb90377702a SHA512 a4823b79bf9c54d4734e23cd0c064f9ab51be715297fe02632627812778b2d36600382e18f11e6f368046fb70dc6176a9293888bcbc233cd773443edf4c303c4
EBUILD pychromecast-13.0.8.ebuild 631 BLAKE2B 5ed2859f1e4844728e10bdafe49a61e3881452474c13652c045db8c54a0585e0c2f59a6d71396c3b70a3b3888b15f8f92d583e648b42560f60bf7c94622db890 SHA512 d0eea835760bc350fb7ae55ea01cfd40a473d2e35a54ab2623da9b40015a2351af71db10e25b0bc19927933568ae82fc0d306e9d6a99f4f8a81f495818c87344
EBUILD pychromecast-13.1.0-r1.ebuild 632 BLAKE2B 30b3a42f0f2e28df58337676ff1960f15d35091fdfd7e8602ec55ab2f0d51c60db37c86ff180e392cbb9998d72690e102ff29fd4ecc3db52263a4f1150903214 SHA512 6cfd3d53fe2661f3ebdaa4882bfcdaa17c84e233276a95f8a0ae0c90f56b76783ca94205172a0da27ee5e160fb384d22769a859efb342a391fd7a0c458f8666d
DIST PyChromecast-14.0.0.tar.gz 60140 BLAKE2B 574cfb5fbcf2ce72c1bb46291fb00681f29be7045e1d39de0686e06e88bc4aeea6577d5a39c784148aa956479c8b41e0dda8fd706245818ec90d11c742a3e567 SHA512 1b8ff01dd495c76096567b78215c2401c8d1b4a1562cedba400e5b7686d8300400414d1b5e145794667a7a6e7e86483be1ca88d8a502f30dc6b11d95f60aff10
EBUILD pychromecast-13.0.8.ebuild 631 BLAKE2B d002370c781dde37f5306e956506024df060e8a1386340253eea9a0f5db7478295ce374a5000edfb999e461dc05efcba7dedef79b6e7f9c2bc14d57d775873c9 SHA512 021552132425c465816f7d2ac72ece7e25e4eb6807160e07074f81c085c92a6846033d03da6d43edec47142f47574316cbb6a1ee85d5f511acf0efa567661c51
EBUILD pychromecast-13.1.0-r1.ebuild 632 BLAKE2B c36219345f9bf734a034327077239c7d414b56a6d41efa0c576b9675acc0321bea094a16d3910e0b5c946729d6d3622be35e6eafe8254775b19904141602e221 SHA512 9e83e84233fe580e5ab7d161224805b97784b6ca639634896d377e4104c52fd188979394bc0c23ffac7f9eb26028869e0614d6ef56df4c185fe35e470b46d243
EBUILD pychromecast-14.0.0.ebuild 631 BLAKE2B 052f5565b41c23feaa7cca7f2788e14aea5e9e3dbbb97d8363ab4b8c2dce7bcc15819f1798f295a6c0a8b8521f895bbed062f04b8a50ffb7e8da95b756f47f7b SHA512 177e9181cbab6d2f246178ac7c9e63be7509845748ca3b22ef02c239922c239ca79a6b5576088412e4c32515a2c39db5be10d64783122078f338f85c07dad1ba
MISC metadata.xml 528 BLAKE2B 5dafc67b7558de5f6aefff40101dd255a3932d7ec749d8b61ce57c8ce634ac10270abba4d348bb105825e9bdb94b71a2734a215611529d2cd3bbcd4c33895fb7 SHA512 d9358eee788b75b13d5ac513af4f5342eb8dcd0efb49b1eb60fc48bae5bc4f54f1ad38f67c5a228f733a8db292bfe2fda045467d395815fc75bde051c157dfc7

View File

@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN=PyChromecast
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1 pypi

View File

@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN=PyChromecast
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1 pypi

View File

@ -0,0 +1,27 @@
# Copyright 1999-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_{11..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 arm arm64 x86"
RDEPEND="
>=dev-python/casttube-0.2.0[${PYTHON_USEDEP}]
>=dev-python/protobuf-python-4.25.1[${PYTHON_USEDEP}]
>=dev-python/zeroconf-0.25.1[${PYTHON_USEDEP}]
"