[arch-commits] Commit in python-ipywidgets/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Fri Sep 2 22:42:05 UTC 2022
Date: Friday, September 2, 2022 @ 22:42:04
Author: arojas
Revision: 1291015
archrelease: copy trunk to community-any
Added:
python-ipywidgets/repos/community-any/PKGBUILD
(from rev 1291014, python-ipywidgets/trunk/PKGBUILD)
Deleted:
python-ipywidgets/repos/community-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-02 22:41:56 UTC (rev 1291014)
+++ PKGBUILD 2022-09-02 22:42:04 UTC (rev 1291015)
@@ -1,32 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgname=python-ipywidgets
-_pipname=ipywidgets
-pkgver=8.0.1
-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=('1a296094203309e834f2781a275214d255ac5d266bbfa602f9f6915e1806614c')
-
-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 1291014, python-ipywidgets/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-02 22:42:04 UTC (rev 1291015)
@@ -0,0 +1,32 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+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"
+}
More information about the arch-commits
mailing list