From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8EF0C138BED for ; Sat, 10 Oct 2015 14:11:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06321E0818; Sat, 10 Oct 2015 14:11:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F01DE07E2 for ; Sat, 10 Oct 2015 14:11:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D71833FEDE for ; Sat, 10 Oct 2015 14:11:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E8A727A for ; Sat, 10 Oct 2015 14:11:31 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1444153003.90641a541611d2f655cb4146232a612e39f1e475.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/matrix2latex/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/matrix2latex/ChangeLog dev-python/matrix2latex/matrix2latex-1.0.0.ebuild dev-python/matrix2latex/matrix2latex-9999.ebuild dev-python/matrix2latex/metadata.xml X-VCS-Directories: dev-python/matrix2latex/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 90641a541611d2f655cb4146232a612e39f1e475 X-VCS-Branch: master Date: Sat, 10 Oct 2015 14:11:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1a447104-b19d-40e3-8d3a-d207b8ae9d91 X-Archives-Hash: 947ea36bc427f5c688326beabdad8b5d commit: 90641a541611d2f655cb4146232a612e39f1e475 Author: Horea Christian mail ru> AuthorDate: Tue Oct 6 17:36:43 2015 +0000 Commit: Justin Lecher gentoo 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 +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 @@ + + + + sci + + A tool for converting Python or MATLAB matrices to + LaTeX tables, that can optionally create self-sustained + LATeX documents and compile them. + + + matrix2latex + +