Date: Monday, April 10, 2023 @ 10:18:29
  Author: felixonmars
Revision: 1443923

archrelease: copy trunk to community-staging-any

Added:
  jupyter-nbformat/repos/community-staging-any/PKGBUILD
    (from rev 1443922, jupyter-nbformat/trunk/PKGBUILD)
Deleted:
  jupyter-nbformat/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-10 10:18:22 UTC (rev 1443922)
+++ PKGBUILD    2023-04-10 10:18:29 UTC (rev 1443923)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Kyle Keen <[email protected]>
-
-pkgname=jupyter-nbformat
-pkgver=5.8.0
-pkgrel=2
-pkgdesc='The base implementation of the Jupyter Notebook format and Python 
APIs for working with notebooks'
-arch=(any)
-url='https://pypi.python.org/pypi/nbformat'
-license=(BSD)
-depends=(python-traitlets python-jupyter-core python-jsonschema 
python-fastjsonschema)
-makedepends=(python-build python-installer python-hatch-nodejs-version)
-checkdepends=(python-pytest python-testpath python-pep440)
-source=(https://github.com/jupyter/nbformat/archive/v$pkgver/nbformat-$pkgver.tar.gz)
-sha256sums=('f153c23be35a01e5cdef01f51bc2b310fc2fe53da376e19fa12c10bcbcc64bbc')
-
-build() {
-  cd nbformat-$pkgver
-  python -m build --wheel --no-isolation --skip-dependency-check
-}
-
-check() {
-  cd nbformat-$pkgver
-  python -m venv --system-site-packages test-env
-  test-env/bin/python -m installer dist/*.whl
-  test-env/bin/python -m pytest
-}
-
-package() {
-  cd nbformat-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: jupyter-nbformat/repos/community-staging-any/PKGBUILD (from rev 
1443922, jupyter-nbformat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-10 10:18:29 UTC (rev 1443923)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Kyle Keen <[email protected]>
+
+pkgname=jupyter-nbformat
+pkgver=5.8.0
+pkgrel=3
+pkgdesc='The base implementation of the Jupyter Notebook format and Python 
APIs for working with notebooks'
+arch=(any)
+url='https://pypi.python.org/pypi/nbformat'
+license=(BSD)
+depends=(python-traitlets python-jupyter-core python-jsonschema 
python-fastjsonschema)
+makedepends=(python-build python-installer python-hatch-nodejs-version)
+checkdepends=(python-pytest python-testpath python-pep440)
+source=(https://github.com/jupyter/nbformat/archive/v$pkgver/nbformat-$pkgver.tar.gz)
+sha256sums=('f153c23be35a01e5cdef01f51bc2b310fc2fe53da376e19fa12c10bcbcc64bbc')
+
+build() {
+  cd nbformat-$pkgver
+  python -m build --wheel --no-isolation --skip-dependency-check
+}
+
+check() {
+  cd nbformat-$pkgver
+  python -m venv --system-site-packages test-env
+  test-env/bin/python -m installer dist/*.whl
+  test-env/bin/python -m pytest
+}
+
+package() {
+  cd nbformat-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Reply via email to