Date: Monday, April 10, 2023 @ 17:58:12
Author: arojas
Revision: 1444551
archrelease: copy trunk to community-staging-any
Added:
python-jupyter-events/repos/community-staging-any/PKGBUILD
(from rev 1444550, python-jupyter-events/trunk/PKGBUILD)
Deleted:
python-jupyter-events/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 72 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 37 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-10 17:58:00 UTC (rev 1444550)
+++ PKGBUILD 2023-04-10 17:58:12 UTC (rev 1444551)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-_pipname=jupyter_events
-pkgname=python-jupyter-events
-pkgver=0.6.3
-pkgrel=3
-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 python-rfc3986-validator
python-rfc3339-validator)
-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
- test-env/bin/python -m pytest -v
- 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-staging-any/PKGBUILD (from rev
1444550, python-jupyter-events/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-10 17:58:12 UTC (rev 1444551)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+_pipname=jupyter_events
+pkgname=python-jupyter-events
+pkgver=0.6.3
+pkgrel=4
+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
+ python-jsonpointer python-isoduration python-rfc3986-validator
python-rfc3339-validator
+ python-fqdn python-uri-template python-webcolors)
+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
+ test-env/bin/python -m pytest -v
+ rm -r test-env
+}
+
+package() {
+ cd $_pipname-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+# rm -r "$pkgdir"/build
+}