# -*- 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 codespell version 2.3.0 revision 0 categories-append textproc devel supported_archs noarch platforms {darwin any} license GPL-2 maintainers {reneeotten @reneeotten} openmaintainer description codespell: check code for common misspellings long_description {*}${description} homepage https://github.com/codespell-project/codespell/ checksums rmd160 675ea086d60d368071a44dfce7dea9bda66fae16 \ sha256 360c7d10f75e65f67bad720af7007e1060a5d395670ec11a7ed1fed9dd17471f \ size 329791 python.default_version 312 depends_build-append \ port:py${python.version}-setuptools_scm depends_run-append port:py${python.version}-chardet post-destroot { set docdir ${prefix}/share/doc/${name} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} README.rst \ COPYING ${destroot}${docdir} }