[arch-commits] Commit in jupyter-widgetsnbextension/repos/community-any (2 files)
Antonio Rojas
arojas at gemini.archlinux.org
Fri Sep 2 22:32:39 UTC 2022
Date: Friday, September 2, 2022 @ 22:32:38
Author: arojas
Revision: 1291009
archrelease: copy trunk to community-any
Added:
jupyter-widgetsnbextension/repos/community-any/PKGBUILD
(from rev 1291008, jupyter-widgetsnbextension/trunk/PKGBUILD)
Deleted:
jupyter-widgetsnbextension/repos/community-any/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-02 22:32:30 UTC (rev 1291008)
+++ PKGBUILD 2022-09-02 22:32:38 UTC (rev 1291009)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgname=jupyter-widgetsnbextension
-pkgver=4.0.2
-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-setuptools' 'python-wheel')
-source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz")
-sha256sums=('07f0e8582f920b24316cef16490f1aeb498f2c875d48980540e5c5dbf0ff5e2d')
-
-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 1291008, jupyter-widgetsnbextension/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-02 22:32:38 UTC (rev 1291009)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyter-widgetsnbextension
+pkgver=4.0.3
+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-setuptools' 'python-wheel')
+source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz")
+sha256sums=('34824864c062b0b3030ad78210db5ae6a3960dfb61d5b27562d6631774de0286')
+
+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