diff options
-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 |