Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/
Date: Tue, 26 Apr 2022 20:28:47
Message-Id: 1651004913.8613f95f2d6b02540ec00c04745f9420888d5473.mgorny@gentoo
1 commit: 8613f95f2d6b02540ec00c04745f9420888d5473
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 26 20:15:21 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 20:28:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8613f95f
7
8 dev-python/sphinxcontrib-newsfeed: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../sphinxcontrib-newsfeed-0.1.4.ebuild | 30 ----------------------
13 1 file changed, 30 deletions(-)
14
15 diff --git a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
16 deleted file mode 100644
17 index fce5769cc191..000000000000
18 --- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
19 +++ /dev/null
20 @@ -1,30 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python3_{8..10} )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="News Feed extension for Sphinx"
31 -HOMEPAGE="https://github.com/prometheusresearch/sphinxcontrib-newsfeed"
32 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 -
34 -LICENSE="BSD-2"
35 -SLOT="0"
36 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
37 -IUSE="examples"
38 -
39 -RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]
40 - dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
41 -
42 -python_install_all() {
43 - distutils-r1_python_install_all
44 - find "${ED}" -name '*.pth' -delete || die
45 - if use examples; then
46 - docinto examples
47 - dodoc -r demo/.
48 - docompress -x /usr/share/doc/${PF}/examples
49 - fi
50 -}