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

Antonio Rojas arojas at gemini.archlinux.org
Sat Oct 23 12:15:14 UTC 2021


    Date: Saturday, October 23, 2021 @ 12:15:14
  Author: arojas
Revision: 1032954

Update to 0.3.3

Modified:
  jupyter-nbclassic/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-23 11:52:54 UTC (rev 1032953)
+++ PKGBUILD	2021-10-23 12:15:14 UTC (rev 1032954)
@@ -2,7 +2,7 @@
 
 _pipname=nbclassic
 pkgname=jupyter-$_pipname
-pkgver=0.3.2
+pkgver=0.3.3
 pkgrel=1
 pkgdesc='Jupyter Notebook as a Jupyter Server Extension'
 arch=(any)
@@ -11,7 +11,7 @@
 depends=(jupyter-server jupyter-notebook)
 makedepends=(python-setuptools)
 source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('863462bf6a6e0e5e502dcc479ce2ea1edf60437c969f1850d0c0823dba0c39b7')
+sha256sums=('c332322864a0bf5866dec3149b4863d092178f144749183a704d39f0ebb7947d')
 
 build() {
   cd $_pipname-$pkgver
@@ -21,6 +21,7 @@
 package() {
   cd $_pipname-$pkgver
   python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/{usr/,}etc
 
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



More information about the arch-commits mailing list