summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-06-01 14:04:35 -0500
committerCarlos Aznarán2024-06-01 14:04:35 -0500
commit470f79646f77b9d7bb9ac0bfe273dde2b194394e (patch)
tree8bb2bcc7f1660e30bf6e1ea0cab1ca75c0d2834b
parent9c46f45e5e1f18df20bcd3efb07b1593ee32211f (diff)
downloadaur-470f79646f77b9d7bb9ac0bfe273dde2b194394e.tar.gz
Add description for optional dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f81c174bb337..de25f95455de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,8 +10,8 @@ pkgbase = python-xeus-python-shell
makedepends = python-setuptools
makedepends = python-wheel
depends = python-debugpy
- optdepends = ipython:
- optdepends = python-pyjs:
+ optdepends = ipython: IPython support
+ optdepends = python-pyjs: wasm support
source = xeus-python-shell-0.6.2.tar.gz::https://github.com/jupyter-xeus/xeus-python-shell/archive/0.6.2.tar.gz
sha512sums = 1d8f151951bdfaa982d0bf0ed2a4ad836c7f13f9ac3c34ba747c1ff15514e3a428f40cb140012ab9d5efbdcc2a10e01e287d318cde165fe05c655f356804282f
diff --git a/PKGBUILD b/PKGBUILD
index 1e226081b586..e73a1062498f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ url="https://github.com/jupyter-xeus/${_base}"
license=(BSD-3-Clause)
depends=(python-debugpy)
makedepends=(python-build python-installer python-setuptools python-wheel)
-optdepends=('ipython: '
- 'python-pyjs: ')
+optdepends=('ipython: IPython support'
+ 'python-pyjs: wasm support')
source=(${_base}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
sha512sums=('1d8f151951bdfaa982d0bf0ed2a4ad836c7f13f9ac3c34ba747c1ff15514e3a428f40cb140012ab9d5efbdcc2a10e01e287d318cde165fe05c655f356804282f')