commit: 914ac6389537fef65a90e79755c4df1e032bff5b Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Thu Sep 14 18:27:40 2017 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Thu Sep 14 18:27:40 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=914ac638
dev-python/fiat: version bump to 2017.1.0 Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/fiat/fiat-2017.1.0.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/dev-python/fiat/fiat-2017.1.0.ebuild b/dev-python/fiat/fiat-2017.1.0.ebuild new file mode 100644 index 000000000..33ab972fe --- /dev/null +++ b/dev-python/fiat/fiat-2017.1.0.ebuild @@ -0,0 +1,22 @@ +# 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/numpy[${PYTHON_USEDEP}] + "
