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

Felix Yan felixonmars at archlinux.org
Wed Jul 18 01:49:46 UTC 2018


    Date: Wednesday, July 18, 2018 @ 01:49:46
  Author: felixonmars
Revision: 361213

archrelease: copy trunk to community-staging-any

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

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

Copied: jupyter-widgetsnbextension/repos/community-staging-any/PKGBUILD (from rev 361212, jupyter-widgetsnbextension/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-07-18 01:49:46 UTC (rev 361213)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+pkgname=jupyter-widgetsnbextension
+pkgver=3.2.1
+pkgrel=2
+epoch=1
+pkgdesc="Interactive HTML widgets for Jupyter notebooks"
+arch=(any)
+url="https://pypi.python.org/pypi/widgetsnbextension"
+license=(BSD)
+depends=(jupyter-notebook)
+makedepends=()
+source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz")
+md5sums=('2b87b1461738f10c0d476b2e2aa8099d')
+
+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,/etc}
+}



More information about the arch-commits mailing list