Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3: add few missing depends #41046

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions srcpkgs/jupyterlab/template
@@ -1,11 +1,12 @@
# Template file for 'jupyterlab'
pkgname=jupyterlab
version=3.5.0
revision=1
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-jupyterlab_server nodejs python3-nbclassic
python3-requests-unixsocket python3-jupyter_ipywidgets"
python3-requests-unixsocket python3-jupyter_ipywidgets
python3-notebook_shim"
short_desc="JupyterLab computational environment"
maintainer="dkwo <nicolopiazzalunga@gmail.com>"
license="custom:jupyterlab"
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/python3-jupyter_core/template
@@ -1,10 +1,10 @@
# Template file for 'python3-jupyter_core'
pkgname=python3-jupyter_core
version=5.0.0
revision=1
revision=2
build_style=python3-pep517
hostmakedepends="python3-flit_core hatchling"
depends="python3-traitlets"
depends="python3-traitlets python3-platformdirs"
short_desc="Jupyter core package"
maintainer="Alessio Sergi <al3hex@gmail.com>"
license="BSD-3-Clause"
Expand Down
20 changes: 20 additions & 0 deletions srcpkgs/python3-notebook_shim/template
@@ -0,0 +1,20 @@
# Template file for 'python3-notebook_shim'
pkgname=python3-notebook_shim
version=0.2.2
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-jupyter_server"
checkdepends="python3-pytest python3-jupyter_server python3-platformdirs"
short_desc="Shim layer for notebook traits and config"
maintainer="dkwo <npiazza@disroot.org>"
license="BSD-3-Clause"
homepage="https://github.com/jupyter/notebook_shim"
distfiles="${PYPI_SITE}/n/notebook_shim/notebook_shim-${version}.tar.gz"
checksum=090e0baf9a5582ff59b607af523ca2db68ff216da0c69956b62cab2ef4fc9c3f
make_check=no # missing pytest_tornasync

post_install() {
vlicense LICENSE
mv "${PKGDESTDIR}/usr/etc" ${PKGDESTDIR}/etc/
}