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-jsmath/
Date: Mon, 24 Aug 2020 15:11:40
Message-Id: 1598281702.7577a1ff06733b25fb9e88442b48e22b600bc937.mgorny@gentoo
1 commit: 7577a1ff06733b25fb9e88442b48e22b600bc937
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 24 15:08:22 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 24 15:08:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7577a1ff
7
8 dev-python/sphinxcontrib-jsmath: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../sphinxcontrib-jsmath-1.0.1.ebuild | 27 ----------------------
13 1 file changed, 27 deletions(-)
14
15 diff --git a/dev-python/sphinxcontrib-jsmath/sphinxcontrib-jsmath-1.0.1.ebuild b/dev-python/sphinxcontrib-jsmath/sphinxcontrib-jsmath-1.0.1.ebuild
16 deleted file mode 100644
17 index 01bc2f6f704..00000000000
18 --- a/dev-python/sphinxcontrib-jsmath/sphinxcontrib-jsmath-1.0.1.ebuild
19 +++ /dev/null
20 @@ -1,27 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
26 -
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Sphinx extension which renders display math in HTML via JavaScript"
30 -HOMEPAGE="http://www.sphinx-doc.org"
31 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="BSD-2"
34 -SLOT="0"
35 -
36 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
37 -
38 -RDEPEND=""
39 -PDEPEND="
40 - >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]"
41 -DEPEND="
42 - dev-python/setuptools[${PYTHON_USEDEP}]"
43 -
44 -python_install_all() {
45 - distutils-r1_python_install_all
46 - find "${ED}" -name '*.pth' -delete || die
47 -}