summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/guppy/guppy-0.1.6.ebuild')
-rw-r--r--dev-python/guppy/guppy-0.1.6.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/guppy/guppy-0.1.6.ebuild b/dev-python/guppy/guppy-0.1.6.ebuild
deleted file mode 100644
index f3462d793c86..000000000000
--- a/dev-python/guppy/guppy-0.1.6.ebuild
+++ /dev/null
@@ -1,30 +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/guppy/guppy-0.1.6.ebuild,v 1.3 2008/06/20 07:29:29 pythonhead Exp $
-
-NEED_PYTHON=2.3
-
-inherit distutils
-
-DESCRIPTION="Guppy-PE -- A Python Programming Environment"
-HOMEPAGE="http://guppy-pe.sourceforge.net/"
-SRC_URI="http://guppy-pe.sourceforge.net/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DOCS="ANNOUNCE changelog"
-
-src_test() {
- "${python}" setup.py install --home="${T}/test" || die "test install failed"
- cd "${T}/test/lib/python"
- PYTHONPATH=. "${python}" guppy/heapy/test/test_all.py || die "test failed"
- rm -rf "${T}/test"
-}
-
-src_install() {
- distutils_src_install
- dohtml doc/*
-}