summaryrefslogtreecommitdiff
path: root/dev-python/templated-dictionary
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-12-20 18:25:44 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-12-20 18:25:44 +0000
commit75faf0bfb80ae2fdf6ebfefc6f85a25d0b92edcb (patch)
tree10ba46afe4687003a9cffe3b1bed384854c28055 /dev-python/templated-dictionary
parente8e63602dd835388febd56302f9d0cedcd525c15 (diff)
downloadbaldeagleos-repo-75faf0bfb80ae2fdf6ebfefc6f85a25d0b92edcb.tar.gz
baldeagleos-repo-75faf0bfb80ae2fdf6ebfefc6f85a25d0b92edcb.tar.xz
baldeagleos-repo-75faf0bfb80ae2fdf6ebfefc6f85a25d0b92edcb.zip
Adding metadata
Diffstat (limited to 'dev-python/templated-dictionary')
-rw-r--r--dev-python/templated-dictionary/Manifest1
-rw-r--r--dev-python/templated-dictionary/metadata.xml10
-rw-r--r--dev-python/templated-dictionary/templated-dictionary-1.2.ebuild22
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-python/templated-dictionary/Manifest b/dev-python/templated-dictionary/Manifest
new file mode 100644
index 000000000000..91930005f293
--- /dev/null
+++ b/dev-python/templated-dictionary/Manifest
@@ -0,0 +1 @@
+DIST templated-dictionary-1.2.tar.gz 11036 BLAKE2B 4126de9e846246e818f9ff57ed20a9d077570290dce9ecc96e33354d3149bf77a48da52e409ad9a9dd408a553e1992372235e5e74d52a39f79782e1408695fce SHA512 65d32a12fd38dd372b41d8650031d3ce948578e0bf9852d53b89c479d48628b12197e0049c3d523dabe49b52056ceac56d396412f715c845a6d510b8b8b16f60
diff --git a/dev-python/templated-dictionary/metadata.xml b/dev-python/templated-dictionary/metadata.xml
new file mode 100644
index 000000000000..c0f74ac187e2
--- /dev/null
+++ b/dev-python/templated-dictionary/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>pastalian46@gmail.com</email>
+ <name>Takuya Wakazono</name>
+ </maintainer>
+
+ <origin>gentoo-guru-overlay</origin>
+</pkgmetadata> \ No newline at end of file
diff --git a/dev-python/templated-dictionary/templated-dictionary-1.2.ebuild b/dev-python/templated-dictionary/templated-dictionary-1.2.ebuild
new file mode 100644
index 000000000000..261164180784
--- /dev/null
+++ b/dev-python/templated-dictionary/templated-dictionary-1.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{8,9,10,11,12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python dictionary with Jinja2 expansion"
+HOMEPAGE="
+ https://github.com/xsuchy/templated-dictionary/
+ https://pypi.org/project/templated-dictionary/
+"
+
+SLOT="0"
+LICENSE="GPL-2+"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]"