diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2020-04-29 10:32:47 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-04-29 10:33:15 -0700 |
commit | dab48188eb2a77ec0ba75b65620a4e53c3ba81aa (patch) | |
tree | 4ffc029cbcc7dff5253ab28935a17d44ab251d36 | |
parent | dev-python/boto-2.49.0-r1: revbump, modernize a bit, py38 (diff) | |
download | gentoo-dab48188eb2a77ec0ba75b65620a4e53c3ba81aa.tar.gz gentoo-dab48188eb2a77ec0ba75b65620a4e53c3ba81aa.tar.bz2 gentoo-dab48188eb2a77ec0ba75b65620a4e53c3ba81aa.zip |
dev-python/dicttoxml-1.7.4-r1: revbump, modernize a bit, py38
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
-rw-r--r-- | dev-python/dicttoxml/dicttoxml-1.7.4-r1.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-python/dicttoxml/dicttoxml-1.7.4-r1.ebuild b/dev-python/dicttoxml/dicttoxml-1.7.4-r1.ebuild new file mode 100644 index 000000000000..cd25c58130e1 --- /dev/null +++ b/dev-python/dicttoxml/dicttoxml-1.7.4-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=no +inherit distutils-r1 + +DESCRIPTION="Converts a Python dictionary or other data type to a valid XML string" +HOMEPAGE="https://github.com/quandyfactory/dicttoxml https://pypi.org/project/dicttoxml/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" |