Date: Tuesday, June 1, 2021 @ 13:35:59 Author: arojas Revision: 952979
archrelease: copy trunk to community-any Added: python-jupyterlab_server/repos/community-any/PKGBUILD (from rev 952978, 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-06-01 13:35:50 UTC (rev 952978) +++ PKGBUILD 2021-06-01 13:35:59 UTC (rev 952979) @@ -1,29 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Guillaume Duboc <guildu...@gmail.com> - -_pipname=jupyterlab_server -pkgname=python-$_pipname -pkgver=2.5.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=('43bc96fa49196e3ace214693e0955eb73fe11d37ac1577d45b177a0588c0a1d6') - -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 952978, python-jupyterlab_server/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-06-01 13:35:59 UTC (rev 952979) @@ -0,0 +1,29 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Guillaume Duboc <guildu...@gmail.com> + +_pipname=jupyterlab_server +pkgname=python-$_pipname +pkgver=2.6.0 +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=('f300adf6bb0a952bebe9c807a3b2a345d62da39b476b4f69ea0dc6b5f3f6b97d') + +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 +}