[arch-commits] Commit in jupyterlab_server/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun May 17 12:15:35 UTC 2020


    Date: Sunday, May 17, 2020 @ 12:15:33
  Author: arojas
Revision: 628247

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-17 12:14:58 UTC (rev 628246)
+++ PKGBUILD	2020-05-17 12:15:33 UTC (rev 628247)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Guillaume Duboc <guilduboc at gmail.com>
-
-pkgname=jupyterlab_server
-pkgver=1.1.3
-pkgrel=1
-pkgdesc="Launch an application built using JupyterLab"
-arch=(any)
-url="https://jupyter.org/"
-license=(custom)
-depends=(python-json5 python-requests jupyter-notebook)
-makedepends=(python-setuptools)
-source=(https://pypi.io/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('17eac20af10167abebbeca72e7e390b9c19a400b8fffa158b5cfdcac344253d4')
-
-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-any/PKGBUILD (from rev 628246, jupyterlab_server/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-17 12:15:33 UTC (rev 628247)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Guillaume Duboc <guilduboc at gmail.com>
+
+pkgname=jupyterlab_server
+pkgver=1.1.4
+pkgrel=1
+pkgdesc="Launch an application built using JupyterLab"
+arch=(any)
+url="https://jupyter.org/"
+license=(custom)
+depends=(python-json5 python-requests jupyter-notebook)
+makedepends=(python-setuptools)
+source=(https://pypi.io/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('b67b37ad071374e032bb8cfa3cb55832f6db09ca7f86d6d0cd7eed613c748133')
+
+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