mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 04:10:15 +01:00
Add meta for scipy app
This commit is contained in:
1
applications/scipy/entrypoint.sh
Normal file
1
applications/scipy/entrypoint.sh
Normal file
@@ -0,0 +1 @@
|
||||
{{ python-executable }} -m IPython "$@"
|
||||
6
applications/scipy/requirements.txt
Normal file
6
applications/scipy/requirements.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
ipython
|
||||
matplotlib
|
||||
numpy
|
||||
pandas
|
||||
scipy
|
||||
sympy
|
||||
20
applications/scipy/scipy.appdata.xml
Normal file
20
applications/scipy/scipy.appdata.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop-application">
|
||||
<id>scipy</id>
|
||||
<metadata_license>Python-2.0</metadata_license>
|
||||
<project_license>Python-2.0</project_license>
|
||||
<name>Scipy</name>
|
||||
<summary>A Python {{ python-fullversion }} runtime with {{ requirements }}
|
||||
</summary>
|
||||
<description>
|
||||
<p> A relocated Python {{ python-fullversion }} installation containing
|
||||
the scipy packages suite ({{ requirements }}) and running from an
|
||||
AppImage.
|
||||
</p>
|
||||
</description>
|
||||
<launchable type="desktop-id">scipy.desktop</launchable>
|
||||
<url type="homepage">https://scipy.org</url>
|
||||
<provides>
|
||||
<binary>python{{ python-version }}</binary>
|
||||
</provides>
|
||||
</component>
|
||||
8
applications/scipy/scipy.desktop
Normal file
8
applications/scipy/scipy.desktop
Normal file
@@ -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
|
||||
BIN
applications/scipy/scipy.png
Normal file
BIN
applications/scipy/scipy.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
Reference in New Issue
Block a user