diff options
author | Carlos Aznarán | 2024-06-01 14:04:35 -0500 |
---|---|---|
committer | Carlos Aznarán | 2024-06-01 14:04:35 -0500 |
commit | 470f79646f77b9d7bb9ac0bfe273dde2b194394e (patch) | |
tree | 8bb2bcc7f1660e30bf6e1ea0cab1ca75c0d2834b | |
parent | 9c46f45e5e1f18df20bcd3efb07b1593ee32211f (diff) | |
download | aur-470f79646f77b9d7bb9ac0bfe273dde2b194394e.tar.gz |
Add description for optional dependencies
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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') |