From 486e64e7c1a582980e3969d00fa4b79b138c8b3b Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 10 Jan 2017 13:24:09 +0100 Subject: jupyterhub nun fuer python 3.6 --- jupyterhub/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'jupyterhub') diff --git a/jupyterhub/PKGBUILD b/jupyterhub/PKGBUILD index 60a64acc..79a116da 100644 --- a/jupyterhub/PKGBUILD +++ b/jupyterhub/PKGBUILD @@ -2,12 +2,13 @@ pkgname=jupyterhub pkgver=0.6.1 -pkgrel=1 +pkgrel=2 pkgdesc="Multi-user server for Jupyter notebooks " url="http://jupyter.org/" arch=(any) license=('BSD') -depends=('python-alembic' 'python-tornado' 'python-jinja' 'ipython' 'python-pamela' 'python-sqlalchemy' 'python-requests' 'nodejs-configurable-http-proxy') +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') makedepends=('bower' 'npm') source=("https://github.com/jupyterhub/jupyterhub/archive/${pkgver}.tar.gz") sha512sums=('303a318a7a3e120f06446c11d445d642677f292519e57dc5e104d84331ea43023158c303cfe3a63e1dab4e06393bf1f755dc03ccdf2f8fb5ee62a582c6dff46b') -- cgit v1.2.3-54-g00ecf