aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2017-09-14 13:28:00 -0500
committerMatthias Maier <tamiko@gentoo.org>2017-09-14 13:28:00 -0500
commitcd983cf6120936a0b5ccd2f6dbaa2136c97e0ed0 (patch)
tree882794fa2f8006a420425ac14ba3a39ea47f25e3 /dev-python
parentdev-python/fiat: version bump to 2017.1.0 (diff)
downloadsci-cd983cf6120936a0b5ccd2f6dbaa2136c97e0ed0.tar.gz
sci-cd983cf6120936a0b5ccd2f6dbaa2136c97e0ed0.tar.bz2
sci-cd983cf6120936a0b5ccd2f6dbaa2136c97e0ed0.zip
dev-python/ffc: version bump to 2017.1.0
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/ffc/Manifest1
-rw-r--r--dev-python/ffc/ffc-2017.1.0.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-python/ffc/Manifest b/dev-python/ffc/Manifest
index f0854c8ec..068f0cb47 100644
--- a/dev-python/ffc/Manifest
+++ b/dev-python/ffc/Manifest
@@ -1,2 +1,3 @@
DIST ffc-1.4.0.tar.gz 366090 SHA256 3e5df8294bd2ca0243e91cbcd9f94ba584b950dccf8028f10bf4d918b80ff71c SHA512 94399bb71768b1a1628206f8d4eadcc31e1631682feb68aa42e364c1bb35d2d6d7753bc574b71b3e3ce20b68e13b8c6266dca3e38e48e68ff1c11cf84acdc101 WHIRLPOOL 29af97b03c5ceb41ed1b268904ae5194be43aeeca5a9d319f2c382b2b3d6c044c41392dd6aa703e8df792b7457763af003e1f606f1ad8bb44e58c2c6f654af4f
DIST ffc-2016.2.0.tar.gz 1371814 SHA256 097c284780447ea7bb47d4d51956648a1efb2cb9047eb1382944421dde351ecb SHA512 173e6e675bcf76efac4655a2ca21798552a193ce4b551f9f2de0a2eff9c059ea9478028b6e069ed8897da9d9c0bc26e14e5b82e7a2be508c33b054bf8f0efd5e WHIRLPOOL 138043820aca5587239e073ad7fa57ac5e64ccf69e113da073d9e0a7924d06138b1d274f9b987ab5661d33a4eda0112a5afcdd1b5ba493ae8089bdfe36fa2cd6
+DIST ffc-2017.1.0.tar.gz 1392845 SHA256 2073c4d8f998798a3b0a8a371e74d9848f0e52933cf5f35cee21e82ab3fe87b3 SHA512 f0ab58353c68c1db35b41069356b039a89d1ec05f9868cc8010bedc4b598b619bf7d3af92c211894b69c9ce3a9af8a30f6a758bbb5dca8fb2cb6148f0569841c WHIRLPOOL e85b1b0747af93fde632cc67ca5314f0254c74b7e3ec0391f38d2d6c72074ca300fbcc2b5b42d00ce0601df2d6b6ef6f3963068ef7fb72e93b56cc4eb20c7de5
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}]
+ "