20 lines
734 B
Bash
20 lines
734 B
Bash
# Template file for 'hatch-jupyter-builder'
|
|
pkgname=hatch-jupyter-builder
|
|
version=0.9.1
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="hatchling"
|
|
depends="hatchling"
|
|
checkdepends="python3-pytest-mock python3-tomli"
|
|
short_desc="Hatch plugin to help build Jupyter packages"
|
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/jupyterlab/hatch-jupyter-builder"
|
|
changelog="https://raw.githubusercontent.com/jupyterlab/hatch-jupyter-builder/main/CHANGELOG.md"
|
|
distfiles="https://github.com/jupyterlab/hatch-jupyter-builder/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=c948ea9ffa939916814465eee00af58b713a119eca202565382306b689d6f14c
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|