diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-12-21 08:17:15 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-12-21 08:17:15 +0000 |
| commit | 04a40684996eb786b4f00df749111329c2d5ecae (patch) | |
| tree | e1f9988be72dc73f25723f59e11dfab9b3a02506 /dev-python/pychromecast | |
| parent | 40d4c212b4d1e943d43249ce936790aa19255eef (diff) | |
| download | baldeagleos-repo-04a40684996eb786b4f00df749111329c2d5ecae.tar.gz baldeagleos-repo-04a40684996eb786b4f00df749111329c2d5ecae.tar.xz baldeagleos-repo-04a40684996eb786b4f00df749111329c2d5ecae.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pychromecast')
| -rw-r--r-- | dev-python/pychromecast/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pychromecast/pychromecast-13.0.4.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/pychromecast/Manifest b/dev-python/pychromecast/Manifest index b4043c7659fa..5ad862978573 100644 --- a/dev-python/pychromecast/Manifest +++ b/dev-python/pychromecast/Manifest @@ -1 +1,2 @@ DIST PyChromecast-12.1.4.tar.gz 51527 BLAKE2B 5a30863553df0f7cfd59de0ae5fca55b84373bb7cc6d12ac761aa5e6d18b1548275a677466bc596c0b50d8b78b385ee5bb727d2eb4828a1b24e3c64a0dc4a035 SHA512 056c615f453ccd97425a68f488235a63e8047d1be40fc7800d154b19013e7a0f329488b25e76f0cc56adb3779fd14d4e793dc6488ccbd067b484f0e2be72e455 +DIST PyChromecast-13.0.4.tar.gz 51996 BLAKE2B 11dad948443e9e5957de6b22cf6c1d33d19030d53cecddd9be5595dc82bb108e4746c382bae5c6d22d5219bcb90ed5bed7ca94c714ec7bbe7ad1330a1ee3cf2f SHA512 2f9bd925e452448a387a04babc0d71a35fc83edd30142cdd129479b5b20cf7aa9691a8d46f45edf5f12fd6f3052564c2956dd241eaf1a1c468b8399b065286ec diff --git a/dev-python/pychromecast/pychromecast-13.0.4.ebuild b/dev-python/pychromecast/pychromecast-13.0.4.ebuild new file mode 100644 index 000000000000..7579b8c96110 --- /dev/null +++ b/dev-python/pychromecast/pychromecast-13.0.4.ebuild @@ -0,0 +1,22 @@ +# Copyright 2020-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{7,8,9,10,11} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +DESCRIPTION="Python module to talk to Google Chromecast" +HOMEPAGE="https://github.com/home-assistant-libs/pychromecast" +S="${WORKDIR}/PyChromecast-${PV}" +SRC_URI="mirror://pypi/P/PyChromecast/PyChromecast-${PV}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-python/casttube-0.2.0[${PYTHON_USEDEP}] + >=dev-python/protobuf-python-3.19.1[${PYTHON_USEDEP}] + >=dev-python/python-zeroconf-0.25.1[${PYTHON_USEDEP}]" |
