commit: 8f25946fbf81582afff88eb1621563b47c143059 Author: Andrew Reisner <andrew <AT> reisner <DOT> co> AuthorDate: Wed Jul 16 04:37:50 2014 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Wed Jul 16 04:37:50 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8f25946f
version bump Package-Manager: portage-2.2.8-r1 --- dev-python/ufl/ChangeLog | 10 ++++++++-- dev-python/ufl/metadata.xml | 3 +++ dev-python/ufl/ufl-1.3.0.ebuild | 23 +++++++++++++++++++++++ dev-python/ufl/ufl-1.4.0.ebuild | 23 +++++++++++++++++++++++ 4 files changed, 57 insertions(+), 2 deletions(-) diff --git a/dev-python/ufl/ChangeLog b/dev-python/ufl/ChangeLog index c398241..1357665 100644 --- a/dev-python/ufl/ChangeLog +++ b/dev-python/ufl/ChangeLog @@ -1,7 +1,14 @@ # ChangeLog for dev-python/ufl -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*ufl-1.3.0 (16 Jul 2014) +*ufl-1.4.0 (16 Jul 2014) + + 16 Jul 2014; Andrew Reisner <[email protected]> +ufl-1.3.0.ebuild, + +ufl-1.4.0.ebuild, metadata.xml: + version bump + 14 Jun 2013; Justin Lecher <[email protected]> ufl-0.5.4.ebuild, metadata.xml: Bump to EAPI=5 and distutils-r1.eclass @@ -10,4 +17,3 @@ 14 Dec 2010; Nico Schlömer <[email protected]> +ufl-0.5.4.ebuild, +metadata.xml: Initial import. - diff --git a/dev-python/ufl/metadata.xml b/dev-python/ufl/metadata.xml index f430bd6..c1c8020 100644 --- a/dev-python/ufl/metadata.xml +++ b/dev-python/ufl/metadata.xml @@ -9,4 +9,7 @@ spaces and defining expressions for weak forms in a notation close to mathematical notation. </longdescription> + <use> + <flag name="scipy">Adds support for evaluating Bessel functions using <pkg>dev-python/scipy</pkg></flag> + </use> </pkgmetadata> diff --git a/dev-python/ufl/ufl-1.3.0.ebuild b/dev-python/ufl/ufl-1.3.0.ebuild new file mode 100644 index 0000000..622187c --- /dev/null +++ b/dev-python/ufl/ufl-1.3.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit distutils-r1 + +DESCRIPTION="Domain specific language for declaration of FE discretizations of variational forms" +HOMEPAGE="https://bitbucket.org/fenics-project/ufl/" +SRC_URI="https://bitbucket.org/fenics-project/ufl/downloads/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="scipy" + +RDEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] + scipy? ( sci-libs/scipy[${PYTHON_USEDEP}] ) + " diff --git a/dev-python/ufl/ufl-1.4.0.ebuild b/dev-python/ufl/ufl-1.4.0.ebuild new file mode 100644 index 0000000..622187c --- /dev/null +++ b/dev-python/ufl/ufl-1.4.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit distutils-r1 + +DESCRIPTION="Domain specific language for declaration of FE discretizations of variational forms" +HOMEPAGE="https://bitbucket.org/fenics-project/ufl/" +SRC_URI="https://bitbucket.org/fenics-project/ufl/downloads/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="scipy" + +RDEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] + scipy? ( sci-libs/scipy[${PYTHON_USEDEP}] ) + "
