Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_selective_exclude/
Date: Tue, 28 Feb 2023 11:13:18
Message-Id: 1677582780.46a54c71ce077dbbb260652ebea1f681da2f6917.grozin@gentoo
1 commit: 46a54c71ce077dbbb260652ebea1f681da2f6917
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 11:13:00 2023 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 11:13:00 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46a54c71
7
8 dev-python/sphinx_selective_exclude: remove old revision
9
10 Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
11
12 .../sphinx_selective_exclude-1.0.3.ebuild | 18 ------------------
13 1 file changed, 18 deletions(-)
14
15 diff --git a/dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3.ebuild b/dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3.ebuild
16 deleted file mode 100644
17 index 94f900d359e5..000000000000
18 --- a/dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3.ebuild
19 +++ /dev/null
20 @@ -1,18 +0,0 @@
21 -# Copyright 1999-2023 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -PYTHON_COMPAT=( python3_{9..10} )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="Sphinx selective rendition extensions"
31 -HOMEPAGE="https://github.com/pfalcon/sphinx_selective_exclude"
32 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 -
34 -LICENSE="BSD-2"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -
38 -PDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"