mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-jupyter_server_terminals-0.4.4
This commit is contained in:
parent
f158da48db
commit
c025e74917
1 changed files with 26 additions and 0 deletions
26
srcpkgs/python3-jupyter_server_terminals/template
Normal file
26
srcpkgs/python3-jupyter_server_terminals/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue