diff --git a/dev-python/templated-dictionary/Manifest b/dev-python/templated-dictionary/Manifest new file mode 100644 index 0000000000..91930005f2 --- /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 0000000000..f5bcd8f1e5 --- /dev/null +++ b/dev-python/templated-dictionary/metadata.xml @@ -0,0 +1,12 @@ + + + + + pastalian46@gmail.com + Takuya Wakazono + + + xsuchy/templated-dictionary + templated-dictionary + + 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 0000000000..108d9704c0 --- /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_{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}]"