[arch-commits] Commit in jupyter-widgetsnbextension/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Fri Oct 25 14:17:59 UTC 2019
Date: Friday, October 25, 2019 @ 14:17:58
Author: felixonmars
Revision: 518903
archrelease: copy trunk to community-staging-any
Added:
jupyter-widgetsnbextension/repos/community-staging-any/
jupyter-widgetsnbextension/repos/community-staging-any/PKGBUILD
(from rev 518902, jupyter-widgetsnbextension/trunk/PKGBUILD)
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Copied: jupyter-widgetsnbextension/repos/community-staging-any/PKGBUILD (from rev 518902, jupyter-widgetsnbextension/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2019-10-25 14:17:58 UTC (rev 518903)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+pkgname=jupyter-widgetsnbextension
+pkgver=3.5.0
+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')
+source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz")
+md5sums=('2038ef983e480543408a5db155e333f6')
+
+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