Package Details: jupyterlab-extension-jupyterlab_git 0.39.1-1

Git Clone URL: https://aur.archlinux.org/jupyterlab-extension-jupyterlab_git.git (read-only, click to copy)
Package Base: jupyterlab-extension-jupyterlab_git
Description: Git extension for JupyterLab
Upstream URL: https://github.com/jupyterlab/jupyterlab-git
Keywords: jupyter jupyterlab notebook
Licenses: BSD
Provides: jupyterlab-extension-git, python-jupyterlab-git
Submitter: flying-sheep
Maintainer: flying-sheep
Last Packager: flying-sheep
Votes: 2
Popularity: 0.000000
First Submitted: 2021-02-03 12:57 (UTC)
Last Updated: 2022-09-05 14:46 (UTC)

Latest Comments

flying-sheep commented on 2021-12-20 13:40 (UTC)

After updating nbdime, this is now also ready!

flying-sheep commented on 2021-12-18 18:28 (UTC)

@Ta180 I can’t build nbdime currently, therefore I can’t update this …

dodecahedron commented on 2021-11-22 18:32 (UTC)

This is a working PKGBUILD for the lastest version:

# Maintainer: Phil A. <flying-sheep@web.de>
_name=jupyterlab-git
pkgname=jupyterlab-extension-jupyterlab_git
pkgver=0.34.0
pkgrel=1
pkgdesc='Git extension for JupyterLab'
arch=(any)
url=https://github.com/jupyterlab/$_name
license=(BSD)
depends=(jupyterlab jupyter-server python-nbdime python-packaging python-pexpect)
makedepends=(unzip)
provides=(jupyterlab-extension-git python-jupyterlab-git)
_wheel="${_name/-/_}-$pkgver-py3-none-any.whl"
source=("https://files.pythonhosted.org/packages/py3/${_name::1}/$_name/$_wheel")
sha256sums=('64a39f62d07b624b9e3fb4c2d5a03263812803d052164dadf22bee49ec272065')

package() {
        local site="$pkgdir/usr/lib/$(readlink /bin/python3)/site-packages"
        install -d "$site"
        unzip "$_wheel" -d "$site"
        mv "$site/${_name/-/_}-$pkgver.data/data/share"* "$pkgdir/usr/share/"
        mv "$site/${_name/-/_}-$pkgver.data/data/etc"* "$pkgdir/etc/"
}

flying-sheep commented on 2021-05-03 08:47 (UTC)

done!

BrainDamage commented on 2021-05-02 20:25 (UTC)

unzip should be added to makedepends or it'll fail to build in a clean chroot

flying-sheep commented on 2021-02-03 13:04 (UTC)

The weird name is because I wanted to avoid a -git suffix