[arch-commits] Commit in jupyter-server/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Jan 4 17:54:45 UTC 2021
Date: Monday, January 4, 2021 @ 17:54:43
Author: arojas
Revision: 807822
Update to 1.1.4
Modified:
jupyter-server/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-04 17:54:26 UTC (rev 807821)
+++ PKGBUILD 2021-01-04 17:54:43 UTC (rev 807822)
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=jupyter-server
-pkgver=1.1.3
+pkgver=1.1.4
pkgrel=1
pkgdesc="Provides the backend for Jupyter web applications like Jupyter notebook, JupyterLab, and Voila"
arch=(any)
@@ -11,7 +11,7 @@
python-jinja python-send2trash python-anyio)
makedepends=(python-setuptools)
source=(https://pypi.io/packages/source/j/${pkgname/-/_}/${pkgname/-/_}-$pkgver.tar.gz)
-sha256sums=('23ce959718592ba472db7982a5daf15dda3397fd50bb54d05ad10c09fe122905')
+sha256sums=('b939a28709b38cf9e0b1ad4b1b6896ac0f78f6bb26eda0612f73649ad137b92b')
build() {
cd ${pkgname/-/_}-$pkgver
@@ -21,7 +21,6 @@
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