dev-python/pystache: fix RedundantLongDescription

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-04-25 16:48:24 +01:00
parent fe793fe59a
commit 67924d94dc
2 changed files with 1 additions and 4 deletions

View File

@@ -5,9 +5,6 @@
<email>nerdboy@gentoo.org</email>
<name>Steve Arnold</name>
</maintainer>
<longdescription lang="en">
Updated Python implementation of Mustache templating framework.
</longdescription>
<upstream>
<remote-id type="github">PennyDreadfulMTG/pystache</remote-id>
</upstream>

View File

@@ -7,7 +7,7 @@ DISTUTILS_USE_SETUPTOOLS="pyproject.toml"
inherit distutils-r1
DESCRIPTION="Python implementation of Mustache"
DESCRIPTION="Updated Python implementation of Mustache templating framework"
HOMEPAGE="https://github.com/PennyDreadfulMTG/pystache"
if [[ ${PV} = 9999* ]]; then