Skip to content

Commit 2c0d30a

Browse files
committed
dev-python/pychromecast: new package, add 13.0.8
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/2392 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent b684513 commit 2c0d30a

File tree

4 files changed

+48
-2
lines changed

4 files changed

+48
-2
lines changed

README.md

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

613613
## Licenses
614614
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.
615-
There are 1639 Ebuilds in total, 1628 of them have in total 1648 (43 different) licenses assigned.
615+
There are 1640 Ebuilds in total, 1629 of them have in total 1649 (43 different) licenses assigned.
616616

617617
|License| Ebuilds using it|
618618
|-------|-----|
619-
|MIT|954|
619+
|MIT|955|
620620
|Apache-2.0|337|
621621
|GPL-3|95|
622622
|BSD|95|

dev-python/pychromecast/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST PyChromecast-13.0.8.tar.gz 52095 BLAKE2B 21878b28f168217c11178733e8868cb166baa7ff2615eeb3a18a477d04b53f80cc4a14687febf6022242a7a58ecb4f4b3cd9018d2c7e29352c6ff939114e1fe6 SHA512 565abbb46de4cdedbd3ddf24cafeaa6c000108f1ec6b9cee77cd9ac34efc910f7d1f524a05d5926a23793eeb296d012ef6aafe357158fea75f000702d5c1b974
2+
EBUILD pychromecast-13.0.8.ebuild 631 BLAKE2B 5dc8aa97f67d7724664caf4c7dfde86c203cfd019656dd479c48c9038f63859a26764ea094818628a5d8120165e61e0c7ac029b0b0385396687bc1fd9603885e SHA512 e9065d552aff9f71f7f50e099c887e4cc3da4d1ad00c9235fe0cc1a13c242475968e8695f4cbf1ab35f70223990d60860adb2b97095a9ea134171c92f0ec488d
3+
MISC metadata.xml 528 BLAKE2B 5dafc67b7558de5f6aefff40101dd255a3932d7ec749d8b61ce57c8ce634ac10270abba4d348bb105825e9bdb94b71a2734a215611529d2cd3bbcd4c33895fb7 SHA512 d9358eee788b75b13d5ac513af4f5342eb8dcd0efb49b1eb60fc48bae5bc4f54f1ad38f67c5a228f733a8db292bfe2fda045467d395815fc75bde051c157dfc7

dev-python/pychromecast/metadata.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="project">
5+
<email>[email protected]</email>
6+
<name>Andreas Billmeier</name>
7+
</maintainer>
8+
<upstream>
9+
<remote-id type="pypi">PyChromecast</remote-id>
10+
<remote-id type="github">balloob/pychromecast</remote-id>
11+
<maintainer status="unknown">
12+
<email>[email protected]</email>
13+
<name>Paulus Schoutsen</name>
14+
</maintainer>
15+
</upstream>
16+
</pkgmetadata>
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Copyright 1999-2023 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.0[${PYTHON_USEDEP}]
25+
>=dev-python/protobuf-python-3.19.1[${PYTHON_USEDEP}]
26+
>=dev-python/zeroconf-0.25.1[${PYTHON_USEDEP}]
27+
"

0 commit comments

Comments
 (0)