From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-936639-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 56463139694
	for <garchives@archives.gentoo.org>; Mon,  6 Mar 2017 15:11:19 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9B678E0C78;
	Mon,  6 Mar 2017 15:11:17 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 6C3BCE0C78
	for <gentoo-commits@lists.gentoo.org>; Mon,  6 Mar 2017 15:11:17 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 32B75341746
	for <gentoo-commits@lists.gentoo.org>; Mon,  6 Mar 2017 15:11:16 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 999A35E7B
	for <gentoo-commits@lists.gentoo.org>; Mon,  6 Mar 2017 15:11:14 +0000 (UTC)
From: "Marius Brehler" <marbre@linux.sungazer.de>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" <marbre@linux.sungazer.de>
Message-ID: <1488486819.6f379e8f409f348fa7e278d0a3fbeef7cce6babd.marbre@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/mathics/
X-VCS-Repository: proj/sci
X-VCS-Files: sci-mathematics/mathics/mathics-1.0.ebuild sci-mathematics/mathics/metadata.xml
X-VCS-Directories: sci-mathematics/mathics/
X-VCS-Committer: marbre
X-VCS-Committer-Name: Marius Brehler
X-VCS-Revision: 6f379e8f409f348fa7e278d0a3fbeef7cce6babd
X-VCS-Branch: master
Date: Mon,  6 Mar 2017 15:11:14 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 4d608f1f-d527-4849-91c3-a34e9b64adee
X-Archives-Hash: ad75cce77088d0390b4062ce7e67249c

commit:     6f379e8f409f348fa7e278d0a3fbeef7cce6babd
Author:     Сухарик <suhr <AT> i2pmail <DOT> org>
AuthorDate: Thu Mar  2 20:33:39 2017 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Thu Mar  2 20:33:39 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=6f379e8f

sci-mathematics/mathics: new ebuild (#735)

 sci-mathematics/mathics/mathics-1.0.ebuild | 28 ++++++++++++++++++++++++++++
 sci-mathematics/mathics/metadata.xml       | 21 +++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/sci-mathematics/mathics/mathics-1.0.ebuild b/sci-mathematics/mathics/mathics-1.0.ebuild
new file mode 100644
index 000000000..88726a6a9
--- /dev/null
+++ b/sci-mathematics/mathics/mathics-1.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="A free lightweight CAS using Wolfram Language"
+HOMEPAGE="https://mathics.github.io/"
+SRC_URI="https://github.com/mathics/Mathics/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/Mathics-${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+KEYWORDS="~x86 ~amd64"
+
+RDEPEND="
+	~dev-python/sympy-1.0[${PYTHON_USEDEP}]
+	=dev-python/django-1.8*[${PYTHON_USEDEP}]
+	>=dev-python/mpmath-0.19[${PYTHON_USEDEP}]
+	dev-python/python-dateutil[${PYTHON_USEDEP}]
+	dev-python/colorama[${PYTHON_USEDEP}]
+	>=dev-python/six-1.10[${PYTHON_USEDEP}]
+"
+DEPEND="$RDEPEND"

diff --git a/sci-mathematics/mathics/metadata.xml b/sci-mathematics/mathics/metadata.xml
new file mode 100644
index 000000000..9cb351fa7
--- /dev/null
+++ b/sci-mathematics/mathics/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>sci@gentoo.org</email>
+	</maintainer>
+	<maintainer type="project">
+		<email>sci-physics@gentoo.org</email>
+		<name>Gentoo Physics Project</name>
+	</maintainer>
+	<longdescription lang="en">
+		Mathics—to be pronounced like “Mathematics” without the “emat”—is a general-purpose computer algebra system (CAS).
+		It is meant to be a free, light-weight alternative to Mathematica®. It is free both as in “free beer” and as in “freedom”.
+		There are various online mirrors running Mathics but it is also possible to run Mathics locally. A list of mirrors
+		can be found at the Mathics homepage, http://mathics.github.io.
+
+		The programming language of Mathics is meant to resemble Wolfram's famous Mathematica® as much as possible.
+		However, Mathics is in no way affiliated or supported by Wolfram. Mathics will probably never have the power to
+		compete with Mathematica® in industrial applications; yet, it might be an interesting alternative for educational purposes.
+	</longdescription>
+</pkgmetadata>