commit: ddabfd3aeb63b17a87318132f06cde15c03d9f71
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 7 13:40:12 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 7 13:44:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddabfd3a
dev-python/sphinxcontrib-programoutput: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sphinxcontrib-programoutput/Manifest | 1 -
.../sphinxcontrib-programoutput-0.16.ebuild | 37 ----------------------
2 files changed, 38 deletions(-)
diff --git a/dev-python/sphinxcontrib-programoutput/Manifest
b/dev-python/sphinxcontrib-programoutput/Manifest
index 4589542c7e9..2714c744e1c 100644
--- a/dev-python/sphinxcontrib-programoutput/Manifest
+++ b/dev-python/sphinxcontrib-programoutput/Manifest
@@ -1,2 +1 @@
-DIST sphinxcontrib-programoutput-0.16.tar.gz 23714 BLAKE2B
1e5136faa89a2f303008fb0e24f99f544464d30f5c0c072db4e2e25cb30bfc3cd4af6157f6c8dc7ddfaffd8f6587435c5947b6981c34daf2d6029736fdc22870
SHA512
6003b8ce43ed468b01f6bda02c6f58c0518b38c43a75f1ed0869dd8df2ee215310246b7feeba90f213547644c1bdb0164cf1f44f44879ac054dcbd6d6f48a69e
DIST sphinxcontrib-programoutput-0.17.tar.gz 24067 BLAKE2B
07687a221aa9be1e02629b2961b49eace217631a1298337f77a01986c3c6444a50069a8a8b9c96ca224895ae0f9490158a720519fdf3fb544e9d3e513282eb36
SHA512
cbb564830b8a627de6ecfa83fcc235d7dd7981e191ab3cada66a74d79a5bb2ec0a993eb8ae6249db553dc1814eae98891ea285f2c3cf5e745eabce7b8647b0c4
diff --git
a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.16.ebuild
b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.16.ebuild
deleted file mode 100644
index acc8fac80ad..00000000000
---
a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.16.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Extension to sphinx to include program output"
-HOMEPAGE="
- https://github.com/NextThought/sphinxcontrib-programoutput
- https://pypi.org/project/sphinxcontrib-programoutput
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
- dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]
- dev-python/sphinx[${PYTHON_USEDEP}]
-"
-DEPEND="
- ${RDEPEND}
- test? (
- dev-python/mock[${PYTHON_USEDEP}]
- )
-"
-distutils_enable_tests pytest
-distutils_enable_sphinx doc
-
-python_install_all() {
- distutils-r1_python_install_all
- find "${ED}" -name '*.pth' -delete || die
-}