[arch-commits] Commit in jupyter-nbformat/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Mon Apr 4 19:50:14 UTC 2022


    Date: Monday, April 4, 2022 @ 19:50:14
  Author: arojas
Revision: 1181382

Update to 5.3.0

Modified:
  jupyter-nbformat/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-04 19:47:14 UTC (rev 1181381)
+++ PKGBUILD	2022-04-04 19:50:14 UTC (rev 1181382)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=jupyter-nbformat
-pkgver=5.2.0
+pkgver=5.3.0
 pkgrel=1
 pkgdesc="The base implementation of the Jupyter Notebook format and Python APIs for working with notebooks"
 arch=('any')
@@ -10,9 +10,14 @@
 depends=('python-traitlets' 'python-jupyter_core' 'python-jsonschema')
 makedepends=('python-build' 'python-installer' 'python-wheel')
 checkdepends=('python-pytest' 'python-testpath' 'python-fastjsonschema')
-source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/nbformat/archive/$pkgver.tar.gz")
-md5sums=('835f4d20224a3327b570c2c8ba1ad941')
+source=(https://github.com/jupyter/nbformat/archive/$pkgver/nbformat-$pkgver.tar.gz)
+sha256sums=('b5a31ef91530af8338406884f798400b9c64d8ff85db79b5c6e8d4971885dea8')
 
+prepare() {
+  cd nbformat-$pkgver
+  sed -e 's|setuptools>=60.0|setuptools|' -i pyproject.toml
+}
+
 build() {
   cd nbformat-$pkgver
   python -m build --wheel --no-isolation



More information about the arch-commits mailing list