gentoo/dev-python/sympy/metadata.xml
Mike Gilbert 1bfb585cc6
Revert DOCTYPE SYSTEM https changes in metadata.xml
repoman does not yet accept the https version.
This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450.

Bug: https://bugs.gentoo.org/552720
2015-08-24 16:30:34 -04:00

31 lines
1.3 KiB
XML

<?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>