aboutsummaryrefslogtreecommitdiff
blob: cef1e1eb71fb289cef6a7ce0baf29cf7ac625fda (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
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python3_{7,8,9} )
DISTUTILS_USE_SETUPTOOLS=rdepend

inherit distutils-r1

DESCRIPTION="Python module for distributed just-in-time shared library building"
HOMEPAGE="https://bitbucket.org/fenics-project/dijitso/"
SRC_URI="https://bitbucket.org/fenics-project/dijitso/downloads/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	dev-python/mpi4py[${PYTHON_USEDEP}]
	dev-python/numpy[${PYTHON_USEDEP}]
	dev-python/six[${PYTHON_USEDEP}]
"
# TODO: fix this, seems to require self
#distutils_enable_sphinx doc/sphinx/source
distutils_enable_tests --install pytest