# -*- 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-hatch-mypyc
version             0.16.0
revision            0

categories-append   devel
platforms           {darwin any}
supported_archs     noarch
license             MIT
maintainers         {reneeotten @reneeotten} openmaintainer

description         Hatch build hook plugin for Mypyc
long_description    {*}${description}

homepage            https://pypi.org/project/hatch-mypyc

distname            hatch_mypyc-${version}

checksums           rmd160  2fdb2e86fbb3d914c87bf900c176a6a420b0af0f \
                    sha256  6e3aa99634d81142cab993358698eaae823de91fe87ee85029a82f2e737c3ded \
                    size    12851

python.versions     310 311 312 313 314
python.pep517_backend hatch

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-hatchling \
                    port:py${python.version}-mypy \
                    port:py${python.version}-pathspec \
                    port:py${python.version}-setuptools
}
