Date: Sunday, October 30, 2022 @ 13:31:34
Author: arojas
Revision: 1339416
upgpkg: jupyter-notebook 6.5.2-1: Update to 6.5.2
Modified:
jupyter-notebook/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++-----------
1 file changed, 3 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-30 11:38:31 UTC (rev 1339415)
+++ PKGBUILD 2022-10-30 13:31:34 UTC (rev 1339416)
@@ -2,7 +2,7 @@
pkgname=jupyter-notebook
_pipname=notebook
-pkgver=6.5.1
+pkgver=6.5.2
pkgrel=1
pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
arch=('any')
@@ -16,17 +16,9 @@
makedepends=('python-build' 'python-installer' 'python-wheel'
'python-jupyter_packaging' 'python-setuptools')
checkdepends=('python-pytest' 'python-requests')
optdepends=('pandoc: notebook export' 'jupyter-widgetsnbextension: interactive
widgets')
-source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz
- https://github.com/jupyter/notebook/commit/ab716106.patch)
-md5sums=('6975a28fb97b5b144d5a2b8f89fea617'
- 'abfa21489a538078aa285b32351bf04f')
+source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
+md5sums=('69deeaccc84d6a0e8a134bd1731d4353')
-# todo: report bug that mathjax and nbconvert is no longer optional
-
-prepare() {
- patch -d notebook-$pkgver -p1 < ab716106.patch # Compatibility with
nbclassic 0.4.6
-}
-
build() {
cd notebook-$pkgver
python -m build --wheel --no-isolation