commit: 2842175fb901ebe302adeca943414645bd941f6f Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Thu Sep 14 18:28:29 2017 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Thu Sep 14 18:28:29 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2842175f
dev-python/dijitso: version bump to 2017.1.0 Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/dijitso/dijitso-2017.1.0.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/dev-python/dijitso/dijitso-2017.1.0.ebuild b/dev-python/dijitso/dijitso-2017.1.0.ebuild new file mode 100644 index 000000000..fb0bc43bd --- /dev/null +++ b/dev-python/dijitso/dijitso-2017.1.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) + +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" +IUSE="" + +RDEPEND="dev-python/mpi4py"
