dev-python/pychromecast: add 13.1.0
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
189cf501d3
commit
d2a22b8554
@ -617,14 +617,14 @@ 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 1695 Ebuilds in total, 1684 of them have in total 1703 (42 different) licenses assigned.
|
||||
There are 1698 Ebuilds in total, 1687 of them have in total 1706 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|966|
|
||||
|MIT|967|
|
||||
|Apache-2.0|371|
|
||||
|GPL-3|113|
|
||||
|BSD|95|
|
||||
|BSD|97|
|
||||
|LGPL-3|24|
|
||||
|GPL-2|20|
|
||||
|all-rights-reserved|13|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST PyChromecast-13.0.8.tar.gz 52095 BLAKE2B 21878b28f168217c11178733e8868cb166baa7ff2615eeb3a18a477d04b53f80cc4a14687febf6022242a7a58ecb4f4b3cd9018d2c7e29352c6ff939114e1fe6 SHA512 565abbb46de4cdedbd3ddf24cafeaa6c000108f1ec6b9cee77cd9ac34efc910f7d1f524a05d5926a23793eeb296d012ef6aafe357158fea75f000702d5c1b974
|
||||
EBUILD pychromecast-13.0.8.ebuild 631 BLAKE2B 5dc8aa97f67d7724664caf4c7dfde86c203cfd019656dd479c48c9038f63859a26764ea094818628a5d8120165e61e0c7ac029b0b0385396687bc1fd9603885e SHA512 e9065d552aff9f71f7f50e099c887e4cc3da4d1ad00c9235fe0cc1a13c242475968e8695f4cbf1ab35f70223990d60860adb2b97095a9ea134171c92f0ec488d
|
||||
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
|
||||
MISC metadata.xml 528 BLAKE2B 5dafc67b7558de5f6aefff40101dd255a3932d7ec749d8b61ce57c8ce634ac10270abba4d348bb105825e9bdb94b71a2734a215611529d2cd3bbcd4c33895fb7 SHA512 d9358eee788b75b13d5ac513af4f5342eb8dcd0efb49b1eb60fc48bae5bc4f54f1ad38f67c5a228f733a8db292bfe2fda045467d395815fc75bde051c157dfc7
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
27
dev-python/pychromecast/pychromecast-13.1.0.ebuild
Normal file
27
dev-python/pychromecast/pychromecast-13.1.0.ebuild
Normal 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_{10..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.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/protobuf-python-4.25.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/zeroconf-0.131.0[${PYTHON_USEDEP}]
|
||||
"
|
Loading…
x
Reference in New Issue
Block a user