mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 04:10:15 +01:00
20 lines
743 B
XML
20 lines
743 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop-application">
|
|
<id>scipy</id>
|
|
<metadata_license>MIT</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>
|