mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
- Remove py-jupyterlab from BUILD_DEPENDS to avoid cyclic dependency - Convert to USE_PYTHON=pep517 Changes: https://github.com/jupyterlab/jupyterlab_pygments/commits/main
10 lines
241 B
TOML
10 lines
241 B
TOML
--- pyproject.toml.orig 2020-02-02 00:00:00 UTC
|
|
+++ 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"
|