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

Antonio Rojas arojas at gemini.archlinux.org
Fri Sep 2 22:35:32 UTC 2022


    Date: Friday, September 2, 2022 @ 22:35:32
  Author: arojas
Revision: 1291011

archrelease: copy trunk to community-any

Added:
  jupyterlab-widgets/repos/community-any/PKGBUILD
    (from rev 1291010, jupyterlab-widgets/trunk/PKGBUILD)
Deleted:
  jupyterlab-widgets/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-02 22:35:24 UTC (rev 1291010)
+++ PKGBUILD	2022-09-02 22:35:32 UTC (rev 1291011)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-_pipname=jupyterlab_widgets
-pkgname=${_pipname/_/-}
-pkgver=3.0.2
-pkgrel=1
-pkgdesc='JupyterLab extension to use ipywidgets'
-arch=(any)
-url='https://jupyter.org/'
-license=(custom)
-depends=(jupyterlab python-ipywidgets)
-makedepends=(python-build python-installer python-setuptools python-jupyter_packaging)
-source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('47ab54cd165aa0cb3bcef1232d77471580cd2c36bbe2153fc5ba31e26ad87320')
-
-build() {
-  cd $_pipname-$pkgver
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd $_pipname-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: jupyterlab-widgets/repos/community-any/PKGBUILD (from rev 1291010, jupyterlab-widgets/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-09-02 22:35:32 UTC (rev 1291011)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+_pipname=jupyterlab_widgets
+pkgname=${_pipname/_/-}
+pkgver=3.0.3
+pkgrel=1
+pkgdesc='JupyterLab extension to use ipywidgets'
+arch=(any)
+url='https://jupyter.org/'
+license=(custom)
+depends=(jupyterlab python-ipywidgets)
+makedepends=(python-build python-installer python-setuptools python-jupyter_packaging)
+source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('c767181399b4ca8b647befe2d913b1260f51bf9d8ef9b7a14632d4c1a7b536bd')
+
+build() {
+  cd $_pipname-$pkgver
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd $_pipname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list