diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-02-18 14:47:08 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-02-18 14:47:30 -0600 |
commit | 0b5696859ef789a934a892999b6555065a7eb273 (patch) | |
tree | 191db9bf81b255d207a20a84a0b7f0c6510b401e /dev-python/pychromecast | |
parent | net-analyzer/snallygaster: support Python 3.11, EAPI 8 (diff) | |
download | gentoo-0b5696859ef789a934a892999b6555065a7eb273.tar.gz gentoo-0b5696859ef789a934a892999b6555065a7eb273.tar.bz2 gentoo-0b5696859ef789a934a892999b6555065a7eb273.zip |
dev-python/pychromecast: drop 12.1.4
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/pychromecast')
-rw-r--r-- | dev-python/pychromecast/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pychromecast/pychromecast-12.1.4.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/pychromecast/Manifest b/dev-python/pychromecast/Manifest index 5ad862978573..3be18cab9f9e 100644 --- a/dev-python/pychromecast/Manifest +++ b/dev-python/pychromecast/Manifest @@ -1,2 +1 @@ -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-12.1.4.ebuild b/dev-python/pychromecast/pychromecast-12.1.4.ebuild deleted file mode 100644 index fb66d377831a..000000000000 --- a/dev-python/pychromecast/pychromecast-12.1.4.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2020-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..10} ) -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.0.0[${PYTHON_USEDEP}] - >=dev-python/zeroconf-0.25.1[${PYTHON_USEDEP}]" |