commit:     2fdd8ad30a47a12c22686b4f723e6fde7494e7f8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 15:46:01 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 15:52:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fdd8ad3

dev-python/sphinxcontrib-websupport: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/sphinxcontrib-websupport/Manifest       |  1 -
 .../sphinxcontrib-websupport-1.2.2.ebuild          | 46 ----------------------
 2 files changed, 47 deletions(-)

diff --git a/dev-python/sphinxcontrib-websupport/Manifest 
b/dev-python/sphinxcontrib-websupport/Manifest
index d2ce6a984d7..4bf087c072e 100644
--- a/dev-python/sphinxcontrib-websupport/Manifest
+++ b/dev-python/sphinxcontrib-websupport/Manifest
@@ -1,2 +1 @@
-DIST sphinxcontrib-websupport-1.2.2.gh.tar.gz 599606 BLAKE2B 
d7e5754491d0f4e4b508bb5ed58f41d6f57c8785ce2d658cd4beb658b9a01a453bd791e73deab703ebf17d18ddf0a3adc7c72a49e80c33475daca41666da694d
 SHA512 
39d7d688515440fcf7a0df9cff60402499956da4c4d5de4e7b38982ff23ed837e7851a3c747135b9298d0df59f3055a8f588be78f10d98110ab50b8ab434db34
 DIST sphinxcontrib-websupport-1.2.4.gh.tar.gz 599695 BLAKE2B 
909fc3dd77377769b6242963c2228a01dae4c73b2c1128094ecb5c113517ddb103498fa8615a0690cc41333778a21ba62a7638e36e3d82ad89c74b76156580a4
 SHA512 
4b5a382037988079e12e5c022ce0351c953e65dacfee7e3a63852370deddcee083cb65914b0bb9a8dc42481015f33d1ac2b5fea61c676ab947f8b0cbe331d7f6

diff --git 
a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.2.ebuild 
b/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.2.ebuild
deleted file mode 100644
index 298a43160ac..00000000000
--- a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6..9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Sphinx websupport extension"
-HOMEPAGE="https://www.sphinx-doc.org
-       https://github.com/sphinx-doc/sphinxcontrib-websupport";
-# pypi tarball is missing templates
-SRC_URI="https://github.com/sphinx-doc/sphinxcontrib-websupport/archive/${PV}.tar.gz
 -> ${P}.gh.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
-
-RDEPEND="
-       >=dev-python/six-1.5[${PYTHON_USEDEP}]
-       dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
-# avoid circular dependency with sphinx
-PDEPEND="
-       >=dev-python/sphinx-1.5.3[${PYTHON_USEDEP}]"
-BDEPEND="
-       test? (
-               ${PDEPEND}
-               >=dev-python/sqlalchemy-0.9[${PYTHON_USEDEP}]
-               >=dev-python/whoosh-2.0[${PYTHON_USEDEP}]
-       )"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       # breaks tests
-       sed -i -e '/pkg_resources/d' \
-               sphinxcontrib/websupport/__init__.py || die
-       distutils-r1_src_prepare
-}
-
-python_install_all() {
-       distutils-r1_python_install_all
-       find "${ED}" -name '*.pth' -delete || die
-}

Reply via email to