54 lines
2.0 KiB
XML
54 lines
2.0 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>python3-pyelftools</Name>
|
|
<Homepage>https://github.com/eliben/pyelftools</Homepage>
|
|
<Packager>
|
|
<Name>Blue DeviL</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Packager>
|
|
<PartOf>programming.language.python3</PartOf>
|
|
<License>Public Domain</License>
|
|
<IsA>library</IsA>
|
|
<IsA>app:console</IsA>
|
|
<Summary>Python3 library for analyzing ELF files and DWARF debugging information</Summary>
|
|
<Description>pyelftools is a pure-Python library for parsing and analyzing ELF files and DWARF debugging information.</Description>
|
|
<Archive sha1sum="3cc45b133677fbff08e89e65a2120be52ebb27a5" type="targz">https://github.com/eliben/pyelftools/archive/v0.27.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>python3-devel</Dependency>
|
|
<Dependency>python3-setuptools</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python3-pyelftools</Name>
|
|
<Summary>Python3 library for analyzing ELF files and DWARF debugging information</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency>python3</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
<Path fileType="executable">/usr/bin</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="2">
|
|
<Date>2021-10-28</Date>
|
|
<Version>0.27</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Mustafa Cinasal</Name>
|
|
<Email>muscnsl@gmail.com</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2019-12-12</Date>
|
|
<Version>0.26</Version>
|
|
<Comment>First pisi release.</Comment>
|
|
<Name>Blue DeviL</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|