Date: Thursday, September 29, 2022 @ 20:42:33
  Author: arojas
Revision: 1317080

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-29 20:42:24 UTC (rev 1317079)
+++ PKGBUILD    2022-09-29 20:42:33 UTC (rev 1317080)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-_pipname=nbclassic
-pkgname=jupyter-$_pipname
-pkgver=0.4.3
-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=('f03111b2cebaa69b88370a7b23b19b2b37c9bb71767f1828cdfd7a047eae8edd')
-
-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 1317079, 
jupyter-nbclassic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-29 20:42:33 UTC (rev 1317080)
@@ -0,0 +1,35 @@
+# 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
+}

Reply via email to