commit: 7b137ecf53e2b8235302d521607125386b5be9e3
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 18:15:04 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 16:46:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b137ecf
dev-python/dict2xml: new package, add 1.7.2
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-python/dict2xml/Manifest | 1 +
dev-python/dict2xml/dict2xml-1.7.2.ebuild | 21 +++++++++++++++++++++
dev-python/dict2xml/metadata.xml | 16 ++++++++++++++++
3 files changed, 38 insertions(+)
diff --git a/dev-python/dict2xml/Manifest b/dev-python/dict2xml/Manifest
new file mode 100644
index 000000000000..238f7a0fee27
--- /dev/null
+++ b/dev-python/dict2xml/Manifest
@@ -0,0 +1 @@
+DIST dict2xml-1.7.2.tar.gz 12295 BLAKE2B
7bd1c771f3b1c38f96bb322f88d78fb4ab763b153a0531f1953ad97e4b8eb93464a4cfb2aeaffc1599967145a54f0decc5152f3084587f6d94f25cdcbd5837c1
SHA512
fea3a65c5decfee8a22135fc262764c9afbc6b9f41232557f2de1b18a5b30e65c6910ef9f7d4e4b22c2d6c27d5b18eb6a83679c656564061bb7e5e8c55945c76
diff --git a/dev-python/dict2xml/dict2xml-1.7.2.ebuild
b/dev-python/dict2xml/dict2xml-1.7.2.ebuild
new file mode 100644
index 000000000000..c4fdd02aa09a
--- /dev/null
+++ b/dev-python/dict2xml/dict2xml-1.7.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Small utility to convert a python dictionary into an XML string"
+HOMEPAGE="https://pypi.org/project/dict2xml/
https://github.com/delfick/python-dict2xml"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# dict2xml uses noseOfYeti for its test, which is not yet available.
+RESTRICT="test"
+
+distutils_enable_tests pytest
diff --git a/dev-python/dict2xml/metadata.xml b/dev-python/dict2xml/metadata.xml
new file mode 100644
index 000000000000..fd30e3625b44
--- /dev/null
+++ b/dev-python/dict2xml/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <name>Florian Schmaus</name>
+ <email>[email protected]</email>
+ </maintainer>
+ <maintainer type="project">
+ <email>[email protected]</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">dict2xml</remote-id>
+ <remote-id type="github">delfick/python-dict2xml</remote-id>
+ </upstream>
+ <stabilize-allarches/>
+</pkgmetadata>