From 9ee6d97c2883d42f204a533a8bc1f4562df778fb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 16 Sep 2020 09:32:48 +0100 Subject: gentoo resync : 16.09.2020 --- dev-python/jupyter/Manifest | 2 +- dev-python/jupyter/jupyter-1.0.0-r2.ebuild | 41 ------------------------------ dev-python/jupyter/jupyter-1.0.0-r3.ebuild | 41 ++++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 42 deletions(-) delete mode 100644 dev-python/jupyter/jupyter-1.0.0-r2.ebuild create mode 100644 dev-python/jupyter/jupyter-1.0.0-r3.ebuild (limited to 'dev-python/jupyter') diff --git a/dev-python/jupyter/Manifest b/dev-python/jupyter/Manifest index c73053961ec3..87d5d8e1f2fe 100644 --- a/dev-python/jupyter/Manifest +++ b/dev-python/jupyter/Manifest @@ -1,4 +1,4 @@ DIST jupyter-1.0.0-file-colision.patch 1727 BLAKE2B 59bf5e567e6da9e9f3d84178942993072e1697c1c4c06e06d606dce7bdc76d296d10c30cdef2865bce7b4c26136a1b0a2860f009f1530c1815b48b3300401501 SHA512 a6b4cc6b91bb9941f029963cc3e3b7f415192f64788a34dde7828d450497987f92c25655c5ca183a7408fb1fb439917ba0f0a1ef1db3fe3bec1fc46d9ad2cf4d DIST jupyter-1.0.0.tar.gz 12916 BLAKE2B 36476eaf0119613ba6d9f153aab1658f43951dc3879cb6a9e90d8fba14cc1247305e18fda2251127faac4e68867efd3ef57129675bbe89a17a6469255efcade2 SHA512 1f0bc83f7a127c98ccf4b3868814116aa272ea5d0baac52d7a022305af7e2da28ca2b90fa3554ff085d8df3eb6d8b8cde80bf02b8e66064c59900b926d73c520 -EBUILD jupyter-1.0.0-r2.ebuild 1120 BLAKE2B 0d11b75661414fca66549a99c01529bd39fbf984cd5544f083fc52d8ea7d0aeb3c56cd833aa27a2ba013256870065cd9f8c2710bbdaf49d642a0806686e1b3cd SHA512 0e845fba31c5b09bd9aff42a9cfcab6ae01266ff6627a0dedc8eda6e6fb438f61c7020f7859abcc3994c92bdf612ebe1fc0582ebec1e0c0814736b985810e589 +EBUILD jupyter-1.0.0-r3.ebuild 1120 BLAKE2B 0d11b75661414fca66549a99c01529bd39fbf984cd5544f083fc52d8ea7d0aeb3c56cd833aa27a2ba013256870065cd9f8c2710bbdaf49d642a0806686e1b3cd SHA512 0e845fba31c5b09bd9aff42a9cfcab6ae01266ff6627a0dedc8eda6e6fb438f61c7020f7859abcc3994c92bdf612ebe1fc0582ebec1e0c0814736b985810e589 MISC metadata.xml 390 BLAKE2B 1f4d29ef2bf8add19fc945beb9f7b92bc49ca189fafbb16bcdc2c25cf71bc5d248491d63bb88f67100504aa796723072342b4c225064339fefbce73905d78211 SHA512 e2b9ac43d44b647a247148e87403e8cb1aeb8e89f482740f489424caa3b5b0301dffcf2693297a0755b8ee3d6f82e519382b4b8bdbd760763a096cfebd66cbc5 diff --git a/dev-python/jupyter/jupyter-1.0.0-r2.ebuild b/dev-python/jupyter/jupyter-1.0.0-r2.ebuild deleted file mode 100644 index c88927ac5ff2..000000000000 --- a/dev-python/jupyter/jupyter-1.0.0-r2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 - -DESCRIPTION="Jupyter metapackage. Install all the Jupyter components in one go" -HOMEPAGE="https://jupyter.org" -SRC_URI=" - mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz - https://patch-diff.githubusercontent.com/raw/jupyter/jupyter/pull/198.patch -> ${P}-file-colision.patch - " - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - dev-python/notebook[${PYTHON_USEDEP}] - dev-python/qtconsole[${PYTHON_USEDEP}] - dev-python/jupyter_console[${PYTHON_USEDEP}] - dev-python/nbconvert[${PYTHON_USEDEP}] - dev-python/ipykernel[${PYTHON_USEDEP}] - dev-python/ipywidgets[${PYTHON_USEDEP}]" -PDEPEND=">=dev-python/jupyter_core-4.2.0[${PYTHON_USEDEP}]" - -distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme - -PATCHES=( "${DISTDIR}"/${P}-file-colision.patch ) - -python_prepare_all() { - # Prevent un-needed download during build - if use doc; then - sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/source/conf.py || die - fi - - distutils-r1_python_prepare_all -} diff --git a/dev-python/jupyter/jupyter-1.0.0-r3.ebuild b/dev-python/jupyter/jupyter-1.0.0-r3.ebuild new file mode 100644 index 000000000000..c88927ac5ff2 --- /dev/null +++ b/dev-python/jupyter/jupyter-1.0.0-r3.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) + +inherit distutils-r1 + +DESCRIPTION="Jupyter metapackage. Install all the Jupyter components in one go" +HOMEPAGE="https://jupyter.org" +SRC_URI=" + mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz + https://patch-diff.githubusercontent.com/raw/jupyter/jupyter/pull/198.patch -> ${P}-file-colision.patch + " + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 x86" + +RDEPEND=" + dev-python/notebook[${PYTHON_USEDEP}] + dev-python/qtconsole[${PYTHON_USEDEP}] + dev-python/jupyter_console[${PYTHON_USEDEP}] + dev-python/nbconvert[${PYTHON_USEDEP}] + dev-python/ipykernel[${PYTHON_USEDEP}] + dev-python/ipywidgets[${PYTHON_USEDEP}]" +PDEPEND=">=dev-python/jupyter_core-4.2.0[${PYTHON_USEDEP}]" + +distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme + +PATCHES=( "${DISTDIR}"/${P}-file-colision.patch ) + +python_prepare_all() { + # Prevent un-needed download during build + if use doc; then + sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/source/conf.py || die + fi + + distutils-r1_python_prepare_all +} -- cgit v1.2.3