summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-12-20 15:34:03 +0100
committerJakov Smolić <jsmolic@gentoo.org>2022-12-20 16:06:15 +0100
commitccabdc7c8e9c3cf85f5eb5b64a648e03bd0bc189 (patch)
tree42a96b229b1d2a9050761d81a53725e471da5772 /dev-python
parent35c496ce213cb2c43c9621b060a58c2e8dcc7036 (diff)
downloadgentoo-ccabdc7c8e9c3cf85f5eb5b64a648e03bd0bc189.tar.gz
gentoo-ccabdc7c8e9c3cf85f5eb5b64a648e03bd0bc189.tar.bz2
gentoo-ccabdc7c8e9c3cf85f5eb5b64a648e03bd0bc189.zip
dev-python/tvdb_api: treeclean
Closes: https://bugs.gentoo.org/798600 Closes: https://bugs.gentoo.org/845903 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/tvdb_api/Manifest1
-rw-r--r--dev-python/tvdb_api/metadata.xml10
-rw-r--r--dev-python/tvdb_api/tvdb_api-3.0.2.ebuild20
3 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/tvdb_api/Manifest b/dev-python/tvdb_api/Manifest
deleted file mode 100644
index 601d5f13ce3a..000000000000
--- a/dev-python/tvdb_api/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST tvdb_api-3.0.2.tar.gz 20436 BLAKE2B d9df5f1e2e8dd26486ec5aa2fa542534e43e08ce9c19ae8f8e48a05b3167db856ccb7765bb7d7acb4adcf7a53f5deff299f69123d60c3495ec1cc4d849d3e0b5 SHA512 b6c3c04eb300f2a371f50ef0331ca1ae602c7ccda2a0d8ad52f5c89fac5cf4dff77ce11d0dc774aa2a8dc1e02798a4432262cbaafea9239693c300931213107c
diff --git a/dev-python/tvdb_api/metadata.xml b/dev-python/tvdb_api/metadata.xml
deleted file mode 100644
index 0573aff57f62..000000000000
--- a/dev-python/tvdb_api/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <stabilize-allarches/>
- <upstream>
- <remote-id type="github">dbr/tvdb_api</remote-id>
- <remote-id type="pypi">tvdb-api</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/tvdb_api/tvdb_api-3.0.2.ebuild b/dev-python/tvdb_api/tvdb_api-3.0.2.ebuild
deleted file mode 100644
index 4432098ac2ae..000000000000
--- a/dev-python/tvdb_api/tvdb_api-3.0.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python interface to thetvdb.com API"
-HOMEPAGE="https://github.com/dbr/tvdb_api"
-SRC_URI="mirror://pypi/t/${PN}/${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
- dev-python/requests-cache[${PYTHON_USEDEP}]"