Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pystache/
Date: Mon, 26 Sep 2022 14:45:44
Message-Id: 1664203522.1dc7b93557325011d3444184a07d7e21920e0697.sam@gentoo
1 commit: 1dc7b93557325011d3444184a07d7e21920e0697
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 14:44:01 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 14:45:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dc7b935
7
8 Revert "dev-python/pystache: QA cleanup, update long description"
9
10 This reverts commit f2d3a5023791def4b6839264cd50d63b9b17a098.
11
12 - Commit message doesn't describe switching to fork
13 - Fork change doesn't seem necessary as upstream is still alive?
14 - Drops python@ as co-maint without explanation
15 - ALLARCHES dropped from metadaata.xml
16 - DESCRIPTION (while minor) regressed and gained a full stop (we normally
17 don't end with them)
18
19 Overall, looks more like a mistake/missync after copying frmo overlay
20 or similar, so reverting until can be fixed properly.
21
22 Bug: https://bugs.gentoo.org/838922
23 Signed-off-by: Sam James <sam <AT> gentoo.org>
24
25 dev-python/pystache/metadata.xml | 28 +++++++++++++++-------------
26 dev-python/pystache/pystache-0.6.1.ebuild | 2 +-
27 2 files changed, 16 insertions(+), 14 deletions(-)
28
29 diff --git a/dev-python/pystache/metadata.xml b/dev-python/pystache/metadata.xml
30 index abfbdc95383a..4732addd5f39 100644
31 --- a/dev-python/pystache/metadata.xml
32 +++ b/dev-python/pystache/metadata.xml
33 @@ -1,15 +1,17 @@
34 -<?xml version='1.0' encoding='UTF-8'?>
35 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
36 +<?xml version="1.0" encoding="UTF-8"?>
37 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
38 <pkgmetadata>
39 -<maintainer type="person">
40 - <email>nerdboy@g.o</email>
41 - <name>Steve Arnold</name>
42 -</maintainer>
43 -<longdescription lang="en">
44 - Updated Python implementation of Mustache, a framework-agnostic and
45 - logic-free templating system supporting both Markdown and rSt.
46 -</longdescription>
47 -<upstream>
48 - <remote-id type="github">VCTLabs/pystache</remote-id>
49 -</upstream>
50 + <maintainer type="person">
51 + <email>nerdboy@g.o</email>
52 + <name>Steve Arnold</name>
53 + </maintainer>
54 + <maintainer type="project">
55 + <email>python@g.o</email>
56 + <name>Python</name>
57 + </maintainer>
58 + <stabilize-allarches/>
59 + <upstream>
60 + <remote-id type="github">PennyDreadfulMTG/pystache</remote-id>
61 + <remote-id type="pypi">pystache</remote-id>
62 + </upstream>
63 </pkgmetadata>
64
65 diff --git a/dev-python/pystache/pystache-0.6.1.ebuild b/dev-python/pystache/pystache-0.6.1.ebuild
66 index 537b5773b2d6..5c9556870963 100644
67 --- a/dev-python/pystache/pystache-0.6.1.ebuild
68 +++ b/dev-python/pystache/pystache-0.6.1.ebuild
69 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..11} )
70
71 inherit distutils-r1
72
73 -DESCRIPTION="Python implementation of Mustache templating framework."
74 +DESCRIPTION="Updated Python implementation of Mustache templating framework"
75 HOMEPAGE="
76 https://github.com/PennyDreadfulMTG/pystache/
77 https://pypi.org/project/pystache/