aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2020-10-20 13:40:35 -0400
committerHorea Christian <chr@chymera.eu>2020-10-20 13:40:35 -0400
commit295dff675b19342711b9d4a2912f855fb7f421c4 (patch)
tree1a02b45c0ae931ab858ef7fa4bf6c054b91592c6 /dev-python/matrix2latex
parentprofiles/package.use.mask: packages no longer distributed in ::science (diff)
downloadsci-295dff675b19342711b9d4a2912f855fb7f421c4.tar.gz
sci-295dff675b19342711b9d4a2912f855fb7f421c4.tar.bz2
sci-295dff675b19342711b9d4a2912f855fb7f421c4.zip
dev-python/matrix2latex: EAPI, metadata, PYTHON_COMPAT update
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian <chr@chymera.eu>
Diffstat (limited to 'dev-python/matrix2latex')
-rw-r--r--dev-python/matrix2latex/matrix2latex-1.0.0.ebuild6
-rw-r--r--dev-python/matrix2latex/metadata.xml11
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>chr@chymera.eu</email>
+ <name>Horea Christian</name>
+ </maintainer>
<maintainer type="project">
<email>sci@gentoo.org</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>