dev-python/dicttoxml - 1.7.16 (baar-dau)

Search

Install

Install this version:

emerge -a =dev-python/dicttoxml-1.7.16

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/dicttoxml-1.7.16

Or alternatively:

emerge --autounmask-write -a =dev-python/dicttoxml-1.7.16

Package Information

Description:
Convert a Python dict or other native data type into a valid XML string
Homepage:
https://github.com/quandyfactory/dicttoxml https://pypi.org/project/dicttoxml/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.7.16 8 ~amd64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..15} )

inherit distutils-r1 pypi

DESCRIPTION="Convert a Python dict or other native data type into a valid XML string"
HOMEPAGE="
	https://github.com/quandyfactory/dicttoxml
	https://pypi.org/project/dicttoxml/
"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"

Inherited Eclasses