Date: Tuesday, March 28, 2023 @ 21:00:06
  Author: arojas
Revision: 1430080

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-28 20:59:56 UTC (rev 1430079)
+++ PKGBUILD    2023-03-28 21:00:06 UTC (rev 1430080)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-_pipname=jupyterlab_widgets
-pkgname=${_pipname/_/-}
-pkgver=3.0.6
-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=('a464d68a7b9ebabdc135196389381412a39503d89302be0867d0ff3b2428ebb8')
-
-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 1430079, 
jupyterlab-widgets/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-28 21:00:06 UTC (rev 1430080)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+_pipname=jupyterlab_widgets
+pkgname=${_pipname/_/-}
+pkgver=3.0.7
+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=('c3a50ed5bf528a0c7a869096503af54702f86dda1db469aee1c92dc0c01b43ca')
+
+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
+}

Reply via email to