Skip to content

Commit d2a22b8

Browse files
committed
dev-python/pychromecast: add 13.1.0
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 189cf50 commit d2a22b8

File tree

4 files changed

+34
-5
lines changed

4 files changed

+34
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -617,14 +617,14 @@ 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 1695 Ebuilds in total, 1684 of them have in total 1703 (42 different) licenses assigned.
620+
There are 1698 Ebuilds in total, 1687 of them have in total 1706 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|966|
624+
|MIT|967|
625625
|Apache-2.0|371|
626626
|GPL-3|113|
627-
|BSD|95|
627+
|BSD|97|
628628
|LGPL-3|24|
629629
|GPL-2|20|
630630
|all-rights-reserved|13|

dev-python/pychromecast/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST PyChromecast-13.0.8.tar.gz 52095 BLAKE2B 21878b28f168217c11178733e8868cb166baa7ff2615eeb3a18a477d04b53f80cc4a14687febf6022242a7a58ecb4f4b3cd9018d2c7e29352c6ff939114e1fe6 SHA512 565abbb46de4cdedbd3ddf24cafeaa6c000108f1ec6b9cee77cd9ac34efc910f7d1f524a05d5926a23793eeb296d012ef6aafe357158fea75f000702d5c1b974
2-
EBUILD pychromecast-13.0.8.ebuild 631 BLAKE2B 5dc8aa97f67d7724664caf4c7dfde86c203cfd019656dd479c48c9038f63859a26764ea094818628a5d8120165e61e0c7ac029b0b0385396687bc1fd9603885e SHA512 e9065d552aff9f71f7f50e099c887e4cc3da4d1ad00c9235fe0cc1a13c242475968e8695f4cbf1ab35f70223990d60860adb2b97095a9ea134171c92f0ec488d
2+
DIST PyChromecast-13.1.0.tar.gz 53436 BLAKE2B f8d92f0db9da2898e87340de47bf85cfd71ba4a18ca30af95c261e42c0aff95fcf633637b489a15073c5ed946c4f61370473f07ac83bf37078f37bb90377702a SHA512 a4823b79bf9c54d4734e23cd0c064f9ab51be715297fe02632627812778b2d36600382e18f11e6f368046fb70dc6176a9293888bcbc233cd773443edf4c303c4
3+
EBUILD pychromecast-13.0.8.ebuild 631 BLAKE2B 5ed2859f1e4844728e10bdafe49a61e3881452474c13652c045db8c54a0585e0c2f59a6d71396c3b70a3b3888b15f8f92d583e648b42560f60bf7c94622db890 SHA512 d0eea835760bc350fb7ae55ea01cfd40a473d2e35a54ab2623da9b40015a2351af71db10e25b0bc19927933568ae82fc0d306e9d6a99f4f8a81f495818c87344
4+
EBUILD pychromecast-13.1.0.ebuild 632 BLAKE2B 6f8aa1632f65cc7ba8d4c64b71c86ea99921e2e00117054315b05013454a92b067ed05dc424926088dff127f111327eaf8b18781073623a147756c72284915fa SHA512 17bcfc90eaa0792b0aed21d804b560693f03cde947af944bee42c8eae9bff989c20103d90c6f70bd1dcd6378590efd2a0efdcbe938c878b585c0eeec830a4945
35
MISC metadata.xml 528 BLAKE2B 5dafc67b7558de5f6aefff40101dd255a3932d7ec749d8b61ce57c8ce634ac10270abba4d348bb105825e9bdb94b71a2734a215611529d2cd3bbcd4c33895fb7 SHA512 d9358eee788b75b13d5ac513af4f5342eb8dcd0efb49b1eb60fc48bae5bc4f54f1ad38f67c5a228f733a8db292bfe2fda045467d395815fc75bde051c157dfc7

dev-python/pychromecast/pychromecast-13.0.8.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
DISTUTILS_USE_PEP517=setuptools
7+
PYPI_NO_NORMALIZE=1
8+
PYPI_PN=PyChromecast
9+
PYTHON_COMPAT=( python3_{10..12} )
10+
11+
inherit distutils-r1 pypi
12+
13+
DESCRIPTION="Python module to talk to Google Chromecast"
14+
HOMEPAGE="
15+
https://github.com/home-assistant-libs/pychromecast/
16+
https://pypi.org/project/PyChromecast/
17+
"
18+
19+
LICENSE="MIT"
20+
SLOT="0"
21+
KEYWORDS="amd64 arm arm64 x86"
22+
23+
RDEPEND="
24+
>=dev-python/casttube-0.2.1[${PYTHON_USEDEP}]
25+
>=dev-python/protobuf-python-4.25.2[${PYTHON_USEDEP}]
26+
>=dev-python/zeroconf-0.131.0[${PYTHON_USEDEP}]
27+
"

0 commit comments

Comments
 (0)