diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-08-13 15:47:38 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-08-13 15:47:38 +0000 |
commit | e3c68ca5b35a68ba64500e89b141b360b3dc6bba (patch) | |
tree | d978c5d0cbdf01e32fde475f63d4e575f27a0430 /packages/python | |
parent | 1b057f3930c72a9fbfca37504e3746abe52e5b25 (diff) |
add python-ptrace, a debugger written in python. closes #4496
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-ptrace_0.3.2.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/python/python-ptrace_0.3.2.bb b/packages/python/python-ptrace_0.3.2.bb new file mode 100644 index 0000000000..a039476c39 --- /dev/null +++ b/packages/python/python-ptrace_0.3.2.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "python-ptrace is a debugger using ptrace." +HOMEPAGE = "http://fusil.hachoir.org/trac/wiki/python-ptrace" +SECTION = "devel/python" +LICENSE = "GPLv2" +PR = "ml0" + +SRC_URI = "http://pypi.python.org/packages/source/p/ptrace/ptrace-${PV}.tar.gz" +S = "${WORKDIR}/ptrace-${PV}" + +inherit distutils |