Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
jupyter-notebook-shim


Commits:
46e5484f by Antonio Rojas at 2024-02-15T09:11:15+01:00
upgpkg: 0.2.4-1: Update to 0.2.4

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,21 @@
+pkgbase = jupyter-notebook-shim
+       pkgdesc = Provides a way for JupyterLab and other frontends to switch 
to Jupyter Server for their Python Web application backend
+       pkgver = 0.2.4
+       pkgrel = 1
+       url = https://github.com/jupyterlab/notebook_shim
+       arch = any
+       license = BSD-3-Clause
+       checkdepends = python-pytest-jupyter
+       checkdepends = python-pytest-tornasync
+       makedepends = python-build
+       makedepends = python-hatchling
+       makedepends = python-installer
+       depends = ipython
+       depends = jupyter-server
+       depends = python
+       depends = python-jupyter-core
+       depends = python-traitlets
+       source = 
https://github.com/jupyter/notebook_shim/releases/download/v0.2.4/notebook_shim-0.2.4.tar.gz
+       sha256sums = 
b4b2cfa1b65d98307ca24361f5b30fe785b53c3fd07b7a47e89acb5e6ac638cb
+
+pkgname = jupyter-notebook-shim


=====================================
PKGBUILD
=====================================
@@ -2,17 +2,24 @@
 
 _pyname=notebook_shim
 pkgname=jupyter-notebook-shim
-pkgver=0.2.3
-pkgrel=2
+pkgver=0.2.4
+pkgrel=1
 pkgdesc='Provides a way for JupyterLab and other frontends to switch to 
Jupyter Server for their Python Web application backend'
 arch=(any)
 url='https://github.com/jupyterlab/notebook_shim'
-license=(BSD)
-depends=(jupyter-server)
-makedepends=(python-build python-installer python-hatchling)
-checkdepends=(python-pytest-tornasync python-pytest-jupyter)
-source=(https://pypi.python.org/packages/source/n/$_pyname/$_pyname-$pkgver.tar.gz)
-sha256sums=('f69388ac283ae008cd506dda10d0288b09a017d822d5e8c7129a152cbd3ce7e9')
+license=(BSD-3-Clause)
+depends=(ipython
+         jupyter-server
+         python
+         python-jupyter-core
+         python-traitlets)
+makedepends=(python-build
+             python-hatchling
+             python-installer)
+checkdepends=(python-pytest-jupyter
+              python-pytest-tornasync)
+source=(https://github.com/jupyter/notebook_shim/releases/download/v$pkgver/$_pyname-$pkgver.tar.gz)
+sha256sums=('b4b2cfa1b65d98307ca24361f5b30fe785b53c3fd07b7a47e89acb5e6ac638cb')
 
 build() {
   cd $_pyname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-notebook-shim/-/commit/46e5484f57942feb6237b189d2a2a8934c8d035d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-notebook-shim/-/commit/46e5484f57942feb6237b189d2a2a8934c8d035d
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to