Gentoo Archives: gentoo-commits

From: Steve Arnold <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pystache/
Date: Mon, 26 Sep 2022 16:55:05
Message-Id: 1664211269.cf4c559931cf6912b3f2dfd3ccb671d5afc55ecd.nerdboy@gentoo
1 commit: cf4c559931cf6912b3f2dfd3ccb671d5afc55ecd
2 Author: Steve Arnold <nerdboy <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 16:51:39 2022 +0000
4 Commit: Steve Arnold <nerdboy <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 16:54:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf4c5599
7
8 dev-python/pystache: add compliant long description to metadata
9
10 Bug: https://bugs.gentoo.org/838922
11 Signed-off-by: Steve Arnold <nerdboy <AT> gentoo.org>
12
13 dev-python/pystache/metadata.xml | 4 ++++
14 1 file changed, 4 insertions(+)
15
16 diff --git a/dev-python/pystache/metadata.xml b/dev-python/pystache/metadata.xml
17 index 4732addd5f39..7ea1cd727a6c 100644
18 --- a/dev-python/pystache/metadata.xml
19 +++ b/dev-python/pystache/metadata.xml
20 @@ -9,6 +9,10 @@
21 <email>python@g.o</email>
22 <name>Python</name>
23 </maintainer>
24 + <longdescription lang="en">
25 + Updated Python implementation of Mustache, a framework-agnostic and
26 + logic-free templating system supporting both Markdown and rSt.
27 + </longdescription>
28 <stabilize-allarches/>
29 <upstream>
30 <remote-id type="github">PennyDreadfulMTG/pystache</remote-id>