Files
main/programming/language/python3/python3-PyShellCode/pspec.xml
T
2023-10-18 10:40:36 +03:00

71 lines
2.6 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-PyShellCode</Name>
<Homepage>https://github.com/thomaskeck/PyShellCode/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>GPL3</License>
<PartOf>programming.language.python3</PartOf>
<IsA>library</IsA>
<Summary>Execute ShellCode / "Inline-Assembler" in Python</Summary>
<Description>Execute ShellCode in Python. In other words, allows to use "inline assembler" in Python.</Description>
<Archive sha1sum="70b8e0fed951aa14ac16f048ef79c00eaf352ef3" type="targz">https://github.com/thomaskeck/PyShellCode/archive/v1.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>cmake</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-PyShellCode</Name>
<Summary>Execute ShellCode / "Inline-Assembler" in Python</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-PyShellCode</Path>
</Files>
</Package>
<Package>
<Name>python3-PyShellCode-devel</Name>
<Summary>Development headers for the python3-PyShellCode module</Summary>
<RuntimeDependencies>
<Dependency release="current">python3-PyShellCode</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2023-10-17</Date>
<Version>1.0</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2021-10-28</Date>
<Version>1.0</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-01-09</Date>
<Version>1.0</Version>
<Comment>First Pisi Release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>