Ticket #68224: py-hatch_jupyter_builder.Portfile

File py-hatch_jupyter_builder.Portfile, 1003 bytes (added by johankytt, 8 months ago)
Line 
1# -*- 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
2
3PortSystem          1.0
4PortGroup           python 1.0
5
6name                py-hatch_jupyter_builder
7version             0.8.3
8revision            0
9categories-append   devel
10license             BSD
11supported_archs     noarch
12platforms           {darwin any}
13
14python.versions     38 39 310 311
15python.pep517       yes
16python.pep517_backend hatch
17
18maintainers         openmaintainer
19
20description         This provides a build hook plugin for Hatch that adds a build step for use with Jupyter packages
21long_description    {*}${description}
22
23homepage            https://github.com/jupyterlab/hatch-jupyter-builder
24
25checksums           rmd160  ab30666a9afe4efbeef5f94581c2bbbecf40b4cc \
26                    sha256  0dbd14a8aef6636764f88a8fd1fcc9a91921e5c50356e6aab251782f264ae960 \
27                    size    54754
28
29if {${name} ne ${subport}} {
30    # depends_lib-append
31}