From 1dc7b93557325011d3444184a07d7e21920e0697 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 26 Sep 2022 15:44:01 +0100 Subject: 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 --- 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 @@ - - + + - - nerdboy@gentoo.org - Steve Arnold - - - Updated Python implementation of Mustache, a framework-agnostic and - logic-free templating system supporting both Markdown and rSt. - - - VCTLabs/pystache - + + nerdboy@gentoo.org + Steve Arnold + + + python@gentoo.org + Python + + + + PennyDreadfulMTG/pystache + pystache + 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/ -- cgit v1.2.3-65-gdbad