dev-build/FoBiS: rename to dev-build/fobis

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
Sergey Torokhov
2025-09-20 23:01:41 +03:00
parent 7357277f28
commit 7deed0d846
5 changed files with 2 additions and 1 deletions

1
dev-build/fobis/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST FoBiS.py-3.1.0.tar.gz 50502 BLAKE2B b89865372c1d31ea216de1f5ead15f790ab0c09dbf70da9c2ee9100f02db1ff29a2167b3bc3c18319d5a2028c7d672d97c15cfdcd74b5166c0c00d6e8214ef35 SHA512 f5110ecd2ebc17e6c9a7e53b54957b4ac104eed42ffb34b0b2061f4cf43ac847ed3160d5e92c7f9211c28a4bbeaa9f271bcd6e07f0edd2cbfd60f8cb102ac27c

View File

@@ -0,0 +1,24 @@
# 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_{11..13} )
PYPI_PN="${PN}.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}] )
"

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>torokhov-s-a@yandex.ru</email>
<name>Sergey Torokhov</name>
</maintainer>
<longdescription lang="en">
FoBiS.py, a Fortran Building System for poor men, is a KISS tool
for automatic building modern Fortran projects, it being able
to automatically resolve inter-modules dependency hierarchy.
</longdescription>
<use>
<flag name="graphviz">Add support of generation of a dependencies graph</flag>
</use>
<upstream>
<remote-id type="pypi">FoBiS.py</remote-id>
<remote-id type="github">szaghi/FoBiS</remote-id>
</upstream>
</pkgmetadata>