Date: Tuesday, March 28, 2023 @ 20:58:22
Author: arojas
Revision: 1430078
archrelease: copy trunk to community-any
Added:
jupyter-widgetsnbextension/repos/community-any/PKGBUILD
(from rev 1430077, jupyter-widgetsnbextension/trunk/PKGBUILD)
Deleted:
jupyter-widgetsnbextension/repos/community-any/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-28 20:58:13 UTC (rev 1430077)
+++ PKGBUILD 2023-03-28 20:58:22 UTC (rev 1430078)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Kyle Keen <[email protected]>
-
-pkgname=jupyter-widgetsnbextension
-pkgver=4.0.6
-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=('1a07d06c881a7c16ca7ab4541b476edbe2e404f5c5f0cf524ffa2406a8bd7c80')
-
-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
1430077, jupyter-widgetsnbextension/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-28 20:58:22 UTC (rev 1430078)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Kyle Keen <[email protected]>
+
+pkgname=jupyter-widgetsnbextension
+pkgver=4.0.7
+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=('ea67c17a7cd4ae358f8f46c3b304c40698bc0423732e3f273321ee141232c8be')
+
+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
+}