gentoo/dev-python/nbformat/files/nbformat-5.7.1-no-node.patch
Andrew Ammerlaan 2d31c74f92
dev-python/nbformat: add 5.7.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2022-12-20 21:02:59 +01:00

28 lines
719 B
Diff

diff --git a/pyproject.toml b/pyproject.toml
index e30d156..97e57de 100644
--- a/pyproject.toml
+++ b/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 = "5.7.1"
description = "The Jupyter Notebook format"
license = { file = "COPYING.md" }
keywords = ["Interactive", "Interpreter", "Shell", "Web"]
@@ -58,9 +58,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]