[arch-commits] Commit in jupyterlab_server (3 files)

Antonio Rojas arojas at archlinux.org
Tue Nov 20 19:39:41 UTC 2018


    Date: Tuesday, November 20, 2018 @ 19:39:40
  Author: arojas
Revision: 409198

archrelease: copy trunk to community-any

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

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

Copied: jupyterlab_server/repos/community-any/PKGBUILD (from rev 409197, jupyterlab_server/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2018-11-20 19:39:40 UTC (rev 409198)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Guillaume Duboc <guilduboc at gmail.com>
+
+pkgname=jupyterlab_server
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="Launch an application built using JupyterLab"
+arch=(any)
+url="http://jupyter.org/"
+license=(custom)
+depends=(jupyter-notebook)
+makedepends=(python-setuptools)
+source=(https://pypi.io/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('72d916a73957a880cdb885def6d8664a6d1b2760ef5dca5ad665aa1e8d1bb783')
+
+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