commit: cc8b036f569513e2013e519a6b88d902f04fa346 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Fri Apr 7 02:25:25 2017 +0000 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> CommitDate: Fri Apr 7 02:25:25 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=cc8b036f
dev-python/fiat: version bump to 2016.2.0 Package-Manager: Portage-2.3.3, Repoman-2.3.2 dev-python/fiat/fiat-2016.2.0.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/dev-python/fiat/fiat-2016.2.0.ebuild b/dev-python/fiat/fiat-2016.2.0.ebuild new file mode 100644 index 000000000..356c93333 --- /dev/null +++ b/dev-python/fiat/fiat-2016.2.0.ebuild @@ -0,0 +1,23 @@ +# 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="FInite element Automatic Tabulator" +HOMEPAGE="https://bitbucket.org/fenics-project/fiat" +SRC_URI="https://bitbucket.org/fenics-project/fiat/downloads/${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND=" + dev-python/scientificpython[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + "
