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

Antonio Rojas arojas at gemini.archlinux.org
Wed Sep 1 06:41:22 UTC 2021


    Date: Wednesday, September 1, 2021 @ 06:41:22
  Author: arojas
Revision: 1010250

archrelease: copy trunk to community-any

Added:
  jupyterlab-widgets/repos/community-any/PKGBUILD
    (from rev 1010249, 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-01 06:41:12 UTC (rev 1010249)
+++ PKGBUILD	2021-09-01 06:41:22 UTC (rev 1010250)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-_pipname=jupyterlab_widgets
-pkgname=${_pipname/_/-}
-pkgver=1.0.0
-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=('5c1a29a84d3069208cb506b10609175b249b6486d6b1cbae8fcde2a11584fb78')
-
-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 1010249, jupyterlab-widgets/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-01 06:41:22 UTC (rev 1010250)
@@ -0,0 +1,30 @@
+# 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
+}



More information about the arch-commits mailing list