Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
jupyter-nbclassic
Commits:
971bba45 by Antonio Rojas at 2024-12-03T19:29:48+01:00
upgpkg: 1.1.0-2: Python 3.13 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = jupyter-nbclassic
pkgdesc = Jupyter Notebook as a Jupyter Server Extension
pkgver = 1.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://jupyter.org/
arch = any
license = BSD-3-Clause
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pyname=nbclassic
pkgname=jupyter-$_pyname
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='Jupyter Notebook as a Jupyter Server Extension'
arch=(any)
url='https://jupyter.org/'
@@ -30,6 +30,11 @@ checkdepends=(python-pytest-jupyter
source=(git+https://github.com/jupyter/nbclassic#tag=v$pkgver)
sha256sums=('508fce5019a08ab4d553477acad8714a0fa4601314568e00a85aa4b286920e62')
+prepare() {
+ cd $_pyname
+ git cherry-pick -n 2545d900b40bbb9fa3ea266afa617e6e0be70c71 # Fix build with
Python 3.13
+}
+
build() {
cd $_pyname
python -m build --wheel --no-isolation --skip-dependency-check
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-nbclassic/-/commit/971bba458b55648f92a27b42084a18c7b0d85d9a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-nbclassic/-/commit/971bba458b55648f92a27b42084a18c7b0d85d9a
You're receiving this email because of your account on gitlab.archlinux.org.