commit: 5515ce55032cbcdf1704a84670aa5bccaaebd77b Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Fri Apr 7 02:26:08 2017 +0000 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> CommitDate: Fri Apr 7 02:26:08 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5515ce55
dev-python/ffc: version bump to 2016.2.0 Package-Manager: Portage-2.3.3, Repoman-2.3.2 dev-python/ffc/ffc-2016.2.0.ebuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/dev-python/ffc/ffc-2016.2.0.ebuild b/dev-python/ffc/ffc-2016.2.0.ebuild new file mode 100644 index 000000000..9dc670306 --- /dev/null +++ b/dev-python/ffc/ffc-2016.2.0.ebuild @@ -0,0 +1,25 @@ +# 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="Compiler for multilinear forms by generating C or C++ code" +HOMEPAGE="https://bitbucket.org/fenics-project/ffc/" +SRC_URI="https://bitbucket.org/fenics-project/ffc/downloads/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + !sci-mathematics/ufc + ~dev-python/ufl-${PV}[${PYTHON_USEDEP}] + ~dev-python/instant-${PV}[${PYTHON_USEDEP}] + ~dev-python/fiat-${PV}[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + "
