diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-02-22 21:13:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-22 22:19:36 +0000 |
commit | f5bfbf6011ec165994032009cba9b0ec29135dcf (patch) | |
tree | f6bf2e3f6e3056be88b5c15171061929facb5b8f /dev-python/pychromecast | |
parent | dev-python/pychromecast: Bump to 8.1.0 (diff) | |
download | gentoo-f5bfbf6011ec165994032009cba9b0ec29135dcf.tar.gz gentoo-f5bfbf6011ec165994032009cba9b0ec29135dcf.tar.bz2 gentoo-f5bfbf6011ec165994032009cba9b0ec29135dcf.zip |
dev-python/pychromecast: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pychromecast')
-rw-r--r-- | dev-python/pychromecast/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pychromecast/pychromecast-4.1.0.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/pychromecast/Manifest b/dev-python/pychromecast/Manifest index be6234f71a50..b27eb658a113 100644 --- a/dev-python/pychromecast/Manifest +++ b/dev-python/pychromecast/Manifest @@ -1,2 +1 @@ -DIST PyChromecast-4.1.0.tar.gz 44463 BLAKE2B 3ee92cfe57134665621c347dda9b21a06fa1d000f840d25b49f843edef86e35e22b82c9d4f80b8e0ae6f5fabcc4662d7c619363686a37903e27d84e0f85c8fca SHA512 688014a115f3189fed5535e70622a7323e4a29fd65678aa14a302047c5246dbc6a932a8f4eabb58f9fcecc0f4bdbe627d1496a4b6d28e680ad4fac6dd902c825 DIST PyChromecast-8.1.0.tar.gz 50867 BLAKE2B c5d3e07f1644d0a83ba25826e27ee62f36b80f594f6851714c2d17ab6e8bb9e982bfa72731715bba15b6b587967461bb5def3cc49569d43b5186ceebc4a360c0 SHA512 882ab5987a7ddbf61a177ff867986461bc21bb5560a7de1bafb3a873173981139897ca36336e5b21b0e013f0100d437d1077038f35676998d3eccf353d684f9b diff --git a/dev-python/pychromecast/pychromecast-4.1.0.ebuild b/dev-python/pychromecast/pychromecast-4.1.0.ebuild deleted file mode 100644 index 70e3cf61b9da..000000000000 --- a/dev-python/pychromecast/pychromecast-4.1.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_7 ) -inherit distutils-r1 - -DESCRIPTION="Python module to talk to Google Chromecast" -HOMEPAGE="https://github.com/home-assistant-libs/pychromecast" -SRC_URI="mirror://pypi/P/PyChromecast/PyChromecast-${PV}.tar.gz" -S="${WORKDIR}/PyChromecast-${PV}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND} - >=dev-python/requests-2.0[${PYTHON_USEDEP}] - >=dev-python/protobuf-python-3.0.0[${PYTHON_USEDEP}] - >=dev-python/zeroconf-0.17.7[${PYTHON_USEDEP}] - >=dev-python/casttube-0.2.0[${PYTHON_USEDEP}]" -BDEPEND="" |