New package: python3-jupyter_server_terminals-0.4.4

This commit is contained in:
Gonzalo Tornaría 2023-05-25 19:05:16 -03:00 committed by Andrew J. Hesford
parent f158da48db
commit c025e74917

View file

@ -0,0 +1,26 @@
# Template file for 'python3-jupyter_server_terminals'
pkgname=python3-jupyter_server_terminals
version=0.4.4
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-terminado"
checkdepends="$depends python3-pytest-jupyter"
short_desc="Jupyter server extension providing support for terminals"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="BSD-3-Clause"
homepage="https://github.com/jupyter-server/jupyter_server_terminals"
changelog="https://raw.githubusercontent.com/jupyter-server/jupyter_server_terminals/main/CHANGELOG.md"
distfiles="${PYPI_SITE}/j/jupyter_server_terminals/jupyter_server_terminals-${version}.tar.gz"
checksum=57ab779797c25a7ba68e97bcfb5d7740f2b5e8a83b5e8102b10438041a7eac5d
make_check=extended # avoid a circular dependency
if [ "$XBPS_CHECK_PKGS" = full ]; then
# this would cause a build-time circular dependency
checkdepends+=" python3-jupyter_server"
fi
post_install() {
mv ${DESTDIR}/usr/etc ${DESTDIR}
vlicense LICENSE
}