summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-09-26 15:44:01 +0100
committerSam James <sam@gentoo.org>2022-09-26 15:45:22 +0100
commit1dc7b93557325011d3444184a07d7e21920e0697 (patch)
tree4a740e69f116bae362b9b0c94624ed0afd46a745
parentmedia-gfx/graphviz: Stabilize 5.0.1 arm, #873046 (diff)
downloadgentoo-1dc7b93557325011d3444184a07d7e21920e0697.tar.gz
gentoo-1dc7b93557325011d3444184a07d7e21920e0697.tar.bz2
gentoo-1dc7b93557325011d3444184a07d7e21920e0697.zip
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@gentoo.org>
-rw-r--r--dev-python/pystache/metadata.xml28
-rw-r--r--dev-python/pystache/pystache-0.6.1.ebuild2
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>nerdboy@gentoo.org</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>nerdboy@gentoo.org</email>
+ <name>Steve Arnold</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</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/