diff options
author | 2022-10-18 17:19:17 +0200 | |
---|---|---|
committer | 2022-10-20 04:52:10 +0100 | |
commit | fb1c2720c55d45cbe583bcecef94cff880984612 (patch) | |
tree | 761c8ceb2abf7bcdb851777588dfdbf647fc678a /dev-python/sympy | |
parent | dev-python/sh: align longdescription opening and closing tags (diff) | |
download | gentoo-fb1c2720c55d45cbe583bcecef94cff880984612.tar.gz gentoo-fb1c2720c55d45cbe583bcecef94cff880984612.tar.bz2 gentoo-fb1c2720c55d45cbe583bcecef94cff880984612.zip |
dev-python/sympy: align longdescription opening and closing tags
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/sympy')
-rw-r--r-- | dev-python/sympy/metadata.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/sympy/metadata.xml b/dev-python/sympy/metadata.xml index f2f24c366603..d54d19807758 100644 --- a/dev-python/sympy/metadata.xml +++ b/dev-python/sympy/metadata.xml @@ -18,12 +18,12 @@ <name>Python</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> + 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> <stabilize-allarches/> <use> <flag name="aesara">Add support for <pkg>dev-python/aesara</pkg></flag> |