From 67924d94dc068e7ba3f46b80892c388b52aa2e16 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 25 Apr 2022 16:48:24 +0100 Subject: [PATCH] dev-python/pystache: fix RedundantLongDescription Signed-off-by: Sam James --- 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 dab46bcdc6d09..a2179cb0df580 100644 --- a/dev-python/pystache/metadata.xml +++ b/dev-python/pystache/metadata.xml @@ -5,9 +5,6 @@ nerdboy@gentoo.org Steve Arnold - - Updated Python implementation of Mustache templating framework. - PennyDreadfulMTG/pystache diff --git a/dev-python/pystache/pystache-0.6.0.ebuild b/dev-python/pystache/pystache-0.6.0.ebuild index bf1f4437fd2dd..df23e888f31cb 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