Files
main/programming/language/python3/python3-pefile/pspec.xml
T
2023-03-12 17:34:31 +03:00

49 lines
1.6 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pefile</Name>
<Homepage>https://github.com/erocarrera/pefile</Homepage>
<Packager>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Python PE parsing module</Summary>
<Description>Python PE parsing module</Description>
<Archive sha1sum="1d3ac625aee37a95cab9d569ccc9c4175a44198e" type="targz">https://github.com/erocarrera/pefile/releases/download/v2022.5.30/pefile-2022.5.30.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-pefile.patch</Patch>
<Patch level="1">python3-pefile.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-pefile</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-03-12</Date>
<Version>2022.5.30</Version>
<Comment>First release</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
</History>
</PISI>