commit: 67924d94dc068e7ba3f46b80892c388b52aa2e16
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 15:48:24 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 15:48:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67924d94
dev-python/pystache: fix RedundantLongDescription
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pystache/metadata.xml | 3 ---
dev-python/pystache/pystache-0.6.0.ebuild | 2 +-
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-python/pystache/metadata.xml b/dev-python/pystache/metadata.xml
index dab46bcdc6d0..a2179cb0df58 100644
--- a/dev-python/pystache/metadata.xml
+++ b/dev-python/pystache/metadata.xml
@@ -5,9 +5,6 @@
<email>[email protected]</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>
diff --git a/dev-python/pystache/pystache-0.6.0.ebuild
b/dev-python/pystache/pystache-0.6.0.ebuild
index bf1f4437fd2d..df23e888f31c 100644
--- a/dev-python/pystache/pystache-0.6.0.ebuild
+++ b/dev-python/pystache/pystache-0.6.0.ebuild
@@ -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