Files

28 lines
1.4 KiB
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup python 1.0
name py-fypp
version 3.2
revision 0
categories-append devel
platforms {darwin any}
supported_archs noarch
license BSD
maintainers nomaintainer
description Python-powered Fortran preprocessor
long_description Fypp is a Python-powered preprocessor. It can be used for any programming languages \
but its primary aim is to offer a Fortran preprocessor, which helps to extend Fortran \
with condititional compiling and template metaprogramming capabilities. \
Instead of introducing its own expression syntax, it uses Python expressions \
in its preprocessor directives, offering the consistency and versatility of Python \
when formulating metaprogramming tasks. It puts strong emphasis on robustness \
and on neat integration into developing toolchains.
homepage https://github.com/aradi/fypp
checksums rmd160 01e0861a62215af3601b3da9a652f1e3c4d8fdab \
sha256 05c20f71dd9a7206ffe2d8688032723f97b8c2984d472ba045819d7d2b513bce \
size 69307
python.versions 310 311