Date: Tuesday, May 9, 2023 @ 11:44:16
  Author: arojas
Revision: 1459621

upgpkg: python-ipykernel 6.23.0-2: Make debugpy optional

Modified:
  python-ipykernel/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-09 10:50:19 UTC (rev 1459620)
+++ PKGBUILD    2023-05-09 11:44:16 UTC (rev 1459621)
@@ -4,14 +4,15 @@
 _pyname=ipykernel
 pkgname=python-$_pyname
 pkgver=6.23.0
-pkgrel=1
+pkgrel=2
 pkgdesc='The ipython kernel for Jupyter'
 arch=(any)
 url='https://pypi.org/project/ipykernel/'
 license=(BSD)
-depends=(python-comm python-tornado ipython python-jupyter-client 
python-debugpy python-psutil python-nest-asyncio)
+depends=(python-comm python-tornado ipython python-jupyter-client 
python-psutil python-nest-asyncio)
 makedepends=(python-build python-installer python-hatchling)
-checkdepends=(python-pytest-timeout python-pytest-asyncio python-flaky 
python-ipyparallel python-matplotlib)
+checkdepends=(python-pytest-timeout python-pytest-asyncio python-flaky 
python-ipyparallel python-matplotlib python-debugpy)
+optdepends=('python-debugpy: debugger support')
 
source=(https://github.com/ipython/ipykernel/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('72a4f1e1f3e49c95875fe11ef6ceb0bb695bfd6431c948b2a27ef114e546541d')
 

Reply via email to