python-nbformat/no-hatch-nodejs-version.patch

32 lines
863 B
Diff
Raw Permalink Normal View History

---
pyproject.toml | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
Index: nbformat-5.10.3/pyproject.toml
===================================================================
--- nbformat-5.10.3.orig/pyproject.toml
+++ nbformat-5.10.3/pyproject.toml
@@ -1,10 +1,10 @@
[build-system]
-requires = ["hatchling>=1.5", "hatch-nodejs-version"]
+requires = ["hatchling>=1.5"]
build-backend = "hatchling.build"
[project]
name = "nbformat"
-dynamic = ["version"]
+version = "@@@"
description = "The Jupyter Notebook format"
license = { file = "LICENSE" }
keywords = ["Interactive", "Interpreter", "Shell", "Web"]
@@ -62,9 +62,6 @@ test = [
[project.scripts]
jupyter-trust = "nbformat.sign:TrustNotebookApp.launch_instance"
-[tool.hatch.version]
-source = "nodejs"
-
[tool.hatch.envs.docs]
features = ["docs"]
[tool.hatch.envs.docs.scripts]