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