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/tvdb_api/
Date: Thu, 06 Feb 2020 06:38:44
Message-Id: 1580971103.e027a3d50df836d14758f1796506a027e8b23828.mgorny@gentoo
1 commit: e027a3d50df836d14758f1796506a027e8b23828
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 6 06:26:28 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 6 06:38:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e027a3d5
7
8 dev-python/tvdb_api: Remove old (py2)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/tvdb_api/Manifest | 1 -
13 dev-python/tvdb_api/tvdb_api-1.9.ebuild | 19 -------------------
14 2 files changed, 20 deletions(-)
15
16 diff --git a/dev-python/tvdb_api/Manifest b/dev-python/tvdb_api/Manifest
17 index 1088c8b71b8..2ed2016941b 100644
18 --- a/dev-python/tvdb_api/Manifest
19 +++ b/dev-python/tvdb_api/Manifest
20 @@ -1,3 +1,2 @@
21 DIST tvdb_api-1.10_pre20150406.tar.gz 33758 BLAKE2B 929b9e1326b5665eab29b9361fb25a107c91cb34b8226f071f5ed07490f1f2a305644a00ba5fcfda68e1357f50b7ed52cd842c806d8da3fb00e5094db55a09f8 SHA512 a62680a8e18fa5cb246c0916232aecd06dd5f7381e589690f8fedf5b85a9eac01331a858880f888c14ece53c888ab8d18e7dd65a6665639f5f6f6d335138469d
22 -DIST tvdb_api-1.9.tar.gz 32429 BLAKE2B 41ffff7c76131db3ff37e35dec8356aec85ca1180927ea468e4f3ae0980df4fce317b0366dd39dd7a219d5078c3a77f0caa94ab359b71f6750ea8d1067bc1112 SHA512 6ce13f47275eb3f37897da1b9bfb2d101184e3797abeec965c170d9b007661c3e0745396bc93bf365d6a1552fb461a2fd7b33777b4a67e58281c8ac3efb788df
23 DIST tvdb_api-2.0.tar.gz 32751 BLAKE2B 6228ea0d8e9e679b7a70d6357917537cf8a6e362010ff6d1a212d51919689c656f8dc5cf67c694ddf7b4e2fd5b2fc0674393036c5ac38d8254878559921fe39c SHA512 74b1e036c2c71bff9f3d04bbf670da4069f68152545b09882aeddb5d1ebc873956ed00e8e28f2bd77a72ff97ae5fda23f1cfedd91f87187c31917ee31df17f3b
24
25 diff --git a/dev-python/tvdb_api/tvdb_api-1.9.ebuild b/dev-python/tvdb_api/tvdb_api-1.9.ebuild
26 deleted file mode 100644
27 index c2a19782d01..00000000000
28 --- a/dev-python/tvdb_api/tvdb_api-1.9.ebuild
29 +++ /dev/null
30 @@ -1,19 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -PYTHON_COMPAT=( python2_7 )
37 -inherit distutils-r1 vcs-snapshot
38 -
39 -DESCRIPTION="Python interface to thetvdb.com API"
40 -HOMEPAGE="https://github.com/dbr/tvdb_api"
41 -SRC_URI="https://github.com/dbr/${PN}/tarball/${PV} -> ${P}.tar.gz"
42 -
43 -LICENSE="public-domain"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -IUSE=""
47 -
48 -DEPEND="dev-python/setuptools"
49 -RDEPEND=""