summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2005-07-24 15:44:17 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2005-07-24 15:44:17 +0000
commit2e7091b84ca35ef7ccab2e4c9f517c2b89571e86 (patch)
treed5f5e37b0af7695d8f473b126da45e5f5bb613ce /dev-python
parentAdded rss2 renderer plugin (diff)
downloadoverlay-2e7091b84ca35ef7ccab2e4c9f517c2b89571e86.tar.gz
overlay-2e7091b84ca35ef7ccab2e4c9f517c2b89571e86.tar.bz2
overlay-2e7091b84ca35ef7ccab2e4c9f517c2b89571e86.zip
Added EaseXML ebuild
svn path=/; revision=159
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/EaseXML/EaseXML-0.2.0.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-python/EaseXML/EaseXML-0.2.0.ebuild b/dev-python/EaseXML/EaseXML-0.2.0.ebuild
new file mode 100644
index 0000000..9318bd4
--- /dev/null
+++ b/dev-python/EaseXML/EaseXML-0.2.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2005 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# Header: $
+
+inherit distutils
+
+DESCRIPTION="EaseXML tends to be an object-xml mapper. It allows to translate XML to Python objects and vice-versa."
+SRC_URI="http://easexml.base-art.net/download/${P}.tar.gz"
+HOMEPAGE="http://easexml.base-art.net/"
+
+LICENSE="PSF-2.1.1"
+KEYWORDS="~x86"
+
+IUSE=""
+
+DEPEND="virtual/python"