mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-08 17:33:07 +01:00
21 lines
464 B
Bash
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"
|