summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/simplejson/simplejson-1.9.1.ebuild')
-rw-r--r--dev-python/simplejson/simplejson-1.9.1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/simplejson/simplejson-1.9.1.ebuild b/dev-python/simplejson/simplejson-1.9.1.ebuild
deleted file mode 100644
index a77578ec6123..000000000000
--- a/dev-python/simplejson/simplejson-1.9.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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.4
-
-inherit distutils
-
-KEYWORDS="~amd64 ~x86"
-
-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=""
-
-DEPEND="dev-python/setuptools"
-RDEPEND=""
-
-src_install() {
- distutils_src_install
- dohtml -r docs/*
-}
-
-src_test() {
- PYTHONPATH=. "${python}" simplejson/tests/__init__.py || die "test failed"
-}