mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
New package: hatch-jupyter-builder-0.8.3
This commit is contained in:
parent
471e831d3b
commit
03994996cf
1 changed files with 19 additions and 0 deletions
19
srcpkgs/hatch-jupyter-builder/template
Normal file
19
srcpkgs/hatch-jupyter-builder/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'hatch-jupyter-builder'
|
||||
pkgname=hatch-jupyter-builder
|
||||
version=0.8.3
|
||||
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=b167709e9bd196b3b92fe13a20b10c09cd30ca550759a9f06834378eb371af96
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
}
|
Loading…
Add table
Reference in a new issue