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

Felix Yan felixonmars at gemini.archlinux.org
Fri Dec 3 00:27:17 UTC 2021


    Date: Friday, December 3, 2021 @ 00:27:17
  Author: felixonmars
Revision: 1063769

archrelease: copy trunk to community-staging-any

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

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

Copied: jupyter-jsmol/repos/community-staging-any/PKGBUILD (from rev 1063764, jupyter-jsmol/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-12-03 00:27:17 UTC (rev 1063769)
@@ -0,0 +1,19 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=jupyter-jsmol
+pkgver=2021.9.0
+pkgrel=2
+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 python-jupyter_packaging)
+source=(https://pypi.python.org/packages/source/j/$pkgname/${pkgname/-/_}-$pkgver.tar.gz)
+sha256sums=('9c4bf11a75a476cd31f1a5f7210850fca333a6f299cbc737c8dc5ed7657da5bc')
+
+package() {
+  cd ${pkgname/-/_}-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+#  mv "$pkgdir"/{usr/etc,etc}
+}



More information about the arch-commits mailing list