# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-1.9.1.ebuild,v 1.1 2008/07/04 15:46:19 pythonhead Exp $ NEED_PYTHON=2.5 inherit distutils KEYWORDS="~amd64 ~x86" DESCRIPTION="Web application testing toolkit." HOMEPAGE="" SRC_URI="http://cheeseshop.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" IUSE="" DEPEND="dev-python/setuptools dev-python/simplejson" RDEPEND=">=dev-python/mozrunner-0.5 >=dev-python/functest-0.7.1 >=dev-python/wsgi-fileserver-0.2.3 >=dev-python/wsgi-xmlrpc-0.2.3 >=dev-python/wsgi-jsonrpc-0.2.2 >=dev-python/cherrypy-3.0.2 >=dev-python/simplesettings-0.3" src_install() { distutils_src_install }