From 335ba3c8a6acffe9e8c004471327c70f87a3edd2 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Tue, 26 Jun 2018 21:21:18 -0700 Subject: [PATCH] Remove unused old conda package leftovers --- littlest-jupyterhub/build.sh | 7 ------- littlest-jupyterhub/meta.yaml | 15 --------------- 2 files changed, 22 deletions(-) delete mode 100644 littlest-jupyterhub/build.sh delete mode 100644 littlest-jupyterhub/meta.yaml diff --git a/littlest-jupyterhub/build.sh b/littlest-jupyterhub/build.sh deleted file mode 100644 index fbfd36a..0000000 --- a/littlest-jupyterhub/build.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -set -euo pipefail - -# FIXME: Should this coming from conda-forge instead? -$PYTHON -m pip install --no-deps --ignore-installed \ - jupyterhub-systemdspawner==0.9.10 \ - jupyterhub-dummyauthenticator==0.3.1 \ No newline at end of file diff --git a/littlest-jupyterhub/meta.yaml b/littlest-jupyterhub/meta.yaml deleted file mode 100644 index da45bce..0000000 --- a/littlest-jupyterhub/meta.yaml +++ /dev/null @@ -1,15 +0,0 @@ -package: - name: littlest-jupyterhub - version: v0.1 - - -build: - number: 13 -requirements: - host: - - python - - pip - - run: - - python - - jupyterhub \ No newline at end of file