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

Antonio Rojas arojas at archlinux.org
Fri May 31 17:16:28 UTC 2019


    Date: Friday, May 31, 2019 @ 17:16:27
  Author: arojas
Revision: 476046

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-31 17:16:02 UTC (rev 476045)
+++ PKGBUILD	2019-05-31 17:16:27 UTC (rev 476046)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Guillaume Duboc <guilduboc at gmail.com>
-
-pkgname=jupyterlab_server
-pkgver=0.3.2
-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=('4c5a08db620170335656d6fe08354368da945580f4bb0c2c24eda6e9b2c4ea70')
-
-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 476045, jupyterlab_server/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-31 17:16:27 UTC (rev 476046)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Guillaume Duboc <guilduboc at gmail.com>
+
+pkgname=jupyterlab_server
+pkgver=0.3.3
+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=('0d62eae3ed1436a97c591b3f41a465ae0c2067f1ab1d032a6a3642a8cdb1d076')
+
+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