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-log_cabinet/
Date: Tue, 26 Apr 2022 20:28:50
Message-Id: 1651004913.6159094f3724a6a6e7e7ccabfc4a9c1caaec7a75.mgorny@gentoo
1 commit: 6159094f3724a6a6e7e7ccabfc4a9c1caaec7a75
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 26 20:15:06 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=6159094f
7
8 dev-python/sphinxcontrib-log_cabinet: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../sphinxcontrib-log_cabinet-1.0.1.ebuild | 23 ----------------------
13 1 file changed, 23 deletions(-)
14
15 diff --git a/dev-python/sphinxcontrib-log_cabinet/sphinxcontrib-log_cabinet-1.0.1.ebuild b/dev-python/sphinxcontrib-log_cabinet/sphinxcontrib-log_cabinet-1.0.1.ebuild
16 deleted file mode 100644
17 index 933a7a4250df..000000000000
18 --- a/dev-python/sphinxcontrib-log_cabinet/sphinxcontrib-log_cabinet-1.0.1.ebuild
19 +++ /dev/null
20 @@ -1,23 +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} pypy3 )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Organize changelog directives in Sphinx docs"
30 -HOMEPAGE="https://github.com/davidism/sphinxcontrib-log-cabinet"
31 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P/_/-}.tar.gz"
32 -S="${WORKDIR}/${P/_/-}"
33 -
34 -LICENSE="BSD"
35 -SLOT="0"
36 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
37 -
38 -RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
39 -
40 -python_install_all() {
41 - distutils-r1_python_install_all
42 - find "${ED}" -name '*.pth' -delete || die
43 -}