[arch-commits] Commit in jupyter-nbclassic/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Jul 2 08:26:32 UTC 2022


    Date: Saturday, July 2, 2022 @ 08:26:32
  Author: arojas
Revision: 1243594

archrelease: copy trunk to community-any

Added:
  jupyter-nbclassic/repos/community-any/PKGBUILD
    (from rev 1243593, jupyter-nbclassic/trunk/PKGBUILD)
Deleted:
  jupyter-nbclassic/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   67 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-02 08:25:43 UTC (rev 1243593)
+++ PKGBUILD	2022-07-02 08:26:32 UTC (rev 1243594)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-_pipname=nbclassic
-pkgname=jupyter-$_pipname
-pkgver=0.3.7
-pkgrel=2
-pkgdesc='Jupyter Notebook as a Jupyter Server Extension'
-arch=(any)
-url='https://jupyter.org/'
-license=(custom)
-depends=(jupyter-server jupyter-notebook-shim jupyter-notebook)
-makedepends=(python-build python-installer)
-checkdepends=(python-pytest-tornasync)
-source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('36dbaa88ffaf5dc05d149deb97504b86ba648f4a80a60b8a58ac94acab2daeb5')
-
-build() {
-  cd $_pipname-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd $_pipname-$pkgver
-  pytest -v
-}
-
-package() {
-  cd $_pipname-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  mv "$pkgdir"/{usr/,}etc
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: jupyter-nbclassic/repos/community-any/PKGBUILD (from rev 1243593, jupyter-nbclassic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-02 08:26:32 UTC (rev 1243594)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+_pipname=nbclassic
+pkgname=jupyter-$_pipname
+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)
+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=('dfdab838f41d60f4d66b4af143cea250d32a0fa8573116921ea6532d1710aa27')
+
+build() {
+  cd $_pipname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_pipname-$pkgver
+  pytest -v
+}
+
+package() {
+  cd $_pipname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list