pentoo-overlay/dev-python/python-ptrace/python-ptrace-0.4.2.ebuild
2008-11-29 17:35:05 +00:00

21 lines
464 B
Bash

# 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"