[gentoo-commits] proj/sci:master commit in: dev-python/matrix2latex/

2021-01-02 Thread Horea Christian
commit: f185600e2b554a2f6f9481b38ac84d5246cb902f
Author: Horea Christian  chymera  eu>
AuthorDate: Sun Jan  3 04:54:22 2021 +
Commit: Horea Christian  gmail  com>
CommitDate: Sun Jan  3 04:54:22 2021 +
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  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..0
--- 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
-}



[gentoo-commits] proj/sci:master commit in: dev-python/matrix2latex/

2021-01-02 Thread Horea Christian
commit: af6f8867c50b39b6857def4a3f528fe78cc350fd
Author: Horea Christian  chymera  eu>
AuthorDate: Sun Jan  3 04:53:37 2021 +
Commit: Horea Christian  gmail  com>
CommitDate: Sun Jan  3 04:53:37 2021 +
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  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 0..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
+}



[gentoo-commits] proj/sci:master commit in: dev-python/matrix2latex/

2021-01-02 Thread Horea Christian
commit: 42f7255665aedfc21ca5bbbffcd6fa9c74842cc2
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sat Jan  2 12:40:30 2021 +
Commit: Horea Christian  gmail  com>
CommitDate: Sun Jan  3 04:30:26 2021 +
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  riseup.net>
Signed-off-by: Horea Christian  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..0
--- 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 0..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
+}



[gentoo-commits] proj/sci:master commit in: dev-python/matrix2latex/

2020-10-20 Thread Horea Christian
commit: c590dad65d877560eea0033fd7de44e9cc5eac7a
Author: Horea Christian  chymera  eu>
AuthorDate: Tue Oct 20 17:41:19 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Tue Oct 20 17:41:19 2020 +
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  chymera.eu>

 dev-python/matrix2latex/matrix2latex-.ebuild | 17 -
 1 file changed, 17 deletions(-)

diff --git a/dev-python/matrix2latex/matrix2latex-.ebuild 
b/dev-python/matrix2latex/matrix2latex-.ebuild
deleted file mode 100644
index e206c1d0f..0
--- a/dev-python/matrix2latex/matrix2latex-.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=""



[gentoo-commits] proj/sci:master commit in: dev-python/matrix2latex/

2020-10-20 Thread Horea Christian
commit: 295dff675b19342711b9d4a2912f855fb7f421c4
Author: Horea Christian  chymera  eu>
AuthorDate: Tue Oct 20 17:40:35 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Tue Oct 20 17:40:35 2020 +
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  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 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   c...@chymera.eu
+   Horea Christian
+   

s...@gentoo.org
Gentoo Science Project


-A tool for converting Python or MATLAB matrices to
-LaTeX tables, that can optionally create self-sustained
-LATeX documents and compile them.
-
+   A tool for converting Python or MATLAB matrices to LaTeX 
tables, that
+   can optionally create self-sustained LATeX documents and 
compile them.
+   

TheChymera/matrix2latex




[gentoo-commits] proj/sci:master commit in: dev-python/matrix2latex/

2015-10-10 Thread Justin Lecher
commit: 5d8971f21bae11fe36d03d88dee5f9bc5a016988
Author: Horea Christian  mail  ru>
AuthorDate: Tue Oct  6 23:48:32 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Oct  6 23:48:32 2015 +
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-.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  matrix2latex-.ebuild:
+  dev-python/matrix2latex: removed keyword for live package
+
+  06 Oct 2015; Horea Christian  matrix2latex-.ebuild:
   dev-python/matrix2latex: removed blank line
 
   06 Oct 2015; Horea Christian  matrix2latex-1.0.0.ebuild,

diff --git a/dev-python/matrix2latex/matrix2latex-.ebuild 
b/dev-python/matrix2latex/matrix2latex-.ebuild
index b3565a3..3713d93 100644
--- a/dev-python/matrix2latex/matrix2latex-.ebuild
+++ b/dev-python/matrix2latex/matrix2latex-.ebuild
@@ -14,7 +14,7 @@ EGIT_REPO_URI="https://github.com/TheChymera/matrix2latex;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS=""
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] proj/sci:master commit in: dev-python/matrix2latex/

2015-10-10 Thread Justin Lecher
commit: 0cca18656740551670b25ea01ecdf090bd5bac13
Author: Horea Christian  mail  ru>
AuthorDate: Tue Oct  6 17:41:38 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Oct  6 17:41:38 2015 +
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-.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  matrix2latex-1.0.0.ebuild,
+  matrix2latex-.ebuild:
+  dev-python/matrix2latex: corrected header license
+
 *matrix2latex-1.0.0 (06 Oct 2015)
 *matrix2latex- (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-.ebuild 
b/dev-python/matrix2latex/matrix2latex-.ebuild
index c45bff5..bbb6147 100644
--- a/dev-python/matrix2latex/matrix2latex-.ebuild
+++ b/dev-python/matrix2latex/matrix2latex-.ebuild
@@ -1,5 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+# $Id$
 
 EAPI=5
 



[gentoo-commits] proj/sci:master commit in: dev-python/matrix2latex/

2015-10-10 Thread Justin Lecher
commit: ff435e534d9529272beac748f6accb2e45615592
Author: Horea Christian  mail  ru>
AuthorDate: Wed Oct  7 12:53:04 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Oct  7 12:53:04 2015 +
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-.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  matrix2latex-1.0.0.ebuild,
   matrix2latex-.ebuild:
+  dev-python/matrix2latex: removed empty depend list
+
+  07 Oct 2015; Horea Christian  matrix2latex-1.0.0.ebuild,
+  matrix2latex-.ebuild:
   dev-python/matrix2latex: removed deprecated python compatibility
 
   06 Oct 2015; Horea Christian  matrix2latex-.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-.ebuild 
b/dev-python/matrix2latex/matrix2latex-.ebuild
index 4c16c6f..a2c8382 100644
--- a/dev-python/matrix2latex/matrix2latex-.ebuild
+++ b/dev-python/matrix2latex/matrix2latex-.ebuild
@@ -16,6 +16,3 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
 IUSE=""
-
-RDEPEND=""
-DEPEND=""



[gentoo-commits] proj/sci:master commit in: dev-python/matrix2latex/

2015-10-10 Thread Justin Lecher
commit: 59716e12bab680fa7e7ce35c9ff2043f34753a1f
Author: Horea Christian  mail  ru>
AuthorDate: Wed Oct  7 12:52:20 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Oct  7 12:52:20 2015 +
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-.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  matrix2latex-1.0.0.ebuild,
+  matrix2latex-.ebuild:
+  dev-python/matrix2latex: removed deprecated python compatibility
+
   06 Oct 2015; Horea Christian  matrix2latex-.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-.ebuild 
b/dev-python/matrix2latex/matrix2latex-.ebuild
index 3713d93..4c16c6f 100644
--- a/dev-python/matrix2latex/matrix2latex-.ebuild
+++ b/dev-python/matrix2latex/matrix2latex-.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
 



[gentoo-commits] proj/sci:master commit in: dev-python/matrix2latex/

2015-10-10 Thread Justin Lecher
commit: 90641a541611d2f655cb4146232a612e39f1e475
Author: Horea Christian  mail  ru>
AuthorDate: Tue Oct  6 17:36:43 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Oct  6 17:36:43 2015 +
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-.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 000..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- (06 Oct 2015)
+
+  06 Oct 2015; Horea Christian  +matrix2latex-1.0.0.ebuild,
+  +matrix2latex-.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 000..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-.ebuild 
b/dev-python/matrix2latex/matrix2latex-.ebuild
new file mode 100644
index 000..c45bff5
--- /dev/null
+++ b/dev-python/matrix2latex/matrix2latex-.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 000..c4be676
--- /dev/null
+++ b/dev-python/matrix2latex/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   sci
+   
+   A tool for converting Python or MATLAB matrices to
+   LaTeX tables, that can optionally create self-sustained
+   LATeX documents and compile them.
+   
+   
+   matrix2latex
+   
+



[gentoo-commits] proj/sci:master commit in: dev-python/matrix2latex/

2015-10-10 Thread Justin Lecher
commit: 6f6521f89b1f6adfbb7dbcc2c41aca298853b48d
Author: Horea Christian  mail  ru>
AuthorDate: Tue Oct  6 17:42:17 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Oct  6 17:42:17 2015 +
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-.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  matrix2latex-.ebuild:
+  dev-python/matrix2latex: removed blank line
+
   06 Oct 2015; Horea Christian  matrix2latex-1.0.0.ebuild,
   matrix2latex-.ebuild:
   dev-python/matrix2latex: corrected header license

diff --git a/dev-python/matrix2latex/matrix2latex-.ebuild 
b/dev-python/matrix2latex/matrix2latex-.ebuild
index bbb6147..b3565a3 100644
--- a/dev-python/matrix2latex/matrix2latex-.ebuild
+++ b/dev-python/matrix2latex/matrix2latex-.ebuild
@@ -19,4 +19,3 @@ IUSE=""
 
 RDEPEND=""
 DEPEND=""
-