[arch-commits] Commit in jupyter-server/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Dec 23 18:54:19 UTC 2020


    Date: Wednesday, December 23, 2020 @ 18:54:19
  Author: arojas
Revision: 785083

Remove tests

Modified:
  jupyter-server/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-23 18:51:20 UTC (rev 785082)
+++ PKGBUILD	2020-12-23 18:54:19 UTC (rev 785083)
@@ -2,7 +2,7 @@
 
 pkgname=jupyter-server
 pkgver=1.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides the backend for Jupyter web applications like Jupyter notebook, JupyterLab, and Voila"
 arch=(any)
 url="https://jupyter.org/"
@@ -21,6 +21,7 @@
 package() {
   cd ${pkgname/-/_}-$pkgver
   python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  rm -r "$pkgdir"/usr/lib/python*/site-packages/tests
 
   install -Dm644 COPYING.md -t "$pkgdir"/usr/share/licenses/$pkgname
 }



More information about the arch-commits mailing list