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>[email protected]</email>
+       </maintainer>
+       <maintainer type="project">
+               <email>[email protected]</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>

Reply via email to