Date: Saturday, October 8, 2022 @ 08:06:33
Author: arojas
Revision: 1324340
archrelease: copy trunk to community-any
Added:
jupyter-nbclassic/repos/community-any/PKGBUILD
(from rev 1324339, jupyter-nbclassic/trunk/PKGBUILD)
Deleted:
jupyter-nbclassic/repos/community-any/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-08 08:06:24 UTC (rev 1324339)
+++ PKGBUILD 2022-10-08 08:06:33 UTC (rev 1324340)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-_pipname=nbclassic
-pkgname=jupyter-$_pipname
-pkgver=0.4.4
-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 python-setuptools)
-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=('f6c4fbac2c5efc6f5e7c02a69f5359a6040b90ac648719990d059bdec380afec')
-
-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 1324339,
jupyter-nbclassic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-08 08:06:33 UTC (rev 1324340)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+_pipname=nbclassic
+pkgname=jupyter-$_pipname
+pkgver=0.4.5
+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 python-setuptools)
+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=('05704c6cdd8301bf52e40ed9fae39e80d6bc5d2d447dc67831c145b4dd928779')
+
+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
+}