Date: Wednesday, December 7, 2022 @ 22:48:15
  Author: arojas
Revision: 1357051

archrelease: copy trunk to community-any

Added:
  python-ipywidgets/repos/community-any/PKGBUILD
    (from rev 1357050, python-ipywidgets/trunk/PKGBUILD)
Deleted:
  python-ipywidgets/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-07 22:48:05 UTC (rev 1357050)
+++ PKGBUILD    2022-12-07 22:48:15 UTC (rev 1357051)
@@ -1,32 +0,0 @@
-# Maintainer: Kyle Keen <[email protected]>
-
-pkgname=python-ipywidgets
-_pipname=ipywidgets
-pkgver=8.0.2
-pkgrel=1
-pkgdesc="IPython HTML widgets for Jupyter"
-arch=('any')
-url="https://github.com/ipython/ipywidgets";
-license=('BSD')
-depends=('python-ipykernel' 'python-jsonschema' 'python-ipython-genutils')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
-optdepends=('jupyterlab-widgets: widgets for Jupyter lab' 
'jupyter-widgetsnbextension: widgets for the legacy notebook')
-checkdepends=('python-pytest' 'python-pytz')
-source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('08cb75c6e0a96836147cbfdc55580ae04d13e05d26ffbc377b4e1c68baa28b1f')
-
-build() {
-  cd ipywidgets-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd ipywidgets-$pkgver
-  pytest -v
-}
-
-package() {
-  cd ipywidgets-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: python-ipywidgets/repos/community-any/PKGBUILD (from rev 1357050, 
python-ipywidgets/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-07 22:48:15 UTC (rev 1357051)
@@ -0,0 +1,32 @@
+# Maintainer: Kyle Keen <[email protected]>
+
+pkgname=python-ipywidgets
+_pipname=ipywidgets
+pkgver=8.0.3
+pkgrel=1
+pkgdesc="IPython HTML widgets for Jupyter"
+arch=('any')
+url="https://github.com/ipython/ipywidgets";
+license=('BSD')
+depends=('python-ipykernel' 'python-jsonschema' 'python-ipython-genutils')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
+optdepends=('jupyterlab-widgets: widgets for Jupyter lab' 
'jupyter-widgetsnbextension: widgets for the legacy notebook')
+checkdepends=('python-pytest' 'python-pytz')
+source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('2ec50df8538a1d4ddd5d454830d010922ad1015e81ac23efb27c0908bbc1eece')
+
+build() {
+  cd ipywidgets-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd ipywidgets-$pkgver
+  pytest -v
+}
+
+package() {
+  cd ipywidgets-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}

Reply via email to