diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-02 10:40:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-02 11:11:53 +0200 |
commit | 1f88538f7d911e1f90d3695ba17f6bc7c938f76b (patch) | |
tree | 516e14c94ce5b387bad421d05aa69b4ac5fe683e /dev-python/widgetsnbextension/widgetsnbextension-3.5.1-r1.ebuild | |
parent | dev-python/ipywidgets: Remove py3.6 in new rev due to ipython (diff) | |
download | gentoo-1f88538f7d911e1f90d3695ba17f6bc7c938f76b.tar.gz gentoo-1f88538f7d911e1f90d3695ba17f6bc7c938f76b.tar.bz2 gentoo-1f88538f7d911e1f90d3695ba17f6bc7c938f76b.zip |
dev-python/widgetsnbextension: Remove py3.6 in new rev due to ipython
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/widgetsnbextension/widgetsnbextension-3.5.1-r1.ebuild')
-rw-r--r-- | dev-python/widgetsnbextension/widgetsnbextension-3.5.1-r1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
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 000000000000..28147f8a5302 --- /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}" |