Date: Friday, January 13, 2023 @ 20:33:31
Author: arojas
Revision: 1383299
archrelease: copy trunk to community-any
Added:
python-jupyter-events/repos/community-any/PKGBUILD
(from rev 1383298, python-jupyter-events/trunk/PKGBUILD)
Deleted:
python-jupyter-events/repos/community-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-13 20:33:22 UTC (rev 1383298)
+++ PKGBUILD 2023-01-13 20:33:31 UTC (rev 1383299)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-_pipname=jupyter_events
-pkgname=python-jupyter-events
-pkgver=0.6.2
-pkgrel=1
-pkgdesc='Configurable event system for Jupyter applications and extensions'
-arch=(any)
-url='https://jupyter.org/'
-license=(BSD)
-depends=(python-jsonschema python-json-logger python-traitlets python-yaml
python-click python-rich)
-makedepends=(python-build python-installer python-hatchling)
-checkdepends=(python-pytest-console-scripts)
-source=(https://github.com/jupyter/jupyter_events/releases/download/v$pkgver/$_pipname-$pkgver.tar.gz)
-sha256sums=('e363f8314df2ff00122936780c75019a368b41b25fdacedeacf20347ee30d8d5')
-
-build() {
- cd $_pipname-$pkgver
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd $_pipname-$pkgver
- python -m venv --system-site-packages test-env
- export PATH="$PWD/test-env/bin:$PATH"
- test-env/bin/python -m installer dist/*.whl
-# https://github.com/jupyter/jupyter_events/issues/50
- test-env/bin/python -m pytest -k 'not test_emit_badschema_format and not
test_bad_validations'
- rm -r test-env
-}
-
-package() {
- cd $_pipname-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
-# rm -r "$pkgdir"/build
-}
Copied: python-jupyter-events/repos/community-any/PKGBUILD (from rev 1383298,
python-jupyter-events/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-13 20:33:31 UTC (rev 1383299)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+_pipname=jupyter_events
+pkgname=python-jupyter-events
+pkgver=0.6.3
+pkgrel=1
+pkgdesc='Configurable event system for Jupyter applications and extensions'
+arch=(any)
+url='https://jupyter.org/'
+license=(BSD)
+depends=(python-jsonschema python-json-logger python-traitlets python-yaml
python-click python-rich)
+makedepends=(python-build python-installer python-hatchling)
+checkdepends=(python-pytest-console-scripts)
+source=(https://github.com/jupyter/jupyter_events/releases/download/v$pkgver/$_pipname-$pkgver.tar.gz)
+sha256sums=('9a6e9995f75d1b7146b436ea24d696ce3a35bfa8bfe45e0c33c334c79464d0b3')
+
+build() {
+ cd $_pipname-$pkgver
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd $_pipname-$pkgver
+ python -m venv --system-site-packages test-env
+ export PATH="$PWD/test-env/bin:$PATH"
+ test-env/bin/python -m installer dist/*.whl
+# https://github.com/jupyter/jupyter_events/issues/50
+ test-env/bin/python -m pytest -k 'not test_emit_badschema_format and not
test_bad_validations'
+ rm -r test-env
+}
+
+package() {
+ cd $_pipname-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+# rm -r "$pkgdir"/build
+}