diff options
Diffstat (limited to 'dev-python/pystache')
-rw-r--r-- | dev-python/pystache/metadata.xml | 28 | ||||
-rw-r--r-- | 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>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/ |