# -*- 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 2.5.1 revision 0 platforms darwin supported_archs noarch 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/ master_sites pypi:c/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 253834c2612eca68ac38d5618716768360e830dd \ sha256 f8cf2288fb5a2087eb4a00d8b347ddc86e9058d4ab26b8c868433eb401adfe1c \ size 22226 python.versions 27 34 35 36 if {${name} ne ${subport}} { post-destroot { file delete ${destroot}${python.prefix}/bin/test_cog.py } livecheck.type none }