# -*- 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-cog python.rootname cogapp version 3.3.0 revision 0 supported_archs noarch platforms {darwin any} license MIT maintainers nomaintainer description Cog is a code generation tool. It lets you use pieces of Python \ code as generators in your source files to generate whatever code \ you need. long_description {*}${description} homepage https://nedbatchelder.com/code/cog/ checksums rmd160 7b6ad1f72ec0bce4591f7869592d298a4e5c2aea \ sha256 1be95183f70282422d594fa42426be6923070a4bd8335621f6347f3aeee81db0 \ size 26164 python.versions 38 39 310 if {${name} ne ${subport}} { test.run yes post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} README.rst LICENSE.txt \ ${destroot}${docdir} } }