commit:     1dc7b93557325011d3444184a07d7e21920e0697
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 26 14:44:01 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 14:45:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dc7b935

Revert "dev-python/pystache: QA cleanup, update long description"

This reverts commit f2d3a5023791def4b6839264cd50d63b9b17a098.

- Commit message doesn't describe switching to fork
- Fork change doesn't seem necessary as upstream is still alive?
- Drops python@ as co-maint without explanation
- ALLARCHES dropped from metadaata.xml
- DESCRIPTION (while minor) regressed and gained a full stop (we normally
don't end with them)

Overall, looks more like a mistake/missync after copying frmo overlay
or similar, so reverting until can be fixed properly.

Bug: https://bugs.gentoo.org/838922
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/pystache/metadata.xml          | 28 +++++++++++++++-------------
 dev-python/pystache/pystache-0.6.1.ebuild |  2 +-
 2 files changed, 16 insertions(+), 14 deletions(-)

diff --git a/dev-python/pystache/metadata.xml b/dev-python/pystache/metadata.xml
index abfbdc95383a..4732addd5f39 100644
--- a/dev-python/pystache/metadata.xml
+++ b/dev-python/pystache/metadata.xml
@@ -1,15 +1,17 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-<maintainer type="person">
-       <email>[email protected]</email>
-       <name>Steve Arnold</name>
-</maintainer>
-<longdescription lang="en">
-       Updated Python implementation of Mustache, a framework-agnostic and
-       logic-free templating system supporting both Markdown and rSt.
-</longdescription>
-<upstream>
-       <remote-id type="github">VCTLabs/pystache</remote-id>
-</upstream>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Steve Arnold</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Python</name>
+       </maintainer>
+       <stabilize-allarches/>
+       <upstream>
+               <remote-id type="github">PennyDreadfulMTG/pystache</remote-id>
+               <remote-id type="pypi">pystache</remote-id>
+       </upstream>
 </pkgmetadata>

diff --git a/dev-python/pystache/pystache-0.6.1.ebuild 
b/dev-python/pystache/pystache-0.6.1.ebuild
index 537b5773b2d6..5c9556870963 100644
--- a/dev-python/pystache/pystache-0.6.1.ebuild
+++ b/dev-python/pystache/pystache-0.6.1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 
-DESCRIPTION="Python implementation of Mustache templating framework."
+DESCRIPTION="Updated Python implementation of Mustache templating framework"
 HOMEPAGE="
        https://github.com/PennyDreadfulMTG/pystache/
        https://pypi.org/project/pystache/

Reply via email to