dev-python/fenics-ufl - 2026.1.0 (phackerlay)

Search

Install

Install this version:

emerge -a =dev-python/fenics-ufl-2026.1.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/fenics-ufl-2026.1.0

Or alternatively:

emerge --autounmask-write -a =dev-python/fenics-ufl-2026.1.0

Package Information

Description:
UFL - FEniCS project's Unified Form Language
Homepage:
https://github.com/FEniCS/ufl
License:
LGPL-3

Ebuild Details

Version EAPI Keywords Slot
2026.1.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )

inherit distutils-r1

DESCRIPTION="UFL - FEniCS project's Unified Form Language"
HOMEPAGE="
	https://github.com/FEniCS/ufl
"
SRC_URI="https://github.com/FEniCS/ufl/archive/refs/tags/${PV}.tar.gz"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64"

S=${WORKDIR}/ufl-${PV}

RDEPEND="
	dev-python/numpy[${PYTHON_USEDEP}]
"
BDEPEND="
	>=dev-python/setuptools-58[${PYTHON_USEDEP}]
	dev-python/wheel[${PYTHON_USEDEP}]
"

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/numpy[]

BDEPEND

	>=dev-python/setuptools-58[]
	dev-python/wheel[]

Manifest for 2026.1.0

Type File Size Source URLs
DIST 2026.1.0.tar.gz 337656 bytes https://github.com/FEniCS/ufl/archive/refs/tags/2026.1.0.tar.gz