[arch-commits] Commit in jupyterlab_server/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Apr 13 22:26:35 UTC 2020
Date: Monday, April 13, 2020 @ 22:26:35
Author: arojas
Revision: 613817
archrelease: copy trunk to community-any
Added:
jupyterlab_server/repos/community-any/PKGBUILD
(from rev 613816, jupyterlab_server/trunk/PKGBUILD)
Deleted:
jupyterlab_server/repos/community-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-13 22:26:12 UTC (rev 613816)
+++ PKGBUILD 2020-04-13 22:26:35 UTC (rev 613817)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Guillaume Duboc <guilduboc at gmail.com>
-
-pkgname=jupyterlab_server
-pkgver=1.1.1
-pkgrel=1
-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=('b5921872746b1ca109d1852196ed11e537f8aad67a1933c1d4a8ac63f8e61cca')
-
-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 613816, jupyterlab_server/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-13 22:26:35 UTC (rev 613817)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Guillaume Duboc <guilduboc at gmail.com>
+
+pkgname=jupyterlab_server
+pkgver=1.1.1
+pkgrel=2
+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=('b5921872746b1ca109d1852196ed11e537f8aad67a1933c1d4a8ac63f8e61cca')
+
+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