aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorСухарик <suhr@i2pmail.org>2017-03-03 00:33:39 +0400
committerJustin Lecher <jlec@gentoo.org>2017-03-02 20:33:39 +0000
commit6f379e8f409f348fa7e278d0a3fbeef7cce6babd (patch)
tree0dacadd65def68102d1e358f7226a780be608df0 /sci-mathematics/mathics
parentdev-util/numdiff: version bump to 5.9.0 (diff)
downloadsci-6f379e8f409f348fa7e278d0a3fbeef7cce6babd.tar.gz
sci-6f379e8f409f348fa7e278d0a3fbeef7cce6babd.tar.bz2
sci-6f379e8f409f348fa7e278d0a3fbeef7cce6babd.zip
sci-mathematics/mathics: new ebuild (#735)
Diffstat (limited to 'sci-mathematics/mathics')
-rw-r--r--sci-mathematics/mathics/Manifest1
-rw-r--r--sci-mathematics/mathics/mathics-1.0.ebuild28
-rw-r--r--sci-mathematics/mathics/metadata.xml21
3 files changed, 50 insertions, 0 deletions
diff --git a/sci-mathematics/mathics/Manifest b/sci-mathematics/mathics/Manifest
new file mode 100644
index 000000000..1e2590429
--- /dev/null
+++ b/sci-mathematics/mathics/Manifest
@@ -0,0 +1 @@
+DIST mathics-1.0.tar.gz 4887310 SHA256 12ef8c5daa37d949f68ce347633f4eb07b5cca689f60c8756a7526676b6bd6da SHA512 4bf6b9d0d08bdf328dcd6a0cb644c099d702f582810776825b46d93040e8543af5014a9ec4d47e17f8d4b8dff52503438f6ed28182ba10ea400009784a7c77ce WHIRLPOOL b95caa377efaf680f2e6431d5d88e0979228f3dbc7fbec2a7153f4460f1bd639c0ad5f5ea5bf9ae0eaf5aae69f4e96de56bbf1c3f60b87aea50be48aee61af35
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>