[arch-commits] Commit in python-jupyterlab_server/repos/community-any (2 files)
Antonio Rojas
arojas at gemini.archlinux.org
Wed Dec 29 08:45:09 UTC 2021
Date: Wednesday, December 29, 2021 @ 08:45:09
Author: arojas
Revision: 1086722
archrelease: copy trunk to community-any
Added:
python-jupyterlab_server/repos/community-any/PKGBUILD
(from rev 1086721, 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-12-29 08:44:59 UTC (rev 1086721)
+++ PKGBUILD 2021-12-29 08:45:09 UTC (rev 1086722)
@@ -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.10.1
-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=('9683d661fc059ae4e2039b582d0d80cec96778dad581bd27b5941a06191397ba')
-
-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 1086721, python-jupyterlab_server/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-29 08:45:09 UTC (rev 1086722)
@@ -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.10.2
+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=('bf1ec9e49d4e26f14d70055cc293b3f8ec8410f95a4d5b4bd55c442d9b8b266c')
+
+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