mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-23 21:57:33 -08:00
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/29359 Signed-off-by: Michał Górny <mgorny@gentoo.org>
21 lines
674 B
XML
21 lines
674 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>mario.haustein@hrz.tu-chemnitz.de</email>
|
|
<name>Mario Haustein</name>
|
|
</maintainer>
|
|
<maintainer type="person">
|
|
<email>sam@gentoo.org</email>
|
|
<name>Sam James</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
python-ptrace is a debugger using ptrace (Linux, BSD and Darwin system
|
|
call to trace processes) written in Python.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">vstinner/python-ptrace</remote-id>
|
|
<remote-id type="pypi">python-ptrace</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|