# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ NEED_PYTHON=2.4 inherit distutils DESCRIPTION="a debugger using ptrace written in Python" HOMEPAGE="http://python-ptrace.hachoir.org/" SRC_URI="http://pypi.python.org/packages/source/p/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND="" DEPEND="${RDEPEND} dev-python/ctypes" PYTHON_MODNAME="ptrace"