Edit

IABSD.fr/ports/textproc/py-jupyterlab_pygments/patches

Branch :

  • Show log

    Commit

  • Author : daniel
    Date : 2025-07-23 00:10:55
    Hash : 9502bd3b
    Message : update py-jupyterlab_pygments to 0.3.0 and unbreak the dependency loop

  • patch-pyproject_toml
  • remove BDEP on jupyterlab to avoid a dependency loop
    
    Index: pyproject.toml
    --- pyproject.toml.orig
    +++ pyproject.toml
    @@ -1,7 +1,6 @@
     [build-system]
     requires = [
         "hatchling>=1.5.0",
    -    "jupyterlab>=4.0.0,<5",
         "hatch-nodejs-version>=0.3.2",
     ]
     build-backend = "hatchling.build"