scipy.appdata.xml 755 B

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