Date: Monday, December 19, 2022 @ 20:35:18
Author: arojas
Revision: 1362025
archrelease: copy trunk to community-any
Added:
jupyter-nbformat/repos/community-any/PKGBUILD
(from rev 1362024, jupyter-nbformat/trunk/PKGBUILD)
Deleted:
jupyter-nbformat/repos/community-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-19 20:35:10 UTC (rev 1362024)
+++ PKGBUILD 2022-12-19 20:35:18 UTC (rev 1362025)
@@ -1,32 +0,0 @@
-# Maintainer: Kyle Keen <[email protected]>
-
-pkgname=jupyter-nbformat
-pkgver=5.7.0
-pkgrel=1
-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/$pkgver/nbformat-$pkgver.tar.gz)
-sha256sums=('1ca4447dcf352faf7bff8127a35e30f77a1acbc6b5d8e6bfd4f149924e1a0f20')
-
-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 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: jupyter-nbformat/repos/community-any/PKGBUILD (from rev 1362024,
jupyter-nbformat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-19 20:35:18 UTC (rev 1362025)
@@ -0,0 +1,32 @@
+# Maintainer: Kyle Keen <[email protected]>
+
+pkgname=jupyter-nbformat
+pkgver=5.7.1
+pkgrel=1
+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=('be76a533b8005e76c67ca889783e4f7e1fa7dff8da6a22047b96f722d3d79596')
+
+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 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}