mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-18 14:24:05 +01:00
20 lines
626 B
Bash
20 lines
626 B
Bash
# Copyright 1999-2010 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
inherit distutils
|
|
|
|
DESCRIPTION="a debugger using ptrace (Linux, BSD and Darwin system call to trace processes) written in Python."
|
|
HOMEPAGE="http://bitbucket.org/haypo/python-ptrace/wiki/Home"
|
|
SRC_URI="http://pypi.python.org/packages/source/p/python-ptrace/${P}.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~x86 ~amd64"
|
|
IUSE=""
|
|
|
|
DEPEND="|| ( ( =dev-lang/python-2.4* dev-python/ctypes ) >=dev-lang/python-2.5 )"
|
|
RDEPEND="x86? ( dev-libs/distorm )
|
|
amd64? ( dev-libs/distorm64 )"
|
|
|
|
PYTHON_MODNAME="ptrace"
|