[arch-commits] Commit in python-ipywidgets/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue May 17 19:34:47 UTC 2022


    Date: Tuesday, May 17, 2022 @ 19:34:46
  Author: arojas
Revision: 1207709

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-17 19:34:37 UTC (rev 1207708)
+++ PKGBUILD	2022-05-17 19:34:46 UTC (rev 1207709)
@@ -1,31 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgname=python-ipywidgets
-_pipname=ipywidgets
-pkgver=7.7.0
-pkgrel=3
-pkgdesc="IPython HTML widgets for Jupyter"
-arch=('any')
-url="https://github.com/ipython/ipywidgets"
-license=('BSD')
-depends=('python-ipykernel' 'python-jsonschema')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
-checkdepends=('python-pytest')
-source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-md5sums=('61deb9024c3de1848812b97c2560d0cf')
-
-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 1207708, python-ipywidgets/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-17 19:34:46 UTC (rev 1207709)
@@ -0,0 +1,31 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=python-ipywidgets
+_pipname=ipywidgets
+pkgver=7.7.0
+pkgrel=4
+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')
+checkdepends=('python-pytest')
+source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
+md5sums=('61deb9024c3de1848812b97c2560d0cf')
+
+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