dev-python/pychromecast: pychromecast-13.1.0 fix deps

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-18 12:18:54 +01:00
parent c29178647c
commit 0961dd7604
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 5 additions and 5 deletions

View File

@ -617,12 +617,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1801 Ebuilds in total, 1790 of them have in total 1809 (42 different) licenses assigned.
There are 1804 Ebuilds in total, 1793 of them have in total 1812 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1025|
|Apache-2.0|402|
|Apache-2.0|405|
|GPL-3|118|
|BSD|102|
|LGPL-3|24|

View File

@ -1,5 +1,5 @@
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.ebuild 632 BLAKE2B 6f8aa1632f65cc7ba8d4c64b71c86ea99921e2e00117054315b05013454a92b067ed05dc424926088dff127f111327eaf8b18781073623a147756c72284915fa SHA512 17bcfc90eaa0792b0aed21d804b560693f03cde947af944bee42c8eae9bff989c20103d90c6f70bd1dcd6378590efd2a0efdcbe938c878b585c0eeec830a4945
EBUILD pychromecast-13.1.0-r1.ebuild 632 BLAKE2B 30b3a42f0f2e28df58337676ff1960f15d35091fdfd7e8602ec55ab2f0d51c60db37c86ff180e392cbb9998d72690e102ff29fd4ecc3db52263a4f1150903214 SHA512 6cfd3d53fe2661f3ebdaa4882bfcdaa17c84e233276a95f8a0ae0c90f56b76783ca94205172a0da27ee5e160fb384d22769a859efb342a391fd7a0c458f8666d
MISC metadata.xml 528 BLAKE2B 5dafc67b7558de5f6aefff40101dd255a3932d7ec749d8b61ce57c8ce634ac10270abba4d348bb105825e9bdb94b71a2734a215611529d2cd3bbcd4c33895fb7 SHA512 d9358eee788b75b13d5ac513af4f5342eb8dcd0efb49b1eb60fc48bae5bc4f54f1ad38f67c5a228f733a8db292bfe2fda045467d395815fc75bde051c157dfc7

View File

@ -21,7 +21,7 @@ SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
RDEPEND="
>=dev-python/casttube-0.2.1[${PYTHON_USEDEP}]
>=dev-python/protobuf-python-4.25.2[${PYTHON_USEDEP}]
>=dev-python/casttube-0.2.0[${PYTHON_USEDEP}]
>=dev-python/protobuf-python-4.25.1[${PYTHON_USEDEP}]
>=dev-python/zeroconf-0.131.0[${PYTHON_USEDEP}]
"