Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / jupyter-nbclassic
Commits: 9941f21c by Antonio Rojas at 2024-04-09T14:43:10+02:00 upgpkg: 1.0.0-2: Python 3.12 rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,19 @@ +pkgbase = jupyter-nbclassic + pkgdesc = Jupyter Notebook as a Jupyter Server Extension + pkgver = 1.0.0 + pkgrel = 2 + url = https://jupyter.org/ + arch = any + license = custom + checkdepends = python-pytest-tornasync + checkdepends = python-pytest-jupyter + makedepends = python-build + makedepends = python-installer + makedepends = python-jupyter-packaging + depends = python-jupyter-server-terminals + depends = jupyter-notebook-shim + depends = mathjax2 + source = https://pypi.io/packages/source/n/nbclassic/nbclassic-1.0.0.tar.gz + sha256sums = 0ae11eb2319455d805596bf320336cda9554b41d99ab9a3c31bf8180bffa30e3 + +pkgname = jupyter-nbclassic ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _pipname=nbclassic pkgname=jupyter-$_pipname pkgver=1.0.0 -pkgrel=1 +pkgrel=2 pkgdesc='Jupyter Notebook as a Jupyter Server Extension' arch=(any) url='https://jupyter.org/' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-nbclassic/-/commit/9941f21c7d0c19011801a187a739aca4c160d7c4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-nbclassic/-/commit/9941f21c7d0c19011801a187a739aca4c160d7c4 You're receiving this email because of your account on gitlab.archlinux.org.
