diff options
Diffstat (limited to 'devel/py-nbclassic/files')
-rw-r--r-- | devel/py-nbclassic/files/extra-patch-pyproject.toml | 11 | ||||
-rw-r--r-- | devel/py-nbclassic/files/extra-patch-setup.cfg | 13 |
2 files changed, 11 insertions, 13 deletions
diff --git a/devel/py-nbclassic/files/extra-patch-pyproject.toml b/devel/py-nbclassic/files/extra-patch-pyproject.toml new file mode 100644 index 000000000000..c9815de34d94 --- /dev/null +++ b/devel/py-nbclassic/files/extra-patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2020-02-02 00:00:00 UTC ++++ pyproject.toml +@@ -154,8 +154,6 @@ exclude = [ + ] + + [tool.hatch.build.targets.wheel.shared-data] +-"nbclassic.svg" = "share/icons/hicolor/scalable/apps/nbclassic.svg" +-"jupyter-nbclassic.desktop" = "share/applications/jupyter-nbclassic.desktop" + "jupyter_server_config.d/nbclassic.json" = "etc/jupyter/jupyter_server_config.d/nbclassic.json" + + [tool.hatch.build.hooks.jupyter-builder] diff --git a/devel/py-nbclassic/files/extra-patch-setup.cfg b/devel/py-nbclassic/files/extra-patch-setup.cfg deleted file mode 100644 index 5a525ce8c1b0..000000000000 --- a/devel/py-nbclassic/files/extra-patch-setup.cfg +++ /dev/null @@ -1,13 +0,0 @@ ---- setup.cfg.orig 2023-04-05 03:12:02 UTC -+++ setup.cfg -@@ -51,10 +51,6 @@ install_requires = - [options.data_files] - etc/jupyter/jupyter_server_config.d = - jupyter_server_config.d/nbclassic.json --share/applications = -- jupyter-nbclassic.desktop --share/icons/hicolor/scalable/apps = -- nbclassic.svg - - [options.extras_require] - test = |