From e53aa6b4fbe5a0c6db75d893829f7a6a37a14180 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 28 Jan 2023 02:49:59 +0000 Subject: gentoo auto-resync : 28:01:2023 - 02:49:59 --- dev-python/nbclassic/Manifest | 2 - dev-python/nbclassic/nbclassic-0.4.8.ebuild | 66 ----------------------------- 2 files changed, 68 deletions(-) delete mode 100644 dev-python/nbclassic/nbclassic-0.4.8.ebuild (limited to 'dev-python/nbclassic') diff --git a/dev-python/nbclassic/Manifest b/dev-python/nbclassic/Manifest index e915095bb19e..19ea1b178b9f 100644 --- a/dev-python/nbclassic/Manifest +++ b/dev-python/nbclassic/Manifest @@ -1,5 +1,3 @@ -DIST nbclassic-0.4.8.tar.gz 19875247 BLAKE2B f6a4ff226ebd7c39fa657e06c1854e24ef7e50e893cc1a0b52c0cef194f8638b26a3b4a74d6d4077c055470bf1a7895995e184f3678b1157813981223631f6a6 SHA512 a0b6cc7823da3e7bd3ae7627994fd6a0e79adcc201763e6597e41d0f2a1fe287edb38903e4240702a34e20bd5e3c32c5460ca3b3355f59585bd2aa8dc46276f2 DIST nbclassic-0.5.1.tar.gz 20178622 BLAKE2B 1ff79c9af218011c697016ecef149f42e683607eebb8e199ef75957d9d3127858ce8f443aeedb60844e3277b4c8cd4959d123658a5103ab2112fec469ef01a96 SHA512 1dabc27ad115d1961e7881e7a51653449cae291c74aea222bbf92d49cb7bc9657ae1f1d9a81eafbd70bc0cafd57b75cd2c76bebf91aabc5fdd9eede534f1cec9 -EBUILD nbclassic-0.4.8.ebuild 1365 BLAKE2B dd7a680c12e12c66bc981b28ce7b943c0960a5e1f1e30a5403e7bf93608da4abc1bc5842c66c67b143386beb681250614da0c6ca05dc20c09ebd848b7d2b15a1 SHA512 ccb7e84b29e6a1a7fac65d02dd285713964f7d5f51db327f8c33f95e52d27efb24b0ed02a5a62ffe2f42d057a81281eeab06fd3ce9a394b0279d45b1ed8a17d0 EBUILD nbclassic-0.5.1.ebuild 2340 BLAKE2B eeb7e86f6c1d0bfc559ee6dd72f8fa76f7cecc8f0826742fa7957644e6740d07a230ecc3dde47bbd701252d669cc863a0b86bfa5bb52dd129a8ab46c1d656859 SHA512 0b638441e7083232dd95f26efaae819fecbbfc60a11aad9f0d8cf416448b9223fb495f19d99bb0293e902469b9c734c700979eb4746d84e7ef26d3eb18e6413e MISC metadata.xml 407 BLAKE2B 8be751d3f2e0e1e2952c39cd1846285ebb994d833022767dde609294ee9f98044b1189934e7d27c3134b1f06c95705687491dbf52739bdd0bc17f06cfdff53cf SHA512 6cc07376da4e55e5df153fdb0f43371ed415bed6db1bce2f67dd113d1e0f1994974dd6bee746021efb2d8c36ca2ca534109227c541d38b37b652a68b9642f2cb diff --git a/dev-python/nbclassic/nbclassic-0.4.8.ebuild b/dev-python/nbclassic/nbclassic-0.4.8.ebuild deleted file mode 100644 index 2047e47a55f2..000000000000 --- a/dev-python/nbclassic/nbclassic-0.4.8.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -DISTUTILS_USE_PEP517=jupyter - -inherit distutils-r1 xdg-utils - -DESCRIPTION="Jupyter Notebook as a Jupyter Server Extension" -HOMEPAGE=" - https://jupyter.org/ - https://github.com/jupyter/nbclassic/ - https://pypi.org/project/nbclassic/ -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - >=dev-python/jupyter_server-1.17.0[${PYTHON_USEDEP}] - =dev-python/notebook_shim-0.1.0[${PYTHON_USEDEP}] -" - -# pytest-console-scripts seem unused -BDEPEND=" - test? ( - dev-python/pytest-tornasync[${PYTHON_USEDEP}] - ) - doc? ( - virtual/pandoc - ) -" - -distutils_enable_tests pytest -distutils_enable_sphinx docs/source \ - dev-python/sphinx_rtd_theme \ - dev-python/nbsphinx \ - dev-python/sphinxcontrib-github-alt \ - dev-python/myst_parser \ - dev-python/ipython_genutils - -python_test() { - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -p pytest_tornasync.plugin -} - -python_install_all() { - distutils-r1_python_install_all - # move /usr/etc stuff to /etc - mv "${ED}/usr/etc" "${ED}/etc" || die -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update -} -- cgit v1.2.3