mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-07 02:37:30 -08:00
23 lines
766 B
XML
23 lines
766 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>
|
|
pefile is a multi-platform Python module to parse and work with
|
|
Portable Executable (PE) files. Most of the information contained in
|
|
the PE file headers is accessible, as well as all the sections' details
|
|
and data.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">erocarrera/pefile</remote-id>
|
|
<remote-id type="pypi">pefile</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|