# -*- 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-cython
python.rootname     hatch_cython
version             0.6.0
revision            0

license             MIT
maintainers         {mps @Schamschula} openmaintainer
description         The build hook plugin name is cython.
long_description    {*}${description} It can be configured either globally (applies to \
                    all build targets) or specifically for the wheel target.
homepage            https://github.com/joshua-auchincloss/hatch-cython

checksums           rmd160  1a53a77d1d822a6017dc34f1f56ad318dd217385 \
                    sha256  b6480b417b919eb7138e1665e119db570585b486facc623ea62cb3026418ac4c \
                    size    39490

python.versions     310 311 312 313 314

python.pep517_backend \
                    hatch

if {${name} ne ${subport}} {
    depends_build-append \
                    port:py${python.version}-cython
}
