diff options
Diffstat (limited to 'dev-python/simplejson/simplejson-2.0.9-r1.ebuild')
-rw-r--r-- | dev-python/simplejson/simplejson-2.0.9-r1.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-python/simplejson/simplejson-2.0.9-r1.ebuild b/dev-python/simplejson/simplejson-2.0.9-r1.ebuild deleted file mode 100644 index 9ab6a77f764f..000000000000 --- a/dev-python/simplejson/simplejson-2.0.9-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.0.9-r1.ebuild,v 1.5 2010/02/27 20:54:27 grobian Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" - -DESCRIPTION="A simple, fast, complete, correct and extensible JSON encoder and decoder." -HOMEPAGE="http://undefined.org/python/#simplejson" -SRC_URI="http://cheeseshop.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" -LICENSE="MIT" -SLOT="0" -IUSE="doc test" - -DEPEND="dev-python/setuptools" -RDEPEND="" - -RESTRICT_PYTHON_ABIS="3*" - -src_test() { - testing() { - PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" simplejson/tests/__init__.py - } - python_execute_function testing -} - -src_install() { - distutils_src_install - - if use doc; then - dohtml -r docs/* - fi -} |