summaryrefslogtreecommitdiff
path: root/dev-python/notebook/notebook-5.7.8.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/notebook/notebook-5.7.8.ebuild')
-rw-r--r--dev-python/notebook/notebook-5.7.8.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-python/notebook/notebook-5.7.8.ebuild b/dev-python/notebook/notebook-5.7.8.ebuild
index ed340b66e0a0..4c9dc036bc2d 100644
--- a/dev-python/notebook/notebook-5.7.8.ebuild
+++ b/dev-python/notebook/notebook-5.7.8.ebuild
@@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+)"
inherit distutils-r1
DESCRIPTION="Jupyter Interactive Notebook"
-HOMEPAGE="http://jupyter.org"
+HOMEPAGE="https://jupyter.org"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
@@ -60,9 +60,6 @@ DEPEND="${RDEPEND}
PATCHES=( "${FILESDIR}/${PN}"-5.7.0-no-mathjax.patch )
-# Opens a qtconsole
-restrict="doc"
-
python_prepare_all() {
sed \
-e "/import setup/s:$:\nimport setuptools:g" \