commit:     cd983cf6120936a0b5ccd2f6dbaa2136c97e0ed0
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 18:28:00 2017 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 18:28:00 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=cd983cf6

dev-python/ffc: version bump to 2017.1.0

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/ffc/ffc-2017.1.0.ebuild | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/dev-python/ffc/ffc-2017.1.0.ebuild 
b/dev-python/ffc/ffc-2017.1.0.ebuild
new file mode 100644
index 000000000..9dc670306
--- /dev/null
+++ b/dev-python/ffc/ffc-2017.1.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}]
+       "

Reply via email to