1
0
Fork 0

matrix2latex now moved to the science overlay

This commit is contained in:
Horea Christian 2015-10-07 01:13:25 +02:00
parent c2506055d4
commit dc9f3a77a5
3 changed files with 0 additions and 58 deletions

View File

@ -1 +0,0 @@
DIST matrix2latexPython2011-12-15.tar.gz 249853 SHA256 d027cd73632b8cc9f9139c4a4467a706fa0dc3db9ebff4062d20cf4aaf8f775d SHA512 dd8636f04997ef0bf6868d9a6d7c2c24d337c2b1f55b83c09e965e5c450f7905c376e962cfdbb979392c02285646ce514a00857b99965c72e52fda672aeca23f WHIRLPOOL 673801a48d6a52fd5ad39d7053ada3e762d76fbaeff7fc3bcc5262919347f25308e2bd60559474e59be2dd64fac2a3057b083b8e2c02c3b42d575bfb1895e334

View File

@ -1,36 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} )
inherit python-single-r1
DESCRIPTION="A tool to create LaTeX tables from python lists and arrays."
HOMEPAGE="https://code.google.com/p/matrix2latex/"
SRC_URI="https://matrix2latex.googlecode.com/files/"${PN}"Python2011-12-15.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND=""
DEPEND=""
src_unpack() {
if [ "${A}" != "" ]; then
unpack ${A}
fi
S="${WORKDIR}/${PN}Python"
cd ${S}
}
src_install() {
python_optimize .
python_domodule "${S}"/matrix2latex.py
python_domodule "${S}"/fixEngineeringNotation.py
python_domodule "${S}"/error.py
python_domodule "${S}"/IOString.py
}

View File

@ -1,21 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} )
inherit distutils-r1 git-r3 multilib
DESCRIPTION="A tool to create LaTeX tables from python lists and arrays."
HOMEPAGE="https://code.google.com/p/matrix2latex/"
EGIT_REPO_URI="https://github.com/TheChymera/matrix2latex"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND=""
DEPEND=""