Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / jupyter-nbclassic
Commits: 8e6cf1e7 by Antonio Rojas at 2023-09-14T23:08:37+02:00 Fix makedepends (FS#79690) - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -9,7 +9,7 @@ arch=(any) url='https://jupyter.org/' license=(custom) depends=(python-jupyter-server-terminals jupyter-notebook-shim mathjax2) -makedepends=(python-build python-installer python-setuptools) +makedepends=(python-build python-installer python-jupyter-packaging) checkdepends=(python-pytest-tornasync python-pytest-jupyter) source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz) sha256sums=('0ae11eb2319455d805596bf320336cda9554b41d99ab9a3c31bf8180bffa30e3') @@ -34,4 +34,6 @@ package() { ln -s /usr/share/mathjax2 "$pkgdir"$_pythonpath/nbclassic/static/components/MathJax install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +# Remove tests + rm -r "$pkgdir"/usr/lib/python*/site-packages/nbclassic/tests/ } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-nbclassic/-/commit/8e6cf1e7baf00ccfc4c8f07697d9bfa00d94d699 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-nbclassic/-/commit/8e6cf1e7baf00ccfc4c8f07697d9bfa00d94d699 You're receiving this email because of your account on gitlab.archlinux.org.
