[arch-commits] Commit in jupyterlab-widgets/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Tue Sep 14 06:17:04 UTC 2021
Date: Tuesday, September 14, 2021 @ 06:17:04
Author: arojas
Revision: 1014778
archrelease: copy trunk to community-any
Added:
jupyterlab-widgets/repos/community-any/PKGBUILD
(from rev 1014777, jupyterlab-widgets/trunk/PKGBUILD)
Deleted:
jupyterlab-widgets/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-09-14 06:16:54 UTC (rev 1014777)
+++ PKGBUILD 2021-09-14 06:17:04 UTC (rev 1014778)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-_pipname=jupyterlab_widgets
-pkgname=${_pipname/_/-}
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='JupyterLab extension to use ipywidgets'
-arch=(any)
-url='https://jupyter.org/'
-license=(custom)
-depends=(jupyterlab python-ipywidgets)
-makedepends=(python-setuptools python-jupyter_packaging)
-source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('f94fb7fa1ddc8668e3f98d67a97cabe322e8d04b78b9eb988c7fde415d7a02df')
-
-build() {
- cd $_pipname-$pkgver
- python setup.py build
-}
-
-package() {
- cd $_pipname-$pkgver
- python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-# These should be installed by setup.py, but they are not
- mkdir -p "$pkgdir"/usr/share/jupyter/labextensions/@jupyter-widgets/
- cp -r jupyterlab_widgets/labextension "$pkgdir"/usr/share/jupyter/labextensions/@jupyter-widgets/jupyterlab-manager
-
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: jupyterlab-widgets/repos/community-any/PKGBUILD (from rev 1014777, jupyterlab-widgets/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-09-14 06:17:04 UTC (rev 1014778)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+_pipname=jupyterlab_widgets
+pkgname=${_pipname/_/-}
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='JupyterLab extension to use ipywidgets'
+arch=(any)
+url='https://jupyter.org/'
+license=(custom)
+depends=(jupyterlab python-ipywidgets)
+makedepends=(python-setuptools python-jupyter_packaging)
+source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('7885092b2b96bf189c3a705cc3c412a4472ec5e8382d0b47219a66cccae73cfa')
+
+build() {
+ cd $_pipname-$pkgver
+ python setup.py build
+}
+
+package() {
+ cd $_pipname-$pkgver
+ python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+# These should be installed by setup.py, but they are not
+ mkdir -p "$pkgdir"/usr/share/jupyter/labextensions/@jupyter-widgets/
+ cp -r jupyterlab_widgets/labextension "$pkgdir"/usr/share/jupyter/labextensions/@jupyter-widgets/jupyterlab-manager
+
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
More information about the arch-commits
mailing list