Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/matrix2latex/
Date: Sun, 03 Jan 2021 04:54:59
Message-Id: 1609649662.f185600e2b554a2f6f9481b38ac84d5246cb902f.chymera@gentoo
1 commit: f185600e2b554a2f6f9481b38ac84d5246cb902f
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Sun Jan 3 04:54:22 2021 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sun Jan 3 04:54:22 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f185600e
7
8 dev-python/matrix2latex: dropped Python 3 incompatible version
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 .../matrix2latex/matrix2latex-1.9_p20160719.ebuild | 30 ----------------------
14 1 file changed, 30 deletions(-)
15
16 diff --git a/dev-python/matrix2latex/matrix2latex-1.9_p20160719.ebuild b/dev-python/matrix2latex/matrix2latex-1.9_p20160719.ebuild
17 deleted file mode 100644
18 index 14a2ecaa7..000000000
19 --- a/dev-python/matrix2latex/matrix2latex-1.9_p20160719.ebuild
20 +++ /dev/null
21 @@ -1,30 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -PYTHON_COMPAT=( python3_{7,8,9} )
28 -
29 -inherit distutils-r1
30 -
31 -COMMIT="78edec90115b855cb743ecc702d252514dedc6db"
32 -
33 -DESCRIPTION="A tool to create LaTeX tables from python lists and arrays"
34 -HOMEPAGE="https://github.com/TheChymera/matrix2latex"
35 -SRC_URI="https://github.com/TheChymera/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
36 -
37 -LICENSE="GPL-3"
38 -SLOT="0"
39 -KEYWORDS="~amd64 ~x86"
40 -
41 -S="${WORKDIR}/${PN}-${COMMIT}"
42 -
43 -distutils_enable_sphinx doc_sphinx
44 -distutils_enable_tests pytest
45 -
46 -python_prepare_all() {
47 - # this has been renamed in newer versions of sphinx
48 - sed -i -e 's/sphinx.ext.pngmath/sphinx.ext.imgmath/g' doc_sphinx/conf.py
49 -
50 - distutils-r1_python_prepare_all
51 -}