summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2006-08-26 09:49:59 +0000
committerAlastair Tse <liquidx@gentoo.org>2006-08-26 09:49:59 +0000
commitcfcfb4c59363e12f32424fa08b0c358a863c8f95 (patch)
tree58379d1e259297861a834eef3dbfe0077a23a6ce /dev-python/pyfo/pyfo-0.5.ebuild
parentadding mindi and mondo for personal purposes (diff)
downloadliquidx-cfcfb4c59363e12f32424fa08b0c358a863c8f95.tar.gz
liquidx-cfcfb4c59363e12f32424fa08b0c358a863c8f95.tar.bz2
liquidx-cfcfb4c59363e12f32424fa08b0c358a863c8f95.zip
adding dev-python/pyfo, a pythonic xml generator using dictionary and arrays
svn path=/; revision=65
Diffstat (limited to 'dev-python/pyfo/pyfo-0.5.ebuild')
-rw-r--r--dev-python/pyfo/pyfo-0.5.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/pyfo/pyfo-0.5.ebuild b/dev-python/pyfo/pyfo-0.5.ebuild
new file mode 100644
index 0000000..5ce3262
--- /dev/null
+++ b/dev-python/pyfo/pyfo-0.5.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/pygame-1.7.1.ebuild,v 1.2 2005/08/26 16:04:58 agriffis Exp $
+
+inherit distutils
+
+DESCRIPTION="Python implementation of a JSON reader/writer"
+HOMEPAGE="http://foss.cpcc.edu/pyfo/"
+SRC_URI="http://cheeseshop.python.org/packages/source/p/pyfo/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="x86"
+IUSE=""
+
+DEPEND="dev-lang/python"
+