diff options
Diffstat (limited to 'dev-python/sympy/metadata.xml')
-rw-r--r-- | dev-python/sympy/metadata.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/sympy/metadata.xml b/dev-python/sympy/metadata.xml new file mode 100644 index 00000000000..6a28c74a99d --- /dev/null +++ b/dev-python/sympy/metadata.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://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> |