mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 17:13:00 -04:00
dev-python/templated-dictionary: new package, add 1.2
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
1
dev-python/templated-dictionary/Manifest
Normal file
1
dev-python/templated-dictionary/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST templated-dictionary-1.2.tar.gz 11036 BLAKE2B 4126de9e846246e818f9ff57ed20a9d077570290dce9ecc96e33354d3149bf77a48da52e409ad9a9dd408a553e1992372235e5e74d52a39f79782e1408695fce SHA512 65d32a12fd38dd372b41d8650031d3ce948578e0bf9852d53b89c479d48628b12197e0049c3d523dabe49b52056ceac56d396412f715c845a6d510b8b8b16f60
|
||||
12
dev-python/templated-dictionary/metadata.xml
Normal file
12
dev-python/templated-dictionary/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>pastalian46@gmail.com</email>
|
||||
<name>Takuya Wakazono</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">xsuchy/templated-dictionary</remote-id>
|
||||
<remote-id type="pypi">templated-dictionary</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -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}]"
|
||||
Reference in New Issue
Block a user