# -*- 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.2.3 revision 0 license Apache-2 maintainers {@catap korins.ky:kirill} openmaintainer description Zopfli module for python long_description ${description} homepage https://github.com/obp/py-zopfli use_zip yes checksums rmd160 7015c9d06476beafdb9df8e8a47ff4ec305cc28d \ sha256 dbc9841bedd736041eb5e6982cd92da93bee145745f5422f3795f6f258cdc6ef \ size 205354 python.versions 37 38 39 310 311 312 python.pep517 yes if {${name} ne ${subport}} { if {${python.version} < 38} { version 0.2.2 revision 0 checksums rmd160 28121b90d485ca5518c3c44cb0fc0cda1efecca5 \ sha256 2d49db7540d9991976af464ebc1b9ed12988c04d90691bcb51dc4a373a9e2afc \ size 205320 livecheck.type none } 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} } }