Date: Friday, February 19, 2021 @ 17:10:08 Author: arojas Revision: 865980
archrelease: copy trunk to community-any Added: python-jupyterlab_server/repos/community-any/PKGBUILD (from rev 865979, 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-02-19 17:09:58 UTC (rev 865979) +++ PKGBUILD 2021-02-19 17:10:08 UTC (rev 865980) @@ -1,29 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Guillaume Duboc <guildu...@gmail.com> - -_pipname=jupyterlab_server -pkgname=python-$_pipname -pkgver=2.2.1 -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=('8b619ec5e13c2d1ac2e3a43a8147382f41fb17b425b50fa38b1cc84849c7bf94') - -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 865979, python-jupyterlab_server/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-02-19 17:10:08 UTC (rev 865980) @@ -0,0 +1,29 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Guillaume Duboc <guildu...@gmail.com> + +_pipname=jupyterlab_server +pkgname=python-$_pipname +pkgver=2.3.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=('e7a0245aa3de23a1803de2eff401e4ca4594538d9f59806134f30419a6d8b6a3') + +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 +}