Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/mathics/
Date: Mon, 06 Mar 2017 15:11:19
Message-Id: 1488486819.6f379e8f409f348fa7e278d0a3fbeef7cce6babd.marbre@gentoo
1 commit: 6f379e8f409f348fa7e278d0a3fbeef7cce6babd
2 Author: Сухарик <suhr <AT> i2pmail <DOT> org>
3 AuthorDate: Thu Mar 2 20:33:39 2017 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Thu Mar 2 20:33:39 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6f379e8f
7
8 sci-mathematics/mathics: new ebuild (#735)
9
10 sci-mathematics/mathics/mathics-1.0.ebuild | 28 ++++++++++++++++++++++++++++
11 sci-mathematics/mathics/metadata.xml | 21 +++++++++++++++++++++
12 2 files changed, 49 insertions(+)
13
14 diff --git a/sci-mathematics/mathics/mathics-1.0.ebuild b/sci-mathematics/mathics/mathics-1.0.ebuild
15 new file mode 100644
16 index 000000000..88726a6a9
17 --- /dev/null
18 +++ b/sci-mathematics/mathics/mathics-1.0.ebuild
19 @@ -0,0 +1,28 @@
20 +# Copyright 1999-2017 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +
23 +EAPI=6
24 +
25 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
26 +
27 +inherit distutils-r1
28 +
29 +DESCRIPTION="A free lightweight CAS using Wolfram Language"
30 +HOMEPAGE="https://mathics.github.io/"
31 +SRC_URI="https://github.com/mathics/Mathics/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32 +S="${WORKDIR}/Mathics-${PV}"
33 +
34 +LICENSE="GPL-3"
35 +SLOT="0"
36 +IUSE=""
37 +KEYWORDS="~x86 ~amd64"
38 +
39 +RDEPEND="
40 + ~dev-python/sympy-1.0[${PYTHON_USEDEP}]
41 + =dev-python/django-1.8*[${PYTHON_USEDEP}]
42 + >=dev-python/mpmath-0.19[${PYTHON_USEDEP}]
43 + dev-python/python-dateutil[${PYTHON_USEDEP}]
44 + dev-python/colorama[${PYTHON_USEDEP}]
45 + >=dev-python/six-1.10[${PYTHON_USEDEP}]
46 +"
47 +DEPEND="$RDEPEND"
48
49 diff --git a/sci-mathematics/mathics/metadata.xml b/sci-mathematics/mathics/metadata.xml
50 new file mode 100644
51 index 000000000..9cb351fa7
52 --- /dev/null
53 +++ b/sci-mathematics/mathics/metadata.xml
54 @@ -0,0 +1,21 @@
55 +<?xml version="1.0" encoding="UTF-8"?>
56 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
57 +<pkgmetadata>
58 + <maintainer type="project">
59 + <email>sci@g.o</email>
60 + </maintainer>
61 + <maintainer type="project">
62 + <email>sci-physics@g.o</email>
63 + <name>Gentoo Physics Project</name>
64 + </maintainer>
65 + <longdescription lang="en">
66 + Mathics—to be pronounced like “Mathematics” without the “emat”—is a general-purpose computer algebra system (CAS).
67 + It is meant to be a free, light-weight alternative to Mathematica®. It is free both as in “free beer” and as in “freedom”.
68 + There are various online mirrors running Mathics but it is also possible to run Mathics locally. A list of mirrors
69 + can be found at the Mathics homepage, http://mathics.github.io.
70 +
71 + The programming language of Mathics is meant to resemble Wolfram's famous Mathematica® as much as possible.
72 + However, Mathics is in no way affiliated or supported by Wolfram. Mathics will probably never have the power to
73 + compete with Mathematica® in industrial applications; yet, it might be an interesting alternative for educational purposes.
74 + </longdescription>
75 +</pkgmetadata>