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-httpdomain/
Date: Wed, 27 Apr 2022 07:07:15
Message-Id: 1651043226.3a80139543c6e084e8aab2a94d4ab8b653a1e1e7.mgorny@gentoo
1 commit: 3a80139543c6e084e8aab2a94d4ab8b653a1e1e7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 07:03:27 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 07:07:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a801395
7
8 dev-python/sphinxcontrib-httpdomain: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../sphinxcontrib-httpdomain-1.8.0.ebuild | 41 ----------------------
13 1 file changed, 41 deletions(-)
14
15 diff --git a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.8.0.ebuild b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.8.0.ebuild
16 deleted file mode 100644
17 index 355d658f6df6..000000000000
18 --- a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.8.0.ebuild
19 +++ /dev/null
20 @@ -1,41 +0,0 @@
21 -# Copyright 2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -PYTHON_COMPAT=( python3_{8..10} )
27 -DISTUTILS_USE_PEP517=setuptools
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="Sphinx domain for documenting HTTP APIs"
31 -HOMEPAGE="https://pypi.org/project/sphinxcontrib-httpdomain/
32 - https://github.com/sphinx-contrib/httpdomain"
33 -SRC_URI="
34 - https://github.com/sphinx-contrib/httpdomain/archive/${PV}.tar.gz
35 - -> ${P}.gh.tar.gz
36 -"
37 -S="${WORKDIR}/httpdomain-${PV}"
38 -
39 -LICENSE="BSD"
40 -SLOT="0"
41 -KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc ~x86"
42 -
43 -RDEPEND="
44 - dev-python/sphinx[${PYTHON_USEDEP}]
45 - dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]
46 - dev-python/six[${PYTHON_USEDEP}]
47 -"
48 -BDEPEND="
49 - test? (
50 - dev-python/flask[${PYTHON_USEDEP}]
51 - dev-python/bottle[${PYTHON_USEDEP}]
52 - www-servers/tornado[${PYTHON_USEDEP}]
53 - )
54 -"
55 -
56 -distutils_enable_tests pytest
57 -
58 -python_install_all() {
59 - distutils-r1_python_install_all
60 - find "${D}" -name '*.pth' -delete || die
61 -}