summaryrefslogtreecommitdiff
path: root/jupyterhub
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-01-10 13:28:14 +0100
committerErich Eckner <git@eckner.net>2017-01-10 14:59:18 +0100
commit980743051ecb336e06bb109eb218d66e6c5cf05d (patch)
treee93726481eb1c7f4cfa0331df5d5f9ae6119ac49 /jupyterhub
parent486e64e7c1a582980e3969d00fa4b79b138c8b3b (diff)
downloadarchlinuxewe.git.save-980743051ecb336e06bb109eb218d66e6c5cf05d.tar.xz
jupyterhub: korrektur
Diffstat (limited to 'jupyterhub')
-rw-r--r--jupyterhub/PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/jupyterhub/PKGBUILD b/jupyterhub/PKGBUILD
index 79a116da..de7af244 100644
--- a/jupyterhub/PKGBUILD
+++ b/jupyterhub/PKGBUILD
@@ -2,13 +2,12 @@
pkgname=jupyterhub
pkgver=0.6.1
-pkgrel=2
+pkgrel=3
pkgdesc="Multi-user server for Jupyter notebooks "
url="http://jupyter.org/"
arch=(any)
license=('BSD')
-depends=('python>=3.6' 'python-alembic' 'python-tornado' 'python-jinja' 'ipython' 'python-pamela' 'python-sqlalchemy' 'python-requests' 'nodejs-configurable-http-proxy')
-conflicts=('python>3.6')
+depends=('python>=3.6' 'python<3.7' 'python-alembic' 'python-tornado' 'python-jinja' 'ipython' 'python-pamela' 'python-sqlalchemy' 'python-requests' 'nodejs-configurable-http-proxy')
makedepends=('bower' 'npm')
source=("https://github.com/jupyterhub/jupyterhub/archive/${pkgver}.tar.gz")
sha512sums=('303a318a7a3e120f06446c11d445d642677f292519e57dc5e104d84331ea43023158c303cfe3a63e1dab4e06393bf1f755dc03ccdf2f8fb5ee62a582c6dff46b')