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

Antonio Rojas arojas at gemini.archlinux.org
Sat Jul 2 08:25:43 UTC 2022


    Date: Saturday, July 2, 2022 @ 08:25:43
  Author: arojas
Revision: 1243593

Update to 0.4.0

Modified:
  jupyter-nbclassic/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-02 08:07:15 UTC (rev 1243592)
+++ PKGBUILD	2022-07-02 08:25:43 UTC (rev 1243593)
@@ -2,17 +2,19 @@
 
 _pipname=nbclassic
 pkgname=jupyter-$_pipname
-pkgver=0.3.7
-pkgrel=2
+pkgver=0.4.0
+pkgrel=1
 pkgdesc='Jupyter Notebook as a Jupyter Server Extension'
 arch=(any)
 url='https://jupyter.org/'
 license=(custom)
-depends=(jupyter-server jupyter-notebook-shim jupyter-notebook)
+depends=(jupyter-server jupyter-notebook-shim)
 makedepends=(python-build python-installer)
 checkdepends=(python-pytest-tornasync)
+conflicts=(jupyter-notebook)
+provides=(jupyter-notebook)
 source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('36dbaa88ffaf5dc05d149deb97504b86ba648f4a80a60b8a58ac94acab2daeb5')
+sha256sums=('dfdab838f41d60f4d66b4af143cea250d32a0fa8573116921ea6532d1710aa27')
 
 build() {
   cd $_pipname-$pkgver
@@ -27,7 +29,6 @@
 package() {
   cd $_pipname-$pkgver
   python -m installer --destdir="$pkgdir" dist/*.whl
-  mv "$pkgdir"/{usr/,}etc
 
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



More information about the arch-commits mailing list