commit: 1f88538f7d911e1f90d3695ba17f6bc7c938f76b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 2 08:40:04 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 2 09:11:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f88538f
dev-python/widgetsnbextension: Remove py3.6 in new rev due to ipython
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../widgetsnbextension-3.5.1-r1.ebuild | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/dev-python/widgetsnbextension/widgetsnbextension-3.5.1-r1.ebuild
b/dev-python/widgetsnbextension/widgetsnbextension-3.5.1-r1.ebuild
new file mode 100644
index 00000000000..28147f8a530
--- /dev/null
+++ b/dev-python/widgetsnbextension/widgetsnbextension-3.5.1-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="IPython HTML widgets for Jupyter"
+HOMEPAGE="https://ipython.org"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="dev-python/notebook[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"