summaryrefslogtreecommitdiff
path: root/dev-python/pystache
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-26 21:08:42 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-26 21:08:42 +0100
commit90e9e4843d7d63c5e7fa1f5d6d6f4cc7350ce77c (patch)
tree16bc65eacafd47e7f03f3a52a344a17ba1f1b316 /dev-python/pystache
parent2ad011cd42b40aebf90105be4521fb1727266d1d (diff)
gentoo auto-resync : 26:09:2022 - 21:08:42
Diffstat (limited to 'dev-python/pystache')
-rw-r--r--dev-python/pystache/Manifest4
-rw-r--r--dev-python/pystache/metadata.xml32
-rw-r--r--dev-python/pystache/pystache-0.6.1.ebuild2
3 files changed, 22 insertions, 16 deletions
diff --git a/dev-python/pystache/Manifest b/dev-python/pystache/Manifest
index 197af49c25c0..fb912a0866b0 100644
--- a/dev-python/pystache/Manifest
+++ b/dev-python/pystache/Manifest
@@ -1,3 +1,3 @@
DIST pystache-0.6.1.gh.tar.gz 279050 BLAKE2B 2c61ba260764aa4bf62039bfe1f844d34e26adc29af2f1e1d98619892bfabd3151aa1d34c69596389a68f0d84ce994ddf7114c091d42b497a17b300a5aff36cc SHA512 516d286f84d2c77650550365f6b219acb712376f0b7302fff2aba7dee4d64e3d3fc2d781782777dd37093f6debf52f9d2a40b6ed8b65aa5f7025ff762cb5efae
-EBUILD pystache-0.6.1.ebuild 847 BLAKE2B e84a6749ac232e521f13312a8ed2a0b30777840f1e4a04b3b9272d8e2dd7b47a6c69de3b2d3a0aa8f15beb5c185567ee2cb7123c1d0a54b2b2cb46e13fd9d48f SHA512 25a7790b1554398b4f7398f9217914e0ab5f93129e367eb8cbbaede1d173f3748e08a0e2a546d96e2f45c5abb55b0261af3bd0a5d153b27263c3271632f2c6a4
-MISC metadata.xml 500 BLAKE2B cc318e5a7404297e5766f09b3a56615d2c6b60befa2efffa25c61c63de716cb0e48c906c5d315d7078218f7ab3fcfefb2423d48f1c62c988333d949e14918f42 SHA512 9f2a81c3e164a107c15026b222414284aa105d37dad12c5ffc0650992c0112b701eaf6550e325acbccc34e7ca83b22e31abc15047c3763d95b8aa0fa90e4718f
+EBUILD pystache-0.6.1.ebuild 854 BLAKE2B 6502fefd9cc74e265a52933dbf6ea08f6c139f035daaac4b78687df6c30ba094f5f242ddaa51c9f4b79ba83d7f6afb07b716f702147e17e54b4df9c4838d6dac SHA512 0be98ab2ef4d29c384e0e241334f2e28d4f681abe908c82df18fab44fc9b7b600d0e6e381d61a0170befb80f7065d8f12f061b5642b4229ac9ff716d234705da
+MISC metadata.xml 692 BLAKE2B a4c6b4b29ac3976d0dd7cc01862d9e759314cd45e94b85788b4a8975bbf3785f9b75c06217fecfe3817c281331dc58aaba6015638a60b38614d5d62a60b31b6a SHA512 b0513af48c0691931b53becc62f2089ca9b394da79bd68be6892a58f0b1498a4fe7c6ff4a372160639fb5e59d32759d926235c202319affbd9e3a64ad29a2668
diff --git a/dev-python/pystache/metadata.xml b/dev-python/pystache/metadata.xml
index abfbdc95383a..7ea1cd727a6c 100644
--- a/dev-python/pystache/metadata.xml
+++ b/dev-python/pystache/metadata.xml
@@ -1,15 +1,21 @@
-<?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>
+ <longdescription lang="en">
+ Updated Python implementation of Mustache, a framework-agnostic and
+ logic-free templating system supporting both Markdown and rSt.
+ </longdescription>
+ <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/