diff options
-rw-r--r-- | dev-python/templated-dictionary/Manifest | 1 | ||||
-rw-r--r-- | dev-python/templated-dictionary/templated-dictionary-1.4.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/templated-dictionary/Manifest b/dev-python/templated-dictionary/Manifest index 91930005f..7a960a5e3 100644 --- a/dev-python/templated-dictionary/Manifest +++ b/dev-python/templated-dictionary/Manifest @@ -1 +1,2 @@ DIST templated-dictionary-1.2.tar.gz 11036 BLAKE2B 4126de9e846246e818f9ff57ed20a9d077570290dce9ecc96e33354d3149bf77a48da52e409ad9a9dd408a553e1992372235e5e74d52a39f79782e1408695fce SHA512 65d32a12fd38dd372b41d8650031d3ce948578e0bf9852d53b89c479d48628b12197e0049c3d523dabe49b52056ceac56d396412f715c845a6d510b8b8b16f60 +DIST templated-dictionary-1.4.gh.tar.gz 15384 BLAKE2B 50e5cb2762433526c6eed4f3f77050aae4c9d3a99b4340f1f8b0730825761be03e85b456855939089b26c807acd800d122d2dda5a688d73ab342c31d8af1d797 SHA512 d0c01cf53688192d29cea24d98e86d9f3f555c73ddbdf36297c0e0974b75b88257deb1a70a61e7197f90d6c62ce24fa524d4cdba561742401a439e45ae549fc1 diff --git a/dev-python/templated-dictionary/templated-dictionary-1.4.ebuild b/dev-python/templated-dictionary/templated-dictionary-1.4.ebuild new file mode 100644 index 000000000..c2f0cbdc7 --- /dev/null +++ b/dev-python/templated-dictionary/templated-dictionary-1.4.ebuild @@ -0,0 +1,23 @@ +# 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..12} ) + +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" + +SLOT="0" +LICENSE="GPL-2+" +KEYWORDS="~amd64" + +RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]" |