commit: 41cb9f12394dd3b1445e0d2b7cd7290781777c9d
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Tue Jun 17 10:48:09 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Jun 17 11:02:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=41cb9f12
dev-python/templated-dictionary: add 1.6
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
dev-python/templated-dictionary/Manifest | 1 +
.../templated-dictionary-1.6.ebuild | 24 ++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/dev-python/templated-dictionary/Manifest
b/dev-python/templated-dictionary/Manifest
index ffc0d5168b..91166c65a6 100644
--- a/dev-python/templated-dictionary/Manifest
+++ b/dev-python/templated-dictionary/Manifest
@@ -1 +1,2 @@
DIST templated-dictionary-1.5.gh.tar.gz 16163 BLAKE2B
8ec345576df2ce60f1837ee33275659da36805c4947c1d7d0d530ef74117e2926312c2f1e965dab1fbf7b20737be6511c91edb4948265d40e9b1c5adb5885933
SHA512
4bc82fb43b77574f0c28c02b3da871f51a3c1bb1f6b9377b9e064dce32edbfffc189e7eae700862ae528709640a45727d5a153447e35b3e92551f9e36cb0e073
+DIST templated-dictionary-1.6.gh.tar.gz 16311 BLAKE2B
5130dc76fd2852ff1ef682f3dd01df67f2f7fbc22df48fdda4f4c87b001dafeb17e49b7362d436c7f84f91f8e47691cdf377607d442ca1247169d0d4040cc5b8
SHA512
06f231d01ab7b34a433b90ea9108ce049445afdcbc37e413647f4d7565cece7f14b28ba2ac7d8352348cf989ae58ab4587d7b74670cb3b19bfbfcd18f0623757
diff --git a/dev-python/templated-dictionary/templated-dictionary-1.6.ebuild
b/dev-python/templated-dictionary/templated-dictionary-1.6.ebuild
new file mode 100644
index 0000000000..efb55adab0
--- /dev/null
+++ b/dev-python/templated-dictionary/templated-dictionary-1.6.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python dictionary with Jinja2 expansion"
+HOMEPAGE="
+ https://github.com/xsuchy/templated-dictionary/
+ https://pypi.org/project/templated-dictionary/
+"
+SRC_URI="https://github.com/xsuchy/templated-dictionary/archive/refs/tags/python-${P}-1.tar.gz
-> ${P}.gh.tar.gz"
+
+S="${WORKDIR}/${PN}-python-${P}-1"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/jinja2[${PYTHON_USEDEP}]"