Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/casttube/
Date: Mon, 20 Mar 2023 05:36:30
Message-Id: 1679290579.69a5f0fa88a8a7ffb32eea061e5ce8878a64fda3.mgorny@gentoo
1 commit: 69a5f0fa88a8a7ffb32eea061e5ce8878a64fda3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 20 05:22:36 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 20 05:36:19 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a5f0fa
7
8 dev-python/casttube: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/casttube/casttube-0.2.1.ebuild | 23 -----------------------
13 1 file changed, 23 deletions(-)
14
15 diff --git a/dev-python/casttube/casttube-0.2.1.ebuild b/dev-python/casttube/casttube-0.2.1.ebuild
16 deleted file mode 100644
17 index 3be48593c8ee..000000000000
18 --- a/dev-python/casttube/casttube-0.2.1.ebuild
19 +++ /dev/null
20 @@ -1,23 +0,0 @@
21 -# Copyright 2021-2023 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python3_{9..10} )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="casttube provides a way to interact with the Youtube Chromecast api"
31 -HOMEPAGE="https://github.com/ur1katz/casttube"
32 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
33 -
34 -LICENSE="MIT"
35 -SLOT="0"
36 -KEYWORDS="amd64 x86"
37 -
38 -RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
39 -
40 -src_prepare() {
41 - sed -e '/data_files/d' -i setup.py || die
42 - distutils-r1_src_prepare
43 -}