summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2017-01-10 14:33:07 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2017-01-10 14:33:07 -0500
commite17310b599666aed07e9488013d007ae55a55a91 (patch)
treec2ce7755786c94d87a4028bfff82cc9da6e14eb7
parenta1a8359141c252b79bde6ea40218a30c0dbf1544 (diff)
downloadarch-pkgs-e17310b599666aed07e9488013d007ae55a55a91.tar.gz
remove jupyterhub
-rw-r--r--jupyterhub/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/jupyterhub/PKGBUILD b/jupyterhub/PKGBUILD
deleted file mode 100644
index 122fcfa..0000000
--- a/jupyterhub/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-
-pkgname=jupyterhub
-pkgver=0.6.1
-pkgrel=1
-pkgdesc="Multi-user server for Jupyter notebooks "
-url="http://jupyter.org/"
-arch=(any)
-license=('BSD')
-depends=('python-tornado' 'python-jinja' 'ipython' 'python-pamela' 'python-sqlalchemy' 'python-requests' 'nodejs-configurable-http-proxy')
-makedepends=('bower' 'npm')
-source=("https://github.com/jupyter/jupyterhub/archive/${pkgver}.tar.gz")
-md5sums=('cf3de18430795a6e1b51feb06b34e8a8')
-
-build() {
- cd "${srcdir}/jupyterhub-$pkgver"
- python setup.py build
-}
-
-package() {
- cd "${srcdir}/jupyterhub-$pkgver"
- python setup.py install --root="${pkgdir}"
- install -Dm644 COPYING.md "${pkgdir}"/usr/share/licenses/$pkgname/COPYING.md
-}
-