Date: Thursday, January 12, 2023 @ 06:38:28
Author: arojas
Revision: 1383013
archrelease: copy trunk to community-any
Added:
python-jupyter-events/repos/community-any/PKGBUILD
(from rev 1383012, 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-12 06:38:19 UTC (rev 1383012)
+++ PKGBUILD 2023-01-12 06:38:28 UTC (rev 1383013)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-_pipname=jupyter_events
-pkgname=python-jupyter-events
-pkgver=0.6.1
-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=('119d3f6372f1d61cdf2b3f5a880516263d4704fc87633fd293386450e955679c')
-
-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 1383012,
python-jupyter-events/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-12 06:38:28 UTC (rev 1383013)
@@ -0,0 +1,36 @@
+# 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
+}