dev-build/fobis - 3.1.0 (guru)

Search

Install

Install this version:

emerge -a =dev-build/fobis-3.1.0

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

autounmask =dev-build/fobis-3.1.0

Or alternatively:

emerge --autounmask-write -a =dev-build/fobis-3.1.0

Package Information

Description:
FoBiS.py, a Fortran Building System for poor men
Homepage:
https://github.com/szaghi/FoBiS
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
3.1.0 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} )
PYPI_PN="FoBiS.py"
PYPI_NO_NORMALIZE=1

inherit distutils-r1 pypi

DESCRIPTION="FoBiS.py, a Fortran Building System for poor men"
HOMEPAGE="https://github.com/szaghi/FoBiS"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="graphviz"
RESTRICT="mirror"

RDEPEND="
	graphviz? ( dev-python/graphviz[${PYTHON_USEDEP}] )
"

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

	graphviz? ( dev-python/graphviz[] )