diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:45:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:56:04 +0200 |
commit | 4eab6dd84c6541827cfeab6cb23555add25762a7 (patch) | |
tree | 68520572c743c992f83c9b476c4ab5076f93ef2d /dev-python/tvdb_api | |
parent | dev-python/treq: Remove redundant versions (diff) | |
download | gentoo-4eab6dd84c6541827cfeab6cb23555add25762a7.tar.gz gentoo-4eab6dd84c6541827cfeab6cb23555add25762a7.tar.bz2 gentoo-4eab6dd84c6541827cfeab6cb23555add25762a7.zip |
dev-python/tvdb_api: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tvdb_api')
-rw-r--r-- | dev-python/tvdb_api/Manifest | 1 | ||||
-rw-r--r-- | dev-python/tvdb_api/tvdb_api-1.10_pre20150406-r1.ebuild | 21 | ||||
-rw-r--r-- | dev-python/tvdb_api/tvdb_api-2.0.ebuild | 19 |
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/tvdb_api/Manifest b/dev-python/tvdb_api/Manifest index 2ed2016941b8..6027a642c308 100644 --- a/dev-python/tvdb_api/Manifest +++ b/dev-python/tvdb_api/Manifest @@ -1,2 +1 @@ -DIST tvdb_api-1.10_pre20150406.tar.gz 33758 BLAKE2B 929b9e1326b5665eab29b9361fb25a107c91cb34b8226f071f5ed07490f1f2a305644a00ba5fcfda68e1357f50b7ed52cd842c806d8da3fb00e5094db55a09f8 SHA512 a62680a8e18fa5cb246c0916232aecd06dd5f7381e589690f8fedf5b85a9eac01331a858880f888c14ece53c888ab8d18e7dd65a6665639f5f6f6d335138469d DIST tvdb_api-2.0.tar.gz 32751 BLAKE2B 6228ea0d8e9e679b7a70d6357917537cf8a6e362010ff6d1a212d51919689c656f8dc5cf67c694ddf7b4e2fd5b2fc0674393036c5ac38d8254878559921fe39c SHA512 74b1e036c2c71bff9f3d04bbf670da4069f68152545b09882aeddb5d1ebc873956ed00e8e28f2bd77a72ff97ae5fda23f1cfedd91f87187c31917ee31df17f3b diff --git a/dev-python/tvdb_api/tvdb_api-1.10_pre20150406-r1.ebuild b/dev-python/tvdb_api/tvdb_api-1.10_pre20150406-r1.ebuild deleted file mode 100644 index c2a50cff92e1..000000000000 --- a/dev-python/tvdb_api/tvdb_api-1.10_pre20150406-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) -inherit distutils-r1 - -DESCRIPTION="Python interface to thetvdb.com API" -HOMEPAGE="https://github.com/dbr/tvdb_api" -SRC_URI="https://dev.gentoo.org/~thev00d00/distfiles/dev-python/${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="dev-python/requests-cache[${PYTHON_USEDEP}]" - -S="${WORKDIR}" diff --git a/dev-python/tvdb_api/tvdb_api-2.0.ebuild b/dev-python/tvdb_api/tvdb_api-2.0.ebuild deleted file mode 100644 index c8cfd75e065d..000000000000 --- a/dev-python/tvdb_api/tvdb_api-2.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -PYTHON_COMPAT=( python3_6 ) -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="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="dev-python/requests-cache[${PYTHON_USEDEP}]" |