summaryrefslogtreecommitdiff
path: root/dev-python/templated-dictionary
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/templated-dictionary
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.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.xml12
-rw-r--r--dev-python/templated-dictionary/templated-dictionary-1.6.ebuild24
3 files changed, 0 insertions, 37 deletions
diff --git a/dev-python/templated-dictionary/Manifest b/dev-python/templated-dictionary/Manifest
deleted file mode 100644
index 99c81d76bf26..000000000000
--- a/dev-python/templated-dictionary/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST templated-dictionary-1.6.gh.tar.gz 16311 BLAKE2B 5130dc76fd2852ff1ef682f3dd01df67f2f7fbc22df48fdda4f4c87b001dafeb17e49b7362d436c7f84f91f8e47691cdf377607d442ca1247169d0d4040cc5b8 SHA512 06f231d01ab7b34a433b90ea9108ce049445afdcbc37e413647f4d7565cece7f14b28ba2ac7d8352348cf989ae58ab4587d7b74670cb3b19bfbfcd18f0623757
diff --git a/dev-python/templated-dictionary/metadata.xml b/dev-python/templated-dictionary/metadata.xml
deleted file mode 100644
index f5bcd8f1e53b..000000000000
--- a/dev-python/templated-dictionary/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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>
diff --git a/dev-python/templated-dictionary/templated-dictionary-1.6.ebuild b/dev-python/templated-dictionary/templated-dictionary-1.6.ebuild
deleted file mode 100644
index f94eb8062b8f..000000000000
--- a/dev-python/templated-dictionary/templated-dictionary-1.6.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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_{13..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}]"