# -*- 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 PortGroup compiler_wrapper 1.0 name py-zopfli version 0.4.0 revision 0 license Apache-2 maintainers nomaintainer description Zopfli module for python long_description {*}${description} homepage https://github.com/obp/py-zopfli checksums rmd160 3ffdf402cb94fd873b2bbc41019460ec21a74686 \ sha256 a8ee992b2549e090cd3f0178bf606dd41a29e0613a04cdf5054224662c72dce6 \ size 176720 python.versions 310 311 312 313 314 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools_scm test.run yes post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} README.rst COPYING \ ${destroot}${docdir} } }