* [gentoo-commits] proj/sci:master commit in: sci-mathematics/mathics/
@ 2017-03-06 15:11 Marius Brehler
0 siblings, 0 replies; only message in thread
From: Marius Brehler @ 2017-03-06 15:11 UTC (permalink / raw
To: gentoo-commits
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>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-03-06 15:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-06 15:11 [gentoo-commits] proj/sci:master commit in: sci-mathematics/mathics/ Marius Brehler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox