From c75089a37fcf59e533fd48e407a2cb322b039ab7 Mon Sep 17 00:00:00 2001 From: Reimar Bauer Date: Thu, 21 Mar 2024 08:21:00 +0100 Subject: [PATCH] updated --- localbuild/menu.json | 1 - localbuild/meta.yaml | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/localbuild/menu.json b/localbuild/menu.json index 7e662cffe..41ed23bee 100644 --- a/localbuild/menu.json +++ b/localbuild/menu.json @@ -10,7 +10,6 @@ "icon": "{{ MENU_DIR }}/msui.{{ ICON_EXT }}", "platforms": { "linux": { - "Categories": "Science", "command": ["{{ PREFIX }}/bin/msui.py"], "MimeType": ["application/x-menuinst"], "glob_patterns": { diff --git a/localbuild/meta.yaml b/localbuild/meta.yaml index caf2f3c9b..44b67da55 100644 --- a/localbuild/meta.yaml +++ b/localbuild/meta.yaml @@ -9,7 +9,7 @@ source: build: skip: true # [py<310] - number: 0 + number: 1000 entry_points: - msui = mslib.msui.msui:main - mss = mslib.msui.mss:main @@ -27,6 +27,7 @@ requirements: - numpy >=1.21 # [build_platform != target_platform] - pip - setuptools + - future - menuinst >=2.0.0 host: - python @@ -35,6 +36,7 @@ requirements: - future run: - python + - future - defusedxml - basemap >=1.3.3 - chameleon