[arch-commits] Commit in python-jupyterlab_server/repos/community-any (2 files)
Antonio Rojas
arojas at archlinux.org
Mon Apr 26 16:12:20 UTC 2021
Date: Monday, April 26, 2021 @ 16:12:20
Author: arojas
Revision: 924542
archrelease: copy trunk to community-any
Added:
python-jupyterlab_server/repos/community-any/PKGBUILD
(from rev 924541, python-jupyterlab_server/trunk/PKGBUILD)
Deleted:
python-jupyterlab_server/repos/community-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-26 16:12:11 UTC (rev 924541)
+++ PKGBUILD 2021-04-26 16:12:20 UTC (rev 924542)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Guillaume Duboc <guilduboc at gmail.com>
-
-_pipname=jupyterlab_server
-pkgname=python-$_pipname
-pkgver=2.4.0
-pkgrel=1
-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=('2a7f0b125a59a7cc543f62e5f9dea50b44b3459b3f679db7e3dbe0f8616f90bc')
-
-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
-}
Copied: python-jupyterlab_server/repos/community-any/PKGBUILD (from rev 924541, python-jupyterlab_server/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-04-26 16:12:20 UTC (rev 924542)
@@ -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.5.0
+pkgrel=1
+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=('4c2c482cc91b7439ea5415f8f85ded95059fb9cdab03f5f0e6338246830c2a5c')
+
+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