Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dicttoxml/
Date: Wed, 29 Apr 2020 17:33:26
Message-Id: 1588181595.dab48188eb2a77ec0ba75b65620a4e53c3ba81aa.chutzpah@gentoo
1 commit: dab48188eb2a77ec0ba75b65620a4e53c3ba81aa
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Wed Apr 29 17:32:47 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 29 17:33:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dab48188
7
8 dev-python/dicttoxml-1.7.4-r1: revbump, modernize a bit, py38
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 dev-python/dicttoxml/dicttoxml-1.7.4-r1.ebuild | 15 +++++++++++++++
15 1 file changed, 15 insertions(+)
16
17 diff --git a/dev-python/dicttoxml/dicttoxml-1.7.4-r1.ebuild b/dev-python/dicttoxml/dicttoxml-1.7.4-r1.ebuild
18 new file mode 100644
19 index 00000000000..cd25c58130e
20 --- /dev/null
21 +++ b/dev-python/dicttoxml/dicttoxml-1.7.4-r1.ebuild
22 @@ -0,0 +1,15 @@
23 +# Copyright 1999-2020 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +PYTHON_COMPAT=( python3_{6,7,8} )
28 +DISTUTILS_USE_SETUPTOOLS=no
29 +inherit distutils-r1
30 +
31 +DESCRIPTION="Converts a Python dictionary or other data type to a valid XML string"
32 +HOMEPAGE="https://github.com/quandyfactory/dicttoxml https://pypi.org/project/dicttoxml/"
33 +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
34 +
35 +LICENSE="GPL-2"
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~x86"