diff options
Diffstat (limited to 'dev-python/simplejson/simplejson-1.4.ebuild')
-rw-r--r-- | dev-python/simplejson/simplejson-1.4.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-python/simplejson/simplejson-1.4.ebuild b/dev-python/simplejson/simplejson-1.4.ebuild new file mode 100644 index 0000000..6c22582 --- /dev/null +++ b/dev-python/simplejson/simplejson-1.4.ebuild @@ -0,0 +1,16 @@ +# 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://undefined.org/python/#simplejson" +SRC_URI="http://cheeseshop.python.org/packages/source/s/simplejson/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=dev-lang/python-2.3" |