diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
| commit | f716a9fe6455d39eef01e718aae68dae61c19704 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/jupyterlab-pygments | |
| parent | 3f9cf298e89cd5037b982abba06091224ee76daf (diff) | |
| download | baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip | |
Adding metadata
Diffstat (limited to 'dev-python/jupyterlab-pygments')
| -rw-r--r-- | dev-python/jupyterlab-pygments/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/jupyterlab-pygments/jupyterlab-pygments-0.3.0.ebuild | 36 | ||||
| -rw-r--r-- | dev-python/jupyterlab-pygments/metadata.xml | 12 |
3 files changed, 0 insertions, 49 deletions
diff --git a/dev-python/jupyterlab-pygments/Manifest b/dev-python/jupyterlab-pygments/Manifest deleted file mode 100644 index 4d69ae3113ef..000000000000 --- a/dev-python/jupyterlab-pygments/Manifest +++ /dev/null @@ -1 +0,0 @@ -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.3.0.ebuild b/dev-python/jupyterlab-pygments/jupyterlab-pygments-0.3.0.ebuild deleted file mode 100644 index 8a6e37fa5546..000000000000 --- a/dev-python/jupyterlab-pygments/jupyterlab-pygments-0.3.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2020-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=standalone -PYTHON_COMPAT=( python3_{13..14} ) - -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/ -" -SRC_URI="$(pypi_wheel_url)" -S=${WORKDIR} - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86" - -RDEPEND=" - dev-python/pygments[${PYTHON_USEDEP}] -" - -src_unpack() { - if [[ ${PKGBUMPING} == ${PVR} ]]; then - unzip "${DISTDIR}/${A}" || die - fi -} - -python_compile() { - distutils_wheel_install "${BUILD_DIR}/install" \ - "${DISTDIR}/$(pypi_wheel_name)" -} diff --git a/dev-python/jupyterlab-pygments/metadata.xml b/dev-python/jupyterlab-pygments/metadata.xml deleted file mode 100644 index 6e6dcc6948ee..000000000000 --- a/dev-python/jupyterlab-pygments/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="github">jupyterlab/jupyterlab_pygments</remote-id> - <remote-id type="pypi">jupyterlab-pygments</remote-id> - </upstream> -</pkgmetadata> |
