diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-08 20:29:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-08 20:31:18 +0200 |
commit | 0f05726576afd490853595a33b2e867fb97ac2a2 (patch) | |
tree | e01e2bea1abca8257d39d77d7652c861366a5fcf /dev-python/widgetsnbextension/widgetsnbextension-3.5.1.ebuild | |
parent | dev-python/ipyparallel: Bump to 6.3.0 (diff) | |
download | gentoo-0f05726576afd490853595a33b2e867fb97ac2a2.tar.gz gentoo-0f05726576afd490853595a33b2e867fb97ac2a2.tar.bz2 gentoo-0f05726576afd490853595a33b2e867fb97ac2a2.zip |
dev-python/widgetsnbextension: Bump to 3.5.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/widgetsnbextension/widgetsnbextension-3.5.1.ebuild')
-rw-r--r-- | dev-python/widgetsnbextension/widgetsnbextension-3.5.1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/widgetsnbextension/widgetsnbextension-3.5.1.ebuild b/dev-python/widgetsnbextension/widgetsnbextension-3.5.1.ebuild new file mode 100644 index 000000000000..69de3caaaa19 --- /dev/null +++ b/dev-python/widgetsnbextension/widgetsnbextension-3.5.1.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,7} ) +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 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="dev-python/notebook[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" |