diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-29 22:29:43 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-29 22:29:43 +0000 |
commit | d6314c52c03d4130cba6517ad608a8862da5391e (patch) | |
tree | 166eab2552efd13074379df8e50ed9d5b7d41445 /dev-python/turbojson | |
parent | Version bump. Adds support for booting from ext4 and btrfs, as well as bootin... (diff) | |
download | gentoo-2-d6314c52c03d4130cba6517ad608a8862da5391e.tar.gz gentoo-2-d6314c52c03d4130cba6517ad608a8862da5391e.tar.bz2 gentoo-2-d6314c52c03d4130cba6517ad608a8862da5391e.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python/turbojson')
-rw-r--r-- | dev-python/turbojson/turbojson-1.1.3.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/turbojson/turbojson-1.1.3.ebuild b/dev-python/turbojson/turbojson-1.1.3.ebuild deleted file mode 100644 index c6f76bcdb33e..000000000000 --- a/dev-python/turbojson/turbojson-1.1.3.ebuild +++ /dev/null @@ -1,32 +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/turbojson/turbojson-1.1.3.ebuild,v 1.1 2008/07/02 05:35:57 pythonhead Exp $ - -NEED_PYTHON=2.4 - -inherit distutils - -KEYWORDS="~amd64 ~x86" - -MY_PN=TurboJson -MY_P=${MY_PN}-${PV} - -DESCRIPTION="TurboGears JSON file format support plugin" -HOMEPAGE="http://www.turbogears.org/docs/plugins/template.html" -#SRC_URI="http://files.turbogears.org/eggs/${MY_P}.tar.gz" -SRC_URI="http://pypi.python.org/packages/source/T/${MY_PN}/${MY_P}.tar.gz" -LICENSE="MIT" -SLOT="0" -IUSE="test" - -RDEPEND="dev-python/ruledispatch - dev-python/simplejson" -DEPEND="${RDEPEND} - dev-python/setuptools - test? ( dev-python/nose )" - -S=${WORKDIR}/${MY_P} - -src_test() { - PYTHONPATH=. "${python}" setup.py test || die "tests failed" -} |