diff options
| author | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-08-13 21:03:19 +0000 |
|---|---|---|
| committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-08-13 21:03:19 +0000 |
| commit | dca6669ef90362cd04fe00cd13d2fc3789da54db (patch) | |
| tree | 1d06a4c1ca9e112c3e3e3ac243cee9fa599b5f4f /packages/python | |
| parent | 4acf5f7f80476332ce559060194561b4be78a893 (diff) | |
| parent | ac79b51ec2d8cae059f63f4c87090d8e38e94f47 (diff) | |
merge of '11752201b0467d112cbc4a2fd6b4e3bafa1a66a2'
and '461b0f25ec4df76026bbc143ddf9a76a9690fd9e'
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 |
