public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/matrix2latex/
Date: Sat, 10 Oct 2015 14:11:31 +0000 (UTC)	[thread overview]
Message-ID: <1444153003.90641a541611d2f655cb4146232a612e39f1e475.jlec@gentoo> (raw)

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>


             reply	other threads:[~2015-10-10 14:11 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-10 14:11 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-01-03  4:54 [gentoo-commits] proj/sci:master commit in: dev-python/matrix2latex/ 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1444153003.90641a541611d2f655cb4146232a612e39f1e475.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox