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: Sun, 25 Sep 2022 19:36:38
Message-Id: 1664134575.f2d3a5023791def4b6839264cd50d63b9b17a098.nerdboy@gentoo
1 commit: f2d3a5023791def4b6839264cd50d63b9b17a098
2 Author: Steve Arnold <nerdboy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 25 19:34:42 2022 +0000
4 Commit: Steve Arnold <nerdboy <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 25 19:36:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2d3a502
7
8 dev-python/pystache: QA cleanup, update long description
9
10 Signed-off-by: Steve Arnold <nerdboy <AT> gentoo.org>
11 Closes: https://bugs.gentoo.org/838922
12
13 dev-python/pystache/metadata.xml | 28 +++++++++++++---------------
14 dev-python/pystache/pystache-0.6.1.ebuild | 2 +-
15 2 files changed, 14 insertions(+), 16 deletions(-)
16
17 diff --git a/dev-python/pystache/metadata.xml b/dev-python/pystache/metadata.xml
18 index 4732addd5f39..abfbdc95383a 100644
19 --- a/dev-python/pystache/metadata.xml
20 +++ b/dev-python/pystache/metadata.xml
21 @@ -1,17 +1,15 @@
22 -<?xml version="1.0" encoding="UTF-8"?>
23 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
24 +<?xml version='1.0' encoding='UTF-8'?>
25 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 <pkgmetadata>
27 - <maintainer type="person">
28 - <email>nerdboy@g.o</email>
29 - <name>Steve Arnold</name>
30 - </maintainer>
31 - <maintainer type="project">
32 - <email>python@g.o</email>
33 - <name>Python</name>
34 - </maintainer>
35 - <stabilize-allarches/>
36 - <upstream>
37 - <remote-id type="github">PennyDreadfulMTG/pystache</remote-id>
38 - <remote-id type="pypi">pystache</remote-id>
39 - </upstream>
40 +<maintainer type="person">
41 + <email>nerdboy@g.o</email>
42 + <name>Steve Arnold</name>
43 +</maintainer>
44 +<longdescription lang="en">
45 + Updated Python implementation of Mustache, a framework-agnostic and
46 + logic-free templating system supporting both Markdown and rSt.
47 +</longdescription>
48 +<upstream>
49 + <remote-id type="github">VCTLabs/pystache</remote-id>
50 +</upstream>
51 </pkgmetadata>
52
53 diff --git a/dev-python/pystache/pystache-0.6.1.ebuild b/dev-python/pystache/pystache-0.6.1.ebuild
54 index 5c9556870963..537b5773b2d6 100644
55 --- a/dev-python/pystache/pystache-0.6.1.ebuild
56 +++ b/dev-python/pystache/pystache-0.6.1.ebuild
57 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..11} )
58
59 inherit distutils-r1
60
61 -DESCRIPTION="Updated Python implementation of Mustache templating framework"
62 +DESCRIPTION="Python implementation of Mustache templating framework."
63 HOMEPAGE="
64 https://github.com/PennyDreadfulMTG/pystache/
65 https://pypi.org/project/pystache/