Use https by default
[gentoo.git] / dev-python / sympy / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4   <herd>sci-mathematics</herd>
5   <maintainer>
6     <email>grozin@gentoo.org</email>
7     <name>Andrey Grozin</name>
8   </maintainer>
9   <longdescription>
10  SymPy is a Python library for symbolic mathematics (manipulation). It
11  aims to become a full-featured computer algebra system (CAS) while keeping
12  the code as simple as possible in order to be comprehensible and easily
13  extensible. SymPy is written entirely in Python and does not require
14  any external libraries, except optionally for plotting support.
15 </longdescription>
16   <use>
17     <flag name="ipython">Add support for <pkg>dev-python/ipython</pkg></flag>
18     <flag name="imaging">Add support for <pkg>dev-python/imaging</pkg></flag>
19     <flag name="mathml">Add support for mathml</flag>
20     <flag name="pyglet">Use <pkg>dev-python/pyglet</pkg> for plots and print preview</flag>
21     <flag name="texmacs">Add <pkg>app-office/texmacs</pkg>
22   interface</flag>
23     <flag name="theano">Add support for <pkg>dev-python/theano</pkg></flag>
24     <flag name="system-mpmath">Use mpmath from portage instead of the bundled one</flag>
25   </use>
26   <upstream>
27     <remote-id type="pypi">sympy</remote-id>
28     <remote-id type="github">sympy/sympy</remote-id>
29   </upstream>
30 </pkgmetadata>