summaryrefslogtreecommitdiff
path: root/dev-python/jupyter-server/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-17 06:26:48 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-17 06:26:48 +0000
commit2e0bf408961ec1023d3db1fc5d687c233661ac26 (patch)
tree96c6e46af3c356d1fb470acdf72ada482bb293f8 /dev-python/jupyter-server/files
parent48dbe17904ac8ee6f006488d8f21734b0d253db4 (diff)
gentoo auto-resync : 17:03:2023 - 06:26:48
Diffstat (limited to 'dev-python/jupyter-server/files')
-rw-r--r--dev-python/jupyter-server/files/jupyter-server-2.0.1-skip-npm.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/jupyter-server/files/jupyter-server-2.0.1-skip-npm.patch b/dev-python/jupyter-server/files/jupyter-server-2.0.1-skip-npm.patch
new file mode 100644
index 000000000000..f7b484e020b6
--- /dev/null
+++ b/dev-python/jupyter-server/files/jupyter-server-2.0.1-skip-npm.patch
@@ -0,0 +1,22 @@
+diff --git a/pyproject.toml b/pyproject.toml
+index a23f5e1..203f47f 100644
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -140,17 +140,6 @@ validate-bump = false
+ [tool.hatch.build]
+ artifacts = ["jupyter_server/static/style"]
+
+-[tool.hatch.build.hooks.jupyter-builder]
+-dependencies = ["hatch-jupyter-builder>=0.8.1"]
+-build-function = "hatch_jupyter_builder.npm_builder"
+-ensured-targets = [
+- "jupyter_server/static/style/bootstrap.min.css",
+- "jupyter_server/static/style/bootstrap-theme.min.css"
+-]
+-skip-if-exists = ["jupyter_server/static/style/bootstrap.min.css"]
+-install-pre-commit-hook = true
+-optional-editable-build = true
+-
+ [tool.black]
+ line-length = 100
+ target-version = ["py38"]