commit: 0693d53cfc4ed833b0e410bf99635a6dc78436ab Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc> AuthorDate: Thu Sep 24 19:04:38 2020 +0000 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc> CommitDate: Thu Sep 24 19:04:38 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0693d53c
dev-python/Forthon: fix metadata Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc> dev-python/Forthon/metadata.xml | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/dev-python/Forthon/metadata.xml b/dev-python/Forthon/metadata.xml index ac9ace72d..8ddc1aa0d 100644 --- a/dev-python/Forthon/metadata.xml +++ b/dev-python/Forthon/metadata.xml @@ -2,18 +2,22 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> - <email>[email protected]</email> - <name>Kacper Kowalik</name> + <email>[email protected]</email> + <name>Aisha Tammy</name> </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Science Project</name> + </maintainer> <longdescription> -Forthon generates links between Fortran95 and Python. Python is a high -level, object oriented, interactive and scripting language that allows -a flexible and versatile interface to computational tools. The Forthon -package generates the necessary wrapping code which allows access to -the Fortran database and to the Fortran subroutines and -functions. This provides a development package where the -computationally intensive parts of a code can be written in efficient -Fortran, and the high level controlling code can be written in the -much more versatile Python language. -</longdescription> + Forthon generates links between Fortran95 and Python. Python is a high + level, object oriented, interactive and scripting language that allows + a flexible and versatile interface to computational tools. The Forthon + package generates the necessary wrapping code which allows access to + the Fortran database and to the Fortran subroutines and + functions. This provides a development package where the + computationally intensive parts of a code can be written in efficient + Fortran, and the high level controlling code can be written in the + much more versatile Python language. + </longdescription> </pkgmetadata>
