* [gentoo-commits] proj/sci:master commit in: dev-python/matrix2latex/
@ 2015-10-10 14:11 Justin Lecher
0 siblings, 0 replies; 11+ messages in thread
From: Justin Lecher @ 2015-10-10 14:11 UTC (permalink / raw
To: gentoo-commits
commit: 90641a541611d2f655cb4146232a612e39f1e475
Author: Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Tue Oct 6 17:36:43 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Oct 6 17:36:43 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=90641a54
dev-python/matrix2latex: new homepage
Package-Manager: portage-2.2.22
dev-python/matrix2latex/ChangeLog | 10 ++++++++++
dev-python/matrix2latex/matrix2latex-1.0.0.ebuild | 22 ++++++++++++++++++++++
dev-python/matrix2latex/matrix2latex-9999.ebuild | 21 +++++++++++++++++++++
dev-python/matrix2latex/metadata.xml | 13 +++++++++++++
4 files changed, 66 insertions(+)
diff --git a/dev-python/matrix2latex/ChangeLog b/dev-python/matrix2latex/ChangeLog
new file mode 100644
index 0000000..7b959bd
--- /dev/null
+++ b/dev-python/matrix2latex/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-python/matrix2latex
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Id$
+
+*matrix2latex-1.0.0 (06 Oct 2015)
+*matrix2latex-9999 (06 Oct 2015)
+
+ 06 Oct 2015; Horea Christian <h.chr@mail.ru> +matrix2latex-1.0.0.ebuild,
+ +matrix2latex-9999.ebuild, +metadata.xml:
+ dev-python/matrix2latex: new ebuild
diff --git a/dev-python/matrix2latex/matrix2latex-1.0.0.ebuild b/dev-python/matrix2latex/matrix2latex-1.0.0.ebuild
new file mode 100644
index 0000000..f620880
--- /dev/null
+++ b/dev-python/matrix2latex/matrix2latex-1.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1 multilib
+
+DESCRIPTION="A tool to create LaTeX tables from python lists and arrays"
+HOMEPAGE="https://github.com/TheChymera/matrix2latex"
+SRC_URI="https://github.com/TheChymera/${PN}/blob/master/archive/${PN}Python-${PV}.tar.gz?raw=true -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+
+S="${WORKDIR}/${PN}Python${PV}"
diff --git a/dev-python/matrix2latex/matrix2latex-9999.ebuild b/dev-python/matrix2latex/matrix2latex-9999.ebuild
new file mode 100644
index 0000000..c45bff5
--- /dev/null
+++ b/dev-python/matrix2latex/matrix2latex-9999.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1 git-r3 multilib
+
+DESCRIPTION="A tool to create LaTeX tables from python lists and arrays"
+HOMEPAGE="https://github.com/TheChymera/matrix2latex"
+EGIT_REPO_URI="https://github.com/TheChymera/matrix2latex"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+
diff --git a/dev-python/matrix2latex/metadata.xml b/dev-python/matrix2latex/metadata.xml
new file mode 100644
index 0000000..c4be676
--- /dev/null
+++ b/dev-python/matrix2latex/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+ <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>
+ <upstream>
+ <remote-id type="github">matrix2latex</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/matrix2latex/
@ 2015-10-10 14:11 Justin Lecher
0 siblings, 0 replies; 11+ messages in thread
From: Justin Lecher @ 2015-10-10 14:11 UTC (permalink / raw
To: gentoo-commits
commit: 6f6521f89b1f6adfbb7dbcc2c41aca298853b48d
Author: Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Tue Oct 6 17:42:17 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Oct 6 17:42:17 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6f6521f8
dev-python/matrix2latex: removed blank line
Package-Manager: portage-2.2.22
dev-python/matrix2latex/ChangeLog | 3 +++
dev-python/matrix2latex/matrix2latex-9999.ebuild | 1 -
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/matrix2latex/ChangeLog b/dev-python/matrix2latex/ChangeLog
index a758f38..1b781cb 100644
--- a/dev-python/matrix2latex/ChangeLog
+++ b/dev-python/matrix2latex/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 06 Oct 2015; Horea Christian <h.chr@mail.ru> matrix2latex-9999.ebuild:
+ dev-python/matrix2latex: removed blank line
+
06 Oct 2015; Horea Christian <h.chr@mail.ru> matrix2latex-1.0.0.ebuild,
matrix2latex-9999.ebuild:
dev-python/matrix2latex: corrected header license
diff --git a/dev-python/matrix2latex/matrix2latex-9999.ebuild b/dev-python/matrix2latex/matrix2latex-9999.ebuild
index bbb6147..b3565a3 100644
--- a/dev-python/matrix2latex/matrix2latex-9999.ebuild
+++ b/dev-python/matrix2latex/matrix2latex-9999.ebuild
@@ -19,4 +19,3 @@ IUSE=""
RDEPEND=""
DEPEND=""
-
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/matrix2latex/
@ 2015-10-10 14:11 Justin Lecher
0 siblings, 0 replies; 11+ messages in thread
From: Justin Lecher @ 2015-10-10 14:11 UTC (permalink / raw
To: gentoo-commits
commit: 0cca18656740551670b25ea01ecdf090bd5bac13
Author: Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Tue Oct 6 17:41:38 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Oct 6 17:41:38 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0cca1865
dev-python/matrix2latex: corrected header license
Package-Manager: portage-2.2.22
dev-python/matrix2latex/ChangeLog | 4 ++++
dev-python/matrix2latex/matrix2latex-1.0.0.ebuild | 1 +
dev-python/matrix2latex/matrix2latex-9999.ebuild | 1 +
3 files changed, 6 insertions(+)
diff --git a/dev-python/matrix2latex/ChangeLog b/dev-python/matrix2latex/ChangeLog
index 7b959bd..a758f38 100644
--- a/dev-python/matrix2latex/ChangeLog
+++ b/dev-python/matrix2latex/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 06 Oct 2015; Horea Christian <h.chr@mail.ru> matrix2latex-1.0.0.ebuild,
+ matrix2latex-9999.ebuild:
+ dev-python/matrix2latex: corrected header license
+
*matrix2latex-1.0.0 (06 Oct 2015)
*matrix2latex-9999 (06 Oct 2015)
diff --git a/dev-python/matrix2latex/matrix2latex-1.0.0.ebuild b/dev-python/matrix2latex/matrix2latex-1.0.0.ebuild
index f620880..159ee63 100644
--- a/dev-python/matrix2latex/matrix2latex-1.0.0.ebuild
+++ b/dev-python/matrix2latex/matrix2latex-1.0.0.ebuild
@@ -1,5 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+# $Id$
EAPI=5
diff --git a/dev-python/matrix2latex/matrix2latex-9999.ebuild b/dev-python/matrix2latex/matrix2latex-9999.ebuild
index c45bff5..bbb6147 100644
--- a/dev-python/matrix2latex/matrix2latex-9999.ebuild
+++ b/dev-python/matrix2latex/matrix2latex-9999.ebuild
@@ -1,5 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+# $Id$
EAPI=5
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/matrix2latex/
@ 2015-10-10 14:11 Justin Lecher
0 siblings, 0 replies; 11+ messages in thread
From: Justin Lecher @ 2015-10-10 14:11 UTC (permalink / raw
To: gentoo-commits
commit: ff435e534d9529272beac748f6accb2e45615592
Author: Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Wed Oct 7 12:53:04 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 7 12:53:04 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ff435e53
dev-python/matrix2latex: removed empty depend list
Package-Manager: portage-2.2.22
dev-python/matrix2latex/ChangeLog | 4 ++++
dev-python/matrix2latex/matrix2latex-1.0.0.ebuild | 3 ---
dev-python/matrix2latex/matrix2latex-9999.ebuild | 3 ---
3 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/dev-python/matrix2latex/ChangeLog b/dev-python/matrix2latex/ChangeLog
index b066adc..203d587 100644
--- a/dev-python/matrix2latex/ChangeLog
+++ b/dev-python/matrix2latex/ChangeLog
@@ -4,6 +4,10 @@
07 Oct 2015; Horea Christian <h.chr@mail.ru> matrix2latex-1.0.0.ebuild,
matrix2latex-9999.ebuild:
+ dev-python/matrix2latex: removed empty depend list
+
+ 07 Oct 2015; Horea Christian <h.chr@mail.ru> matrix2latex-1.0.0.ebuild,
+ matrix2latex-9999.ebuild:
dev-python/matrix2latex: removed deprecated python compatibility
06 Oct 2015; Horea Christian <h.chr@mail.ru> matrix2latex-9999.ebuild:
diff --git a/dev-python/matrix2latex/matrix2latex-1.0.0.ebuild b/dev-python/matrix2latex/matrix2latex-1.0.0.ebuild
index c4e3044..88bdb3c 100644
--- a/dev-python/matrix2latex/matrix2latex-1.0.0.ebuild
+++ b/dev-python/matrix2latex/matrix2latex-1.0.0.ebuild
@@ -17,7 +17,4 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
-RDEPEND=""
-DEPEND=""
-
S="${WORKDIR}/${PN}Python${PV}"
diff --git a/dev-python/matrix2latex/matrix2latex-9999.ebuild b/dev-python/matrix2latex/matrix2latex-9999.ebuild
index 4c16c6f..a2c8382 100644
--- a/dev-python/matrix2latex/matrix2latex-9999.ebuild
+++ b/dev-python/matrix2latex/matrix2latex-9999.ebuild
@@ -16,6 +16,3 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
-
-RDEPEND=""
-DEPEND=""
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/matrix2latex/
@ 2015-10-10 14:11 Justin Lecher
0 siblings, 0 replies; 11+ messages in thread
From: Justin Lecher @ 2015-10-10 14:11 UTC (permalink / raw
To: gentoo-commits
commit: 59716e12bab680fa7e7ce35c9ff2043f34753a1f
Author: Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Wed Oct 7 12:52:20 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 7 12:52:20 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=59716e12
dev-python/matrix2latex: removed deprecated python compatibility
Package-Manager: portage-2.2.22
dev-python/matrix2latex/ChangeLog | 4 ++++
dev-python/matrix2latex/matrix2latex-1.0.0.ebuild | 2 +-
dev-python/matrix2latex/matrix2latex-9999.ebuild | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/dev-python/matrix2latex/ChangeLog b/dev-python/matrix2latex/ChangeLog
index 386dea5..b066adc 100644
--- a/dev-python/matrix2latex/ChangeLog
+++ b/dev-python/matrix2latex/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 07 Oct 2015; Horea Christian <h.chr@mail.ru> matrix2latex-1.0.0.ebuild,
+ matrix2latex-9999.ebuild:
+ dev-python/matrix2latex: removed deprecated python compatibility
+
06 Oct 2015; Horea Christian <h.chr@mail.ru> matrix2latex-9999.ebuild:
dev-python/matrix2latex: removed keyword for live package
diff --git a/dev-python/matrix2latex/matrix2latex-1.0.0.ebuild b/dev-python/matrix2latex/matrix2latex-1.0.0.ebuild
index 159ee63..c4e3044 100644
--- a/dev-python/matrix2latex/matrix2latex-1.0.0.ebuild
+++ b/dev-python/matrix2latex/matrix2latex-1.0.0.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
inherit distutils-r1 multilib
diff --git a/dev-python/matrix2latex/matrix2latex-9999.ebuild b/dev-python/matrix2latex/matrix2latex-9999.ebuild
index 3713d93..4c16c6f 100644
--- a/dev-python/matrix2latex/matrix2latex-9999.ebuild
+++ b/dev-python/matrix2latex/matrix2latex-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
inherit distutils-r1 git-r3 multilib
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/matrix2latex/
@ 2015-10-10 14:11 Justin Lecher
0 siblings, 0 replies; 11+ messages in thread
From: Justin Lecher @ 2015-10-10 14:11 UTC (permalink / raw
To: gentoo-commits
commit: 5d8971f21bae11fe36d03d88dee5f9bc5a016988
Author: Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Tue Oct 6 23:48:32 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Oct 6 23:48:32 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5d8971f2
dev-python/matrix2latex: removed keyword for live package
Package-Manager: portage-2.2.22
dev-python/matrix2latex/ChangeLog | 3 +++
dev-python/matrix2latex/matrix2latex-9999.ebuild | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-python/matrix2latex/ChangeLog b/dev-python/matrix2latex/ChangeLog
index 1b781cb..386dea5 100644
--- a/dev-python/matrix2latex/ChangeLog
+++ b/dev-python/matrix2latex/ChangeLog
@@ -3,6 +3,9 @@
# $Id$
06 Oct 2015; Horea Christian <h.chr@mail.ru> matrix2latex-9999.ebuild:
+ dev-python/matrix2latex: removed keyword for live package
+
+ 06 Oct 2015; Horea Christian <h.chr@mail.ru> matrix2latex-9999.ebuild:
dev-python/matrix2latex: removed blank line
06 Oct 2015; Horea Christian <h.chr@mail.ru> matrix2latex-1.0.0.ebuild,
diff --git a/dev-python/matrix2latex/matrix2latex-9999.ebuild b/dev-python/matrix2latex/matrix2latex-9999.ebuild
index b3565a3..3713d93 100644
--- a/dev-python/matrix2latex/matrix2latex-9999.ebuild
+++ b/dev-python/matrix2latex/matrix2latex-9999.ebuild
@@ -14,7 +14,7 @@ EGIT_REPO_URI="https://github.com/TheChymera/matrix2latex"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS=""
IUSE=""
RDEPEND=""
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/matrix2latex/
@ 2020-10-20 17:40 Horea Christian
0 siblings, 0 replies; 11+ messages in thread
From: Horea Christian @ 2020-10-20 17:40 UTC (permalink / raw
To: gentoo-commits
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>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>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/matrix2latex/
@ 2020-10-20 17:41 Horea Christian
0 siblings, 0 replies; 11+ messages in thread
From: Horea Christian @ 2020-10-20 17:41 UTC (permalink / raw
To: gentoo-commits
commit: c590dad65d877560eea0033fd7de44e9cc5eac7a
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue Oct 20 17:41:19 2020 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Oct 20 17:41:19 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c590dad6
dev-python/matrix2latex: dropped live ebuild
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/matrix2latex/matrix2latex-9999.ebuild | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/dev-python/matrix2latex/matrix2latex-9999.ebuild b/dev-python/matrix2latex/matrix2latex-9999.ebuild
deleted file mode 100644
index e206c1d0f..000000000
--- a/dev-python/matrix2latex/matrix2latex-9999.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1 git-r3 multilib
-
-DESCRIPTION="A tool to create LaTeX tables from python lists and arrays"
-HOMEPAGE="https://github.com/TheChymera/matrix2latex"
-EGIT_REPO_URI="https://github.com/TheChymera/matrix2latex"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/matrix2latex/
@ 2021-01-03 4:32 Horea Christian
0 siblings, 0 replies; 11+ messages in thread
From: Horea Christian @ 2021-01-03 4:32 UTC (permalink / raw
To: gentoo-commits
commit: 42f7255665aedfc21ca5bbbffcd6fa9c74842cc2
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Jan 2 12:40:30 2021 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Jan 3 04:30:26 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=42f72556
dev-python/matrix2latex: bump python targets, enable tests and sphinx
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/matrix2latex/matrix2latex-1.0.0.ebuild | 19 --------------
.../matrix2latex/matrix2latex-1.9_p20160719.ebuild | 30 ++++++++++++++++++++++
2 files changed, 30 insertions(+), 19 deletions(-)
diff --git a/dev-python/matrix2latex/matrix2latex-1.0.0.ebuild b/dev-python/matrix2latex/matrix2latex-1.0.0.ebuild
deleted file mode 100644
index 502c649fc..000000000
--- a/dev-python/matrix2latex/matrix2latex-1.0.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_{6..9}} )
-
-inherit distutils-r1 multilib
-
-DESCRIPTION="A tool to create LaTeX tables from python lists and arrays"
-HOMEPAGE="https://github.com/TheChymera/matrix2latex"
-SRC_URI="https://github.com/TheChymera/${PN}/blob/master/archive/${PN}Python-${PV}.tar.gz?raw=true -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-S="${WORKDIR}/${PN}Python${PV}"
diff --git a/dev-python/matrix2latex/matrix2latex-1.9_p20160719.ebuild b/dev-python/matrix2latex/matrix2latex-1.9_p20160719.ebuild
new file mode 100644
index 000000000..14a2ecaa7
--- /dev/null
+++ b/dev-python/matrix2latex/matrix2latex-1.9_p20160719.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+COMMIT="78edec90115b855cb743ecc702d252514dedc6db"
+
+DESCRIPTION="A tool to create LaTeX tables from python lists and arrays"
+HOMEPAGE="https://github.com/TheChymera/matrix2latex"
+SRC_URI="https://github.com/TheChymera/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+distutils_enable_sphinx doc_sphinx
+distutils_enable_tests pytest
+
+python_prepare_all() {
+ # this has been renamed in newer versions of sphinx
+ sed -i -e 's/sphinx.ext.pngmath/sphinx.ext.imgmath/g' doc_sphinx/conf.py
+
+ distutils-r1_python_prepare_all
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/matrix2latex/
@ 2021-01-03 4:54 Horea Christian
0 siblings, 0 replies; 11+ messages in thread
From: Horea Christian @ 2021-01-03 4:54 UTC (permalink / raw
To: gentoo-commits
commit: af6f8867c50b39b6857def4a3f528fe78cc350fd
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sun Jan 3 04:53:37 2021 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Jan 3 04:53:37 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=af6f8867
dev-python/matrix2latex: version bump 1.10
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/matrix2latex/matrix2latex-1.10.ebuild | 28 ++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-python/matrix2latex/matrix2latex-1.10.ebuild b/dev-python/matrix2latex/matrix2latex-1.10.ebuild
new file mode 100644
index 000000000..0d84ff9e9
--- /dev/null
+++ b/dev-python/matrix2latex/matrix2latex-1.10.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A tool to create LaTeX tables from python lists and arrays"
+HOMEPAGE="https://github.com/TheChymera/matrix2latex"
+SRC_URI="https://github.com/TheChymera/matrix2latex/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+distutils_enable_sphinx doc_sphinx
+distutils_enable_tests pytest
+
+python_prepare_all() {
+ # this has been renamed in newer versions of sphinx
+ sed -i -e 's/sphinx.ext.pngmath/sphinx.ext.imgmath/g' doc_sphinx/conf.py
+
+ distutils-r1_python_prepare_all
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/matrix2latex/
@ 2021-01-03 4:54 Horea Christian
0 siblings, 0 replies; 11+ messages in thread
From: Horea Christian @ 2021-01-03 4:54 UTC (permalink / raw
To: gentoo-commits
commit: f185600e2b554a2f6f9481b38ac84d5246cb902f
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sun Jan 3 04:54:22 2021 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Jan 3 04:54:22 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f185600e
dev-python/matrix2latex: dropped Python 3 incompatible version
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
.../matrix2latex/matrix2latex-1.9_p20160719.ebuild | 30 ----------------------
1 file changed, 30 deletions(-)
diff --git a/dev-python/matrix2latex/matrix2latex-1.9_p20160719.ebuild b/dev-python/matrix2latex/matrix2latex-1.9_p20160719.ebuild
deleted file mode 100644
index 14a2ecaa7..000000000
--- a/dev-python/matrix2latex/matrix2latex-1.9_p20160719.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-COMMIT="78edec90115b855cb743ecc702d252514dedc6db"
-
-DESCRIPTION="A tool to create LaTeX tables from python lists and arrays"
-HOMEPAGE="https://github.com/TheChymera/matrix2latex"
-SRC_URI="https://github.com/TheChymera/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-distutils_enable_sphinx doc_sphinx
-distutils_enable_tests pytest
-
-python_prepare_all() {
- # this has been renamed in newer versions of sphinx
- sed -i -e 's/sphinx.ext.pngmath/sphinx.ext.imgmath/g' doc_sphinx/conf.py
-
- distutils-r1_python_prepare_all
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2021-01-03 4:55 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-10 14:11 [gentoo-commits] proj/sci:master commit in: dev-python/matrix2latex/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2021-01-03 4:54 Horea Christian
2021-01-03 4:54 Horea Christian
2021-01-03 4:32 Horea Christian
2020-10-20 17:41 Horea Christian
2020-10-20 17:40 Horea Christian
2015-10-10 14:11 Justin Lecher
2015-10-10 14:11 Justin Lecher
2015-10-10 14:11 Justin Lecher
2015-10-10 14:11 Justin Lecher
2015-10-10 14:11 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox