# -*- 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-jupyter-builder
version             0.9.1
revision            0

categories-append   devel
license             BSD
supported_archs     noarch
platforms           {darwin any}

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

maintainers         {stromnov @stromnov} openmaintainer

description         A build hook plugin for Hatch that adds a build step for use with Jupyter packages.
long_description    {*}${description}

homepage            https://github.com/jupyterlab/hatch-jupyter-builder
distname            hatch_jupyter_builder-${version}

checksums           rmd160  4d0df96ed339e608ca21fc81f5610c0737482403 \
                    sha256  79278198d124c646b799c5e8dca8504aed9dcaaa88d071a09eb0b5c2009a58ad \
                    size    55953

if {${name} ne ${subport}} {
    depends_run-append  port:py${python.version}-hatchling
}
