aboutsummaryrefslogtreecommitdiff
blob: 88726a6a9d7479eb51ba79fa08c38b6e9da0ee7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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"