dev-build/fypp - 3.2 (guru)

Search

Install

Install this version:

emerge -a =dev-build/fypp-3.2

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

autounmask =dev-build/fypp-3.2

Or alternatively:

emerge --autounmask-write -a =dev-build/fypp-3.2

Package Information

Description:
Fypp - Python powered Fortran preprocessor
Homepage:
https://github.com/aradi/fypp
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
3.2 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 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 pypi

DESCRIPTION="Fypp - Python powered Fortran preprocessor"
HOMEPAGE="https://github.com/aradi/fypp"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

RESTRICT="!test? ( test )"

src_prepare() {
	default
	cp "${FILESDIR}/filevarroot.fypp" "${S}/test/input/" || die
}

python_test() {
	# pass python version as arg
	test/runtests.sh ${EPYTHON} || die
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-build/fypp | euse -E <flag> -p dev-build/fypp | euse -D <flag> -p dev-build/fypp

Global/Standard Flags

Inherited Eclasses