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

Evangelos Foutras foutrelis at gemini.archlinux.org
Wed Dec 1 13:52:47 UTC 2021


    Date: Wednesday, December 1, 2021 @ 13:52:47
  Author: foutrelis
Revision: 1059283

archrelease: copy trunk to community-staging-any

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

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

Copied: python-jupyterlab_server/repos/community-staging-any/PKGBUILD (from rev 1059282, python-jupyterlab_server/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-12-01 13:52:47 UTC (rev 1059283)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Guillaume Duboc <guilduboc at gmail.com>
+
+_pipname=jupyterlab_server
+pkgname=python-$_pipname
+pkgver=2.8.2
+pkgrel=2
+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=('26d813c8162c83d466df7d155865987dabe70aa452f9187dfb79fd88afc8fa0b')
+
+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
+}



More information about the arch-commits mailing list