# -*- 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.5.36 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 8b839685b2a7bd6f28e3b1bf4ab2a741ac5e24b5 \ sha256 e5e00f54165f9047fbebeb4a560f9acfb8af4c88232be60a488e9b68d122745d \ size 99049 python.versions 39 310 311 312 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} } }