diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-21 20:39:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-21 21:06:17 +0100 |
commit | f088e7b51b6b731177900fbe988a0abaa5f97837 (patch) | |
tree | 474250ecd73a9f82b0db13475b9482e2d6249ac4 /dev-python/widgetsnbextension | |
parent | dev-python/oslo-log: Bump to 5.2.0 (diff) | |
download | gentoo-f088e7b51b6b731177900fbe988a0abaa5f97837.tar.gz gentoo-f088e7b51b6b731177900fbe988a0abaa5f97837.tar.bz2 gentoo-f088e7b51b6b731177900fbe988a0abaa5f97837.zip |
dev-python/widgetsnbextension: Bump to 4.0.6
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/widgetsnbextension')
-rw-r--r-- | dev-python/widgetsnbextension/Manifest | 1 | ||||
-rw-r--r-- | dev-python/widgetsnbextension/widgetsnbextension-4.0.6.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/widgetsnbextension/Manifest b/dev-python/widgetsnbextension/Manifest index 401c0e5ed640..aa9fcbc2c449 100644 --- a/dev-python/widgetsnbextension/Manifest +++ b/dev-python/widgetsnbextension/Manifest @@ -1 +1,2 @@ DIST widgetsnbextension-4.0.5.tar.gz 1022805 BLAKE2B 1b64a633414b085fbdaee7394d17243b4b0eb3d6d3b7f8766d48eb0066d159a8ed594a0444e0724a876e213582274ac5faccc502349a8ee657ccbfcd047769c0 SHA512 8a25c97baaef32b46254e515676bd6894a025b710e48e374f2490bb1d5de96adb87c3b0673f69bebbb332b0f0ad6d9367c5d64146ae6452bc2090a66e8470a09 +DIST widgetsnbextension-4.0.6.tar.gz 1056186 BLAKE2B c42a0b1f5a9fe713e5ea31c6c2da80bce3ff00abaa80dce423f9f2a95fa37197a47eec1b0b7eae2889d1fcb509e4c0de6d618068cd99d40927f6ea09a7b4129b SHA512 20296c449bae36625294916fad182d0bd66e7dec1204c9d6a999479fb14a88d9021c890894f41ff244c291fec33b43ba8166c4059bac15bce6b9c4e33ec9349e diff --git a/dev-python/widgetsnbextension/widgetsnbextension-4.0.6.ebuild b/dev-python/widgetsnbextension/widgetsnbextension-4.0.6.ebuild new file mode 100644 index 000000000000..76c91a82d91c --- /dev/null +++ b/dev-python/widgetsnbextension/widgetsnbextension-4.0.6.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_REQ_USE="threads(+)" + +inherit distutils-r1 pypi + +DESCRIPTION="IPython HTML widgets for Jupyter" +HOMEPAGE=" + https://ipython.org/ + https://pypi.org/project/widgetsnbextension/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + dev-python/notebook[${PYTHON_USEDEP}] +" + +src_install() { + distutils-r1_src_install + + mv "${ED}/usr/etc" "${ED}/etc" || die +} |