diff options
author | Sam James <sam@gentoo.org> | 2022-04-25 16:48:24 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-25 16:48:24 +0100 |
commit | 67924d94dc068e7ba3f46b80892c388b52aa2e16 (patch) | |
tree | 400f48c6f1dbd3d61a929a962d2a45e68394be09 /dev-python/pystache | |
parent | net-irc/hexchat: fix UnusedLocalUse (diff) | |
download | gentoo-67924d94dc068e7ba3f46b80892c388b52aa2e16.tar.gz gentoo-67924d94dc068e7ba3f46b80892c388b52aa2e16.tar.bz2 gentoo-67924d94dc068e7ba3f46b80892c388b52aa2e16.zip |
dev-python/pystache: fix RedundantLongDescription
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pystache')
-rw-r--r-- | dev-python/pystache/metadata.xml | 3 | ||||
-rw-r--r-- | dev-python/pystache/pystache-0.6.0.ebuild | 2 |
2 files changed, 1 insertions, 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>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> 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 |