commit: e070f4a191b8f1d0e53ffbffe6af8bcbd9924074 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Feb 21 19:22:44 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Feb 21 19:28:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e070f4a1
dev-python/python-tvrage: Remove last-rited package Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/python-tvrage/Manifest | 1 - dev-python/python-tvrage/metadata.xml | 12 ----------- .../python-tvrage/python-tvrage-0.4.1.ebuild | 24 ---------------------- profiles/package.mask | 1 - 4 files changed, 38 deletions(-) diff --git a/dev-python/python-tvrage/Manifest b/dev-python/python-tvrage/Manifest deleted file mode 100644 index 30f4ff0652d..00000000000 --- a/dev-python/python-tvrage/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python-tvrage-0.4.1.tar.gz 10646 BLAKE2B a2d48fd8042fb7d59ca5401eb200e4936e1764e84404c2db20131cc5b7b8c144bb9c3d06a08662954360e78a3177b193a8128b69a115b2e7c91af2561b4ef262 SHA512 cabee676e85206b8c052b79b0f5fd039719ede104607795fe8d1947f2fd810fd9fd08ba8c6e94d1fa68dd5e51060e10fb9c12349f21b752242f7eae2b4771009 diff --git a/dev-python/python-tvrage/metadata.xml b/dev-python/python-tvrage/metadata.xml deleted file mode 100644 index 9f173cf4616..00000000000 --- a/dev-python/python-tvrage/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="pypi">python-tvrage</remote-id> - <remote-id type="github">ckreutzer/python-tvrage</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/python-tvrage/python-tvrage-0.4.1.ebuild b/dev-python/python-tvrage/python-tvrage-0.4.1.ebuild deleted file mode 100644 index 1d2ec3e7dc6..00000000000 --- a/dev-python/python-tvrage/python-tvrage-0.4.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 vcs-snapshot - -DESCRIPTION="Python client for the tvrage.com XML API" -HOMEPAGE="https://github.com/ckreutzer/python-tvrage" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" - -python_test() { - "${PYTHON}" tests/api_tests.py || die "Testing failed with ${EPYTHON}" -} diff --git a/profiles/package.mask b/profiles/package.mask index dde670fd5f6..ca505939699 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -633,7 +633,6 @@ net-im/silc-toolkit # The following Gentoo packages are Python 2-only and have no reverse # dependencies. # Removal in 30 days. Bug #705762. -dev-python/python-tvrage dev-python/python-yadis dev-python/qpid-python dev-python/robotframework-selenium2library
