Date: Monday, April 10, 2023 @ 17:58:00
  Author: arojas
Revision: 1444550

upgpkg: python-jupyter-events 0.6.3-4: Add dependencies to make pip happy

Modified:
  python-jupyter-events/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-10 17:57:53 UTC (rev 1444549)
+++ PKGBUILD    2023-04-10 17:58:00 UTC (rev 1444550)
@@ -3,14 +3,16 @@
 _pipname=jupyter_events
 pkgname=python-jupyter-events
 pkgver=0.6.3
-pkgrel=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)
+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 python-rfc3986-validator 
python-rfc3339-validator)
+checkdepends=(python-pytest-console-scripts)
 
source=(https://github.com/jupyter/jupyter_events/releases/download/v$pkgver/$_pipname-$pkgver.tar.gz)
 sha256sums=('9a6e9995f75d1b7146b436ea24d696ce3a35bfa8bfe45e0c33c334c79464d0b3')
 

Reply via email to