commit: 295dff675b19342711b9d4a2912f855fb7f421c4
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue Oct 20 17:40:35 2020 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Oct 20 17:40:35 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=295dff67
dev-python/matrix2latex: EAPI, metadata, PYTHON_COMPAT update
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/matrix2latex/matrix2latex-1.0.0.ebuild | 6 +++---
dev-python/matrix2latex/metadata.xml | 11 +++++++----
2 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/dev-python/matrix2latex/matrix2latex-1.0.0.ebuild
b/dev-python/matrix2latex/matrix2latex-1.0.0.ebuild
index 1577e94db..502c649fc 100644
--- a/dev-python/matrix2latex/matrix2latex-1.0.0.ebuild
+++ b/dev-python/matrix2latex/matrix2latex-1.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_{6..9}} )
inherit distutils-r1 multilib
diff --git a/dev-python/matrix2latex/metadata.xml
b/dev-python/matrix2latex/metadata.xml
index 62facfd12..c7918ebc9 100644
--- a/dev-python/matrix2latex/metadata.xml
+++ b/dev-python/matrix2latex/metadata.xml
@@ -1,15 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Horea Christian</name>
+ </maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
-A tool for converting Python or MATLAB matrices to
-LaTeX tables, that can optionally create self-sustained
-LATeX documents and compile them.
-</longdescription>
+ A tool for converting Python or MATLAB matrices to LaTeX
tables, that
+ can optionally create self-sustained LATeX documents and
compile them.
+ </longdescription>
<upstream>
<remote-id type="github">TheChymera/matrix2latex</remote-id>
</upstream>