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

Antonio Rojas arojas at archlinux.org
Sat Jun 29 07:28:02 UTC 2019


    Date: Saturday, June 29, 2019 @ 07:28:01
  Author: arojas
Revision: 485717

archrelease: copy trunk to community-testing-any

Added:
  jupyterlab_server/repos/community-testing-any/PKGBUILD
    (from rev 485716, jupyterlab_server/trunk/PKGBUILD)
Deleted:
  jupyterlab_server/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-29 07:27:40 UTC (rev 485716)
+++ PKGBUILD	2019-06-29 07:28:01 UTC (rev 485717)
@@ -1,26 +0,0 @@
-# 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
-}

Copied: jupyterlab_server/repos/community-testing-any/PKGBUILD (from rev 485716, jupyterlab_server/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-29 07:28:01 UTC (rev 485717)
@@ -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=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=('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