[arch-commits] Commit in jupyterlab_server/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat Oct 26 05:36:19 UTC 2019


    Date: Saturday, October 26, 2019 @ 05:36:18
  Author: foutrelis
Revision: 520145

archrelease: copy trunk to community-staging-any

Added:
  jupyterlab_server/repos/community-staging-any/
  jupyterlab_server/repos/community-staging-any/PKGBUILD
    (from rev 520144, jupyterlab_server/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: jupyterlab_server/repos/community-staging-any/PKGBUILD (from rev 520144, jupyterlab_server/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-10-26 05:36:18 UTC (rev 520145)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Guillaume Duboc <guilduboc at gmail.com>
+
+pkgname=jupyterlab_server
+pkgver=1.0.6
+pkgrel=2
+pkgdesc="Launch an application built using JupyterLab"
+arch=(any)
+url="https://jupyter.org/"
+license=(custom)
+depends=(python-json5 jupyter-notebook)
+makedepends=(python-setuptools)
+source=(https://pypi.io/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('d0977527bfce6f47c782cb6bf79d2c949ebe3f22ac695fa000b730c671445dad')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list