summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-10-17 09:31:20 +0200
committerMichał Górny <mgorny@gentoo.org>2021-10-17 09:31:20 +0200
commit6de812e0e85689054598ba211671880719f61d6d (patch)
treebbaddaebd58f4c34e8341140552cb22a669d833b /dev-python/casttube
parentdev-python/carbon: Remove old (diff)
downloadgentoo-6de812e0e85689054598ba211671880719f61d6d.tar.gz
gentoo-6de812e0e85689054598ba211671880719f61d6d.tar.bz2
gentoo-6de812e0e85689054598ba211671880719f61d6d.zip
dev-python/casttube: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/casttube')
-rw-r--r--dev-python/casttube/Manifest1
-rw-r--r--dev-python/casttube/casttube-0.2.0.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/casttube/Manifest b/dev-python/casttube/Manifest
index 8087824be758..a9c66b407b8a 100644
--- a/dev-python/casttube/Manifest
+++ b/dev-python/casttube/Manifest
@@ -1,2 +1 @@
-DIST casttube-0.2.0.tar.gz 3760 BLAKE2B d4e37fb0e98f2e9197e7e1a78b45109d0319f9b4337ef86d0dcd5797e703960162432990b9c4d26796ce5cc957179023044b86a9b07c8e581d13373889c6c824 SHA512 0ab69a92d49a9095c0adb70fec95011447d1f2a57e7642504d2ab4f19fc5f93b09db0e5d277bf7876311e5f26067a687bde58e3aa12469dcc6778486fc19c836
DIST casttube-0.2.1.tar.gz 5182 BLAKE2B 0cd279da67aa59ddaa82913ef40815d28884b078448804742dfa3a6242a666c86cdaecf30cdf1ea913188d61953b5f38e133311d11491db443b55ae78b186558 SHA512 0b077b1f622c1029e9cff949a1d1cd4f380d9110324ca6211eb4d6bc97fbf3aa4d7be47cb692c2a7628ab62b309fd9957ee6392060f27e06d030691ad8cde00f
diff --git a/dev-python/casttube/casttube-0.2.0.ebuild b/dev-python/casttube/casttube-0.2.0.ebuild
deleted file mode 100644
index 20e14e934104..000000000000
--- a/dev-python/casttube/casttube-0.2.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="casttube provides a way to interact with the Youtube Chromecast api."
-HOMEPAGE="https://github.com/ur1katz/casttube"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
- dev-python/requests[${PYTHON_USEDEP}]"
-BDEPEND=""