# -*- 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.0.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 54e6023b13e62b83d8148924e5fd4283407442db \ sha256 8a8f1e7c131ef7dc460cbecbeaf536f5eb0ecb657c099d7823941f0e65b1cfe1 \ size 91453 python.versions 312 python.pep517_backend poetry depends_lib-append \ port:py${python.version}-mypy \ port:py${python.version}-tomli post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} README.md \ LICENSE ${destroot}${docdir} }