# -*- 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 refurb version 2.1.0 revision 0 categories-append devel platforms {darwin any} supported_archs noarch license GPL-3 maintainers {reneeotten @reneeotten} openmaintainer description A tool for refurbish and modernize Python codebases long_description {*}${description} homepage https://github.com/dosisod/refurb checksums rmd160 4cf0eea98029ab13a92cf5717d7941fb1aa01fe2 \ sha256 4fb41a3a6523a035c2379792776d4c28ddb291c7fcb8348725cc01749a98e32c \ size 89109 python.versions 313 python.pep517_backend poetry depends_lib-append \ port:py${python.version}-mypy post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} README.md \ LICENSE ${destroot}${docdir} }