[arch-commits] Commit in jupyter-widgetsnbextension/repos/community-any (2 files)

Antonio Rojas arojas at gemini.archlinux.org
Wed Jun 22 18:40:03 UTC 2022


    Date: Wednesday, June 22, 2022 @ 18:40:03
  Author: arojas
Revision: 1239004

archrelease: copy trunk to community-any

Added:
  jupyter-widgetsnbextension/repos/community-any/PKGBUILD
    (from rev 1239003, jupyter-widgetsnbextension/trunk/PKGBUILD)
Deleted:
  jupyter-widgetsnbextension/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-22 18:39:53 UTC (rev 1239003)
+++ PKGBUILD	2022-06-22 18:40:03 UTC (rev 1239004)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgname=jupyter-widgetsnbextension
-pkgver=3.6.0
-pkgrel=2
-epoch=1
-pkgdesc="Interactive HTML widgets for Jupyter notebooks"
-arch=('any')
-url="https://pypi.python.org/pypi/widgetsnbextension"
-license=('BSD')
-depends=('jupyter-notebook' 'python-ipywidgets')
-makedepends=('python-build' 'python-installer' 'python-wheel')
-source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz")
-md5sums=('60c9ddbc7a04ff3c92c5570ec063f9b0')
-
-build() {
-  cd widgetsnbextension-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-package() {
-  cd widgetsnbextension-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  mv "$pkgdir/usr/etc" "$pkgdir/etc"
-  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: jupyter-widgetsnbextension/repos/community-any/PKGBUILD (from rev 1239003, jupyter-widgetsnbextension/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-22 18:40:03 UTC (rev 1239004)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyter-widgetsnbextension
+pkgver=3.6.1
+pkgrel=1
+epoch=1
+pkgdesc="Interactive HTML widgets for Jupyter notebooks"
+arch=('any')
+url="https://pypi.python.org/pypi/widgetsnbextension"
+license=('BSD')
+depends=('jupyter-notebook' 'python-ipywidgets')
+makedepends=('python-build' 'python-installer' 'python-wheel')
+source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz")
+md5sums=('86dd0471c4e376d981d7633224aa0607')
+
+build() {
+  cd widgetsnbextension-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd widgetsnbextension-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  mv "$pkgdir/usr/etc" "$pkgdir/etc"
+  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}



More information about the arch-commits mailing list