summaryrefslogtreecommitdiff
path: root/python-bash_kernel
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-12-02 10:05:52 +0100
committerErich Eckner <git@eckner.net>2020-12-02 10:05:52 +0100
commitaf07cc2aa70ef7488aee53779818b000b956ea7b (patch)
tree5180b7032c2a8c0ffc794c00db07f284b2c0edad /python-bash_kernel
parentc8237d51da70e65decd69bed05c5e6e1852e9ce5 (diff)
downloadarchlinuxewe.git.save-af07cc2aa70ef7488aee53779818b000b956ea7b.tar.xz
recompile all python packages
Diffstat (limited to 'python-bash_kernel')
-rw-r--r--python-bash_kernel/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/python-bash_kernel/PKGBUILD b/python-bash_kernel/PKGBUILD
index fab7336b..b5bff551 100644
--- a/python-bash_kernel/PKGBUILD
+++ b/python-bash_kernel/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=python-bash_kernel
_pkgname=bash_kernel
pkgver=0.7.2
-pkgrel=3
+pkgrel=4
pkgdesc='A Jupyter kernel for bash.'
arch=('any')
url='https://github.com/takluyver/bash_kernel'
license=('BSD')
depends=(
- 'python>=3.8'
- 'python<3.9'
+ 'python>=3.9'
+ 'python<3.10'
)
source=("${_pkgname}-${pkgver}.tar.gz::https://pypi.python.org/packages/96/8f/869587d23c29bf74dc52a9bd5c80170762adfc78ecb5108ae8b32bb48f82/${_pkgname}-${pkgver}.tar.gz")
sha512sums=('94231b4c014888241a0c06b69e5d59b0baa6000bf922cfc6ca2d558a96387e109bcb0dcb15061b94bfde6c30296dce4a3b8cd8f2a7c53014b48870321bb40685')