# -*- 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.1 revision 0 categories-append devel license BSD maintainers {@barracuda156 gmail.com:vital.had} openmaintainer 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 ede50d1312a8669d5adb7a3735d37e8c1971e3f8 \ sha256 b777ae70081c7c82edcf52eefc01a3e8a566b4e82ccd33ca3b2f06faf1d07d36 \ size 68237 python.versions 39 310 311 python.pep517 yes