Date: Tuesday, January 26, 2021 @ 18:28:23 Author: arojas Revision: 830877
archrelease: copy trunk to community-any Added: python-jupyterlab_server/repos/community-any/PKGBUILD (from rev 830876, python-jupyterlab_server/trunk/PKGBUILD) Deleted: python-jupyterlab_server/repos/community-any/PKGBUILD ----------+ PKGBUILD | 58 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-01-26 18:27:49 UTC (rev 830876) +++ PKGBUILD 2021-01-26 18:28:23 UTC (rev 830877) @@ -1,29 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Guillaume Duboc <guildu...@gmail.com> - -_pipname=jupyterlab_server -pkgname=python-$_pipname -pkgver=2.1.2 -pkgrel=1 -pkgdesc="Launch an application built using JupyterLab" -arch=(any) -url="https://jupyter.org/" -license=(custom) -depends=(jupyter-server python-requests python-json5 python-babel) -makedepends=(python-setuptools) -conflicts=(jupyterlab_server) -replaces=(jupyterlab_server) -source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz) -sha256sums=('a71ebeb89eb2ab49eca41768f9840bb6896c264203ea755990313d4dfa610a74') - -build() { - cd $_pipname-$pkgver - python setup.py build -} - -package() { - cd $_pipname-$pkgver - python setup.py install --skip-build --root="$pkgdir" --optimize=1 - - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} Copied: python-jupyterlab_server/repos/community-any/PKGBUILD (from rev 830876, python-jupyterlab_server/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-01-26 18:28:23 UTC (rev 830877) @@ -0,0 +1,29 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Guillaume Duboc <guildu...@gmail.com> + +_pipname=jupyterlab_server +pkgname=python-$_pipname +pkgver=2.1.3 +pkgrel=1 +pkgdesc="Launch an application built using JupyterLab" +arch=(any) +url="https://jupyter.org/" +license=(custom) +depends=(jupyter-server python-requests python-json5 python-babel) +makedepends=(python-setuptools) +conflicts=(jupyterlab_server) +replaces=(jupyterlab_server) +source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz) +sha256sums=('2af96b04bacf49a17bd2abdd461a219ab62724c39aea2d39ba95ded4be9a171a') + +build() { + cd $_pipname-$pkgver + python setup.py build +} + +package() { + cd $_pipname-$pkgver + python setup.py install --skip-build --root="$pkgdir" --optimize=1 + + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +}