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

Antonio Rojas arojas at archlinux.org
Sat Jun 29 07:10:15 UTC 2019


    Date: Saturday, June 29, 2019 @ 07:10:14
  Author: arojas
Revision: 485709

archrelease: copy trunk to community-staging-any

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

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

Copied: jupyterlab_server/repos/community-staging-any/PKGBUILD (from rev 485708, jupyterlab_server/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-06-29 07:10:14 UTC (rev 485709)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Guillaume Duboc <guilduboc at gmail.com>
+
+pkgname=jupyterlab_server
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Launch an application built using JupyterLab"
+arch=(any)
+url="https://jupyter.org/"
+license=(custom)
+depends=(jupyter-notebook)
+makedepends=(python-setuptools)
+source=(https://pypi.io/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('a77e63ee8f93f77d03b5bcb9955ad0b4edda1e5c49d0b11fae6cc66cc1f41a1a')
+
+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