Skip to content

Commit 0961dd7

Browse files
committed
dev-python/pychromecast: pychromecast-13.1.0 fix deps
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent c291786 commit 0961dd7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,12 +617,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
617617

618618
## Licenses
619619
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.
620-
There are 1801 Ebuilds in total, 1790 of them have in total 1809 (42 different) licenses assigned.
620+
There are 1804 Ebuilds in total, 1793 of them have in total 1812 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624624
|MIT|1025|
625-
|Apache-2.0|402|
625+
|Apache-2.0|405|
626626
|GPL-3|118|
627627
|BSD|102|
628628
|LGPL-3|24|

dev-python/pychromecast/Manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
DIST PyChromecast-13.0.8.tar.gz 52095 BLAKE2B 21878b28f168217c11178733e8868cb166baa7ff2615eeb3a18a477d04b53f80cc4a14687febf6022242a7a58ecb4f4b3cd9018d2c7e29352c6ff939114e1fe6 SHA512 565abbb46de4cdedbd3ddf24cafeaa6c000108f1ec6b9cee77cd9ac34efc910f7d1f524a05d5926a23793eeb296d012ef6aafe357158fea75f000702d5c1b974
22
DIST PyChromecast-13.1.0.tar.gz 53436 BLAKE2B f8d92f0db9da2898e87340de47bf85cfd71ba4a18ca30af95c261e42c0aff95fcf633637b489a15073c5ed946c4f61370473f07ac83bf37078f37bb90377702a SHA512 a4823b79bf9c54d4734e23cd0c064f9ab51be715297fe02632627812778b2d36600382e18f11e6f368046fb70dc6176a9293888bcbc233cd773443edf4c303c4
33
EBUILD pychromecast-13.0.8.ebuild 631 BLAKE2B 5ed2859f1e4844728e10bdafe49a61e3881452474c13652c045db8c54a0585e0c2f59a6d71396c3b70a3b3888b15f8f92d583e648b42560f60bf7c94622db890 SHA512 d0eea835760bc350fb7ae55ea01cfd40a473d2e35a54ab2623da9b40015a2351af71db10e25b0bc19927933568ae82fc0d306e9d6a99f4f8a81f495818c87344
4-
EBUILD pychromecast-13.1.0.ebuild 632 BLAKE2B 6f8aa1632f65cc7ba8d4c64b71c86ea99921e2e00117054315b05013454a92b067ed05dc424926088dff127f111327eaf8b18781073623a147756c72284915fa SHA512 17bcfc90eaa0792b0aed21d804b560693f03cde947af944bee42c8eae9bff989c20103d90c6f70bd1dcd6378590efd2a0efdcbe938c878b585c0eeec830a4945
4+
EBUILD pychromecast-13.1.0-r1.ebuild 632 BLAKE2B 30b3a42f0f2e28df58337676ff1960f15d35091fdfd7e8602ec55ab2f0d51c60db37c86ff180e392cbb9998d72690e102ff29fd4ecc3db52263a4f1150903214 SHA512 6cfd3d53fe2661f3ebdaa4882bfcdaa17c84e233276a95f8a0ae0c90f56b76783ca94205172a0da27ee5e160fb384d22769a859efb342a391fd7a0c458f8666d
55
MISC metadata.xml 528 BLAKE2B 5dafc67b7558de5f6aefff40101dd255a3932d7ec749d8b61ce57c8ce634ac10270abba4d348bb105825e9bdb94b71a2734a215611529d2cd3bbcd4c33895fb7 SHA512 d9358eee788b75b13d5ac513af4f5342eb8dcd0efb49b1eb60fc48bae5bc4f54f1ad38f67c5a228f733a8db292bfe2fda045467d395815fc75bde051c157dfc7

dev-python/pychromecast/pychromecast-13.1.0.ebuild renamed to dev-python/pychromecast/pychromecast-13.1.0-r1.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ SLOT="0"
2121
KEYWORDS="amd64 arm arm64 x86"
2222

2323
RDEPEND="
24-
>=dev-python/casttube-0.2.1[${PYTHON_USEDEP}]
25-
>=dev-python/protobuf-python-4.25.2[${PYTHON_USEDEP}]
24+
>=dev-python/casttube-0.2.0[${PYTHON_USEDEP}]
25+
>=dev-python/protobuf-python-4.25.1[${PYTHON_USEDEP}]
2626
>=dev-python/zeroconf-0.131.0[${PYTHON_USEDEP}]
2727
"

0 commit comments

Comments
 (0)