21 lines
826 B
Bash
21 lines
826 B
Bash
# Template file for 'python3-jupyter_packaging'
|
|
pkgname=python3-jupyter_packaging
|
|
version=0.12.3
|
|
revision=2
|
|
build_style=python3-pep517
|
|
hostmakedepends="hatchling"
|
|
depends="python3-deprecation python3-packaging python3-setuptools
|
|
python3-tomlkit python3-wheel"
|
|
checkdepends="$depends python3-pytest-timeout python3-pytest-mock"
|
|
short_desc="Tools to help build and install Jupyter Python packages"
|
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/jupyter/jupyter-packaging"
|
|
changelog="https://raw.githubusercontent.com/jupyter/jupyter-packaging/main/CHANGELOG.md"
|
|
distfiles="https://github.com/jupyter/jupyter-packaging/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=3a326f3b4e8b7fea8b7abf775741996095a4caf13767a9c017e9f17043e591e0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|