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