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

Antonio Rojas arojas at gemini.archlinux.org
Sun Jan 23 10:33:03 UTC 2022


    Date: Sunday, January 23, 2022 @ 10:33:03
  Author: arojas
Revision: 1113563

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   51 ++++++++++++++++++++++++++-------------------------
 1 file changed, 26 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-23 10:32:53 UTC (rev 1113562)
+++ PKGBUILD	2022-01-23 10:33:03 UTC (rev 1113563)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-pkgname=jupyter-widgetsnbextension
-pkgver=3.5.1
-pkgrel=5
-epoch=1
-pkgdesc="Interactive HTML widgets for Jupyter notebooks"
-arch=('any')
-url="https://pypi.python.org/pypi/widgetsnbextension"
-license=('BSD')
-depends=('jupyter-notebook')
-source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz")
-md5sums=('3dc5f96919c032a885950e3819bdee7b')
-
-build() {
-  cd "widgetsnbextension-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "widgetsnbextension-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  mv "$pkgdir/usr/etc" "$pkgdir/etc"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: jupyter-widgetsnbextension/repos/community-any/PKGBUILD (from rev 1113562, jupyter-widgetsnbextension/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-23 10:33:03 UTC (rev 1113563)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyter-widgetsnbextension
+pkgver=3.5.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')
+source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz")
+md5sums=('c126a06559afe658e285bcd483790710')
+
+build() {
+  cd "widgetsnbextension-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "widgetsnbextension-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  mv "$pkgdir/usr/etc" "$pkgdir/etc"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list