# -*- 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-identify version 2.6.5 revision 0 categories-append devel platforms {darwin any} supported_archs noarch license MIT maintainers {reneeotten @reneeotten} openmaintainer description File identification library for Python long_description {*}${description} homepage https://github.com/pre-commit/identify checksums rmd160 4430c58382e23e2d3034161661574f41c6d3715a \ sha256 c10b33f250e5bba374fae86fb57f3adcebf1161bce7cdf92031915fd480c13bc \ size 99213 python.versions 39 310 311 312 313 if {${name} ne ${subport}} { post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} README.md LICENSE \ ${destroot}${docdir} } }