[arch-commits] Commit in jupyter-jsmol (3 files)

Antonio Rojas arojas at archlinux.org
Tue Dec 15 20:24:58 UTC 2020


    Date: Tuesday, December 15, 2020 @ 20:24:57
  Author: arojas
Revision: 776173

archrelease: copy trunk to community-any

Added:
  jupyter-jsmol/repos/
  jupyter-jsmol/repos/community-any/
  jupyter-jsmol/repos/community-any/PKGBUILD
    (from rev 776172, jupyter-jsmol/trunk/PKGBUILD)

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

Copied: jupyter-jsmol/repos/community-any/PKGBUILD (from rev 776172, jupyter-jsmol/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2020-12-15 20:24:57 UTC (rev 776173)
@@ -0,0 +1,19 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=jupyter-jsmol
+pkgver=0.2.4
+pkgrel=1
+pkgdesc="JSmol viewer widget which can be used in Jupyter Notebooks and JupyterLab"
+arch=(any)
+url="https://pypi.org/project/jupyter-jsmol/"
+license=(BSD)
+depends=(python-ipywidgets jupyter-notebook)
+makedepends=(python-setuptools)
+source=("https://pypi.python.org/packages/source/j/$pkgname/${pkgname/-/_}-$pkgver.tar.gz")
+sha256sums=('d2ce38e95773345d0eceffed5ecb0e5d49fe61da5e922dea754c85799cc512b3')
+
+package() {
+  cd ${pkgname/-/_}-$pkgver
+  python setup.py install --root="$pkgdir"
+  mv "$pkgdir"/{usr/etc,etc}
+}



More information about the arch-commits mailing list