diff --git a/applications/scipy/entrypoint.sh b/applications/scipy/entrypoint.sh new file mode 100644 index 0000000..4766e68 --- /dev/null +++ b/applications/scipy/entrypoint.sh @@ -0,0 +1 @@ +{{ python-executable }} -m IPython "$@" diff --git a/applications/scipy/requirements.txt b/applications/scipy/requirements.txt new file mode 100644 index 0000000..ce767f1 --- /dev/null +++ b/applications/scipy/requirements.txt @@ -0,0 +1,6 @@ +ipython +matplotlib +numpy +pandas +scipy +sympy diff --git a/applications/scipy/scipy.appdata.xml b/applications/scipy/scipy.appdata.xml new file mode 100644 index 0000000..34481aa --- /dev/null +++ b/applications/scipy/scipy.appdata.xml @@ -0,0 +1,20 @@ + + + scipy + Python-2.0 + Python-2.0 + Scipy + A Python {{ python-fullversion }} runtime with {{ requirements }} + + +

A relocated Python {{ python-fullversion }} installation containing + the scipy packages suite ({{ requirements }}) and running from an + AppImage. +

+
+ scipy.desktop + https://scipy.org + + python{{ python-version }} + +
diff --git a/applications/scipy/scipy.desktop b/applications/scipy/scipy.desktop new file mode 100644 index 0000000..dd87e41 --- /dev/null +++ b/applications/scipy/scipy.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=scipy +Exec=scipy +Comment=A Python {{ python-fullversion }} runtime with {{ requirements }} +Icon=scipy +Categories=Science; +Terminal=true diff --git a/applications/scipy/scipy.png b/applications/scipy/scipy.png new file mode 100644 index 0000000..6e67c19 Binary files /dev/null and b/applications/scipy/scipy.png differ