Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / jupyter-collaboration
Commits: 6b1fcb78 by Antonio Rojas at 2023-12-12T22:35:00+01:00 upgpkg: 2.0.0-1: Update to 2.0.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,28 @@ +pkgbase = jupyter-collaboration + pkgdesc = A Jupyter Server Extension Providing Support for Y Documents + pkgver = 2.0.0 + pkgrel = 1 + url = https://jupyterlab-realtime-collaboration.readthedocs.io/en/latest/ + arch = any + license = custom + checkdepends = python-pytest-asyncio + checkdepends = python-pytest-jupyter + checkdepends = python-pytest-timeout + checkdepends = python-websockets + makedepends = python-build + makedepends = python-hatch-jupyter-builder + makedepends = python-hatch-nodejs-version + makedepends = python-hatchling + makedepends = python-installer + depends = jupyter-server + depends = jupyter-server-fileid + depends = python + depends = python-jupyter-events + depends = python-jupyter-ydoc + depends = python-pycrdt-websocket + depends = python-tornado + depends = python-traitlets + source = https://pypi.io/packages/source/j/jupyter_collaboration/jupyter_collaboration-2.0.0.tar.gz + sha256sums = eed21d0977045f074f80ee47c678c094f19c81567602d50a7ad858ab18a9958f + +pkgname = jupyter-collaboration ===================================== PKGBUILD ===================================== @@ -2,17 +2,31 @@ _pyname=jupyter_collaboration pkgname=${_pyname/_/-} -pkgver=1.2.0 +pkgver=2.0.0 pkgrel=1 pkgdesc='A Jupyter Server Extension Providing Support for Y Documents' arch=(any) url='https://jupyterlab-realtime-collaboration.readthedocs.io/en/latest/' license=(custom) -depends=(jupyter-server python-ypy-websocket jupyter-server-ydoc) -makedepends=(python-build python-installer python-hatchling python-hatch-nodejs-version python-hatch-jupyter-builder) -checkdepends=(python-pytest-jupyter python-pytest-timeout python-pytest-asyncio) +depends=(jupyter-server + jupyter-server-fileid + python + python-jupyter-events + python-jupyter-ydoc + python-pycrdt-websocket + python-tornado + python-traitlets) +makedepends=(python-build + python-hatch-jupyter-builder + python-hatch-nodejs-version + python-hatchling + python-installer) +checkdepends=(python-pytest-asyncio + python-pytest-jupyter + python-pytest-timeout + python-websockets) source=(https://pypi.io/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz) -sha256sums=('aa17023c0807941c2df8bb7c35d0daf993e134da2d0af36dcfd590c7a387bce7') +sha256sums=('eed21d0977045f074f80ee47c678c094f19c81567602d50a7ad858ab18a9958f') build() { cd $_pyname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-collaboration/-/commit/6b1fcb78439088ca004c08807c5498e0e47d0935 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-collaboration/-/commit/6b1fcb78439088ca004c08807c5498e0e47d0935 You're receiving this email because of your account on gitlab.archlinux.org.
