diff options
| author | Michael Lauer <mickey@vanille-media.de> | 2008-08-13 15:48:29 +0000 |
|---|---|---|
| committer | Michael Lauer <mickey@vanille-media.de> | 2008-08-13 15:48:29 +0000 |
| commit | d1bb9010a1a392c83aac684b08913088adcd181d (patch) | |
| tree | 162e277a0cf58c12d257e8d830eabd8068d40fcd /packages/python | |
| parent | a7f942852013cc0de385e650ce217f810999c4b5 (diff) | |
| parent | e3c68ca5b35a68ba64500e89b141b360b3dc6bba (diff) | |
merge of '02a02b10517e99b436e2b65592aa837804903373'
and '03fd68a93fd9cdf820919cce44a380cbf9b9e9b5'
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 |
