summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2016-07-18 11:31:53 +0200
committerPatrick Lauer <patrick@gentoo.org>2016-07-18 11:32:10 +0200
commite391bf957d180a537e0c78fc6d21b9daf9e160ed (patch)
tree92157d6dec59833d946d28def696b4383c72c8ae /dev-python/dicttoxml/dicttoxml-1.7.4.ebuild
parentdev-python/decorator: Bump (diff)
downloadgentoo-e391bf957d180a537e0c78fc6d21b9daf9e160ed.tar.gz
gentoo-e391bf957d180a537e0c78fc6d21b9daf9e160ed.tar.bz2
gentoo-e391bf957d180a537e0c78fc6d21b9daf9e160ed.zip
dev-python/dicttoxml: Bump
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-python/dicttoxml/dicttoxml-1.7.4.ebuild')
-rw-r--r--dev-python/dicttoxml/dicttoxml-1.7.4.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-python/dicttoxml/dicttoxml-1.7.4.ebuild b/dev-python/dicttoxml/dicttoxml-1.7.4.ebuild
new file mode 100644
index 000000000000..2d49d88a43f2
--- /dev/null
+++ b/dev-python/dicttoxml/dicttoxml-1.7.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Converts a Python dictionary or other ata type to a valid XML string"
+HOMEPAGE="https://github.com/quandyfactory/dicttoxml"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"