diff options
-rw-r--r-- | dev-python/jupyterlab-pygments/Manifest | 1 | ||||
-rw-r--r-- | dev-python/jupyterlab-pygments/jupyterlab-pygments-0.2.2.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/jupyterlab-pygments/Manifest b/dev-python/jupyterlab-pygments/Manifest index 6dc1da3ee40a..4d69ae3113ef 100644 --- a/dev-python/jupyterlab-pygments/Manifest +++ b/dev-python/jupyterlab-pygments/Manifest @@ -1,2 +1 @@ -DIST jupyterlab_pygments-0.2.2.tar.gz 132378 BLAKE2B a9db4c3bfea9e8e6f357c90e9b1861cf2bcb796fe5d7ea9a0f02677773b18dd5a02966d8555cd17e8314b283056ac9423948077d6cdc127985f34a5faf892ec1 SHA512 59d328522b11ecae6ae67ef8f9eb7168b0e4241cc6a68765096bf0ad26a20489f302179d50e7e46efd5b9de711520e2c67ab1e634cc583416277a98a5f663daa DIST jupyterlab_pygments-0.3.0-py3-none-any.whl 15884 BLAKE2B 09c7190853999513a326464de056e8aa5e0bbe02713c42a4e3dc05f67153891fef78388799465293d40b4069c2d9d1b45eaea5c1a92b10e069e4bf88308247b3 SHA512 12132631d0e35c9698c60370277325ffaaeb967314c8c4cf820045b0f6138e860682699381fce4a37402ecf0854bac344c4be22d15c1d543bebdbb4cf8f43d9b diff --git a/dev-python/jupyterlab-pygments/jupyterlab-pygments-0.2.2.ebuild b/dev-python/jupyterlab-pygments/jupyterlab-pygments-0.2.2.ebuild deleted file mode 100644 index 11cd4ace6802..000000000000 --- a/dev-python/jupyterlab-pygments/jupyterlab-pygments-0.2.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 2020-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=jupyter -PYTHON_COMPAT=( pypy3 python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Pygments theme making use of JupyterLab CSS variables" -HOMEPAGE=" - https://pypi.org/project/jupyterlab-pygments/ - https://github.com/jupyterlab/jupyterlab_pygments/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - dev-python/pygments[${PYTHON_USEDEP}] -" |