Date: Monday, October 10, 2022 @ 20:42:27
Author: arojas
Revision: 1327541
archrelease: copy trunk to community-any
Added:
jupyter-nbformat/repos/community-any/PKGBUILD
(from rev 1327536, jupyter-nbformat/trunk/PKGBUILD)
Deleted:
jupyter-nbformat/repos/community-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-10 20:42:26 UTC (rev 1327540)
+++ PKGBUILD 2022-10-10 20:42:27 UTC (rev 1327541)
@@ -1,32 +0,0 @@
-# Maintainer: Kyle Keen <[email protected]>
-
-pkgname=jupyter-nbformat
-pkgver=5.6.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/$pkgver/nbformat-$pkgver.tar.gz)
-sha256sums=('554e89358d6ac5a36125d9b2127bc8c7c4d102897ddaddd75be80fb6d6052f3b')
-
-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 1327536,
jupyter-nbformat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-10 20:42:27 UTC (rev 1327541)
@@ -0,0 +1,32 @@
+# 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"
+}