summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <nerdboy@gentoo.org>2022-09-25 12:34:42 -0700
committerSteve Arnold <nerdboy@gentoo.org>2022-09-25 12:36:15 -0700
commitf2d3a5023791def4b6839264cd50d63b9b17a098 (patch)
tree35bea5eb1623b625119a704f8dfc9f63a5ca3ab0 /dev-python/pystache
parentdev-python/astroid: Remove old (diff)
downloadgentoo-f2d3a5023791def4b6839264cd50d63b9b17a098.tar.gz
gentoo-f2d3a5023791def4b6839264cd50d63b9b17a098.tar.bz2
gentoo-f2d3a5023791def4b6839264cd50d63b9b17a098.zip
dev-python/pystache: QA cleanup, update long description
Signed-off-by: Steve Arnold <nerdboy@gentoo.org> Closes: https://bugs.gentoo.org/838922
Diffstat (limited to 'dev-python/pystache')
-rw-r--r--dev-python/pystache/metadata.xml28
-rw-r--r--dev-python/pystache/pystache-0.6.1.ebuild2
2 files changed, 14 insertions, 16 deletions
diff --git a/dev-python/pystache/metadata.xml b/dev-python/pystache/metadata.xml
index 4732addd5f39..abfbdc95383a 100644
--- a/dev-python/pystache/metadata.xml
+++ b/dev-python/pystache/metadata.xml
@@ -1,17 +1,15 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <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>
+<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>
</pkgmetadata>
diff --git a/dev-python/pystache/pystache-0.6.1.ebuild b/dev-python/pystache/pystache-0.6.1.ebuild
index 5c9556870963..537b5773b2d6 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="Updated Python implementation of Mustache templating framework"
+DESCRIPTION="Python implementation of Mustache templating framework."
HOMEPAGE="
https://github.com/PennyDreadfulMTG/pystache/
https://pypi.org/project/pystache/