1
0

scipy.appdata.xml 743 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <component type="desktop-application">
  3. <id>scipy</id>
  4. <metadata_license>MIT</metadata_license>
  5. <project_license>Python-2.0</project_license>
  6. <name>Scipy</name>
  7. <summary>A Python {{ python-fullversion }} runtime with {{ requirements }}</summary>
  8. <description>
  9. <p> A relocated Python {{ python-fullversion }} installation containing
  10. the scipy packages suite ({{ requirements }}) and running from an
  11. AppImage.
  12. </p>
  13. </description>
  14. <launchable type="desktop-id">scipy.desktop</launchable>
  15. <url type="homepage">https://scipy.org</url>
  16. <provides>
  17. <binary>python{{ python-version }}</binary>
  18. </provides>
  19. </component>