diff --git a/srcpkgs/python3-jupyter_server_terminals/template b/srcpkgs/python3-jupyter_server_terminals/template new file mode 100644 index 00000000000..799e4396f83 --- /dev/null +++ b/srcpkgs/python3-jupyter_server_terminals/template @@ -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 " +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 +}