mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/pystache: fix RedundantLongDescription
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user