Files
main/programming/language/python3/python3-shiboken2/pspec.xml
T
2023-12-30 19:24:52 +03:00

147 lines
5.9 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-shiboken2</Name>
<Homepage>https://www.pyside.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>LGPLv2</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>Shiboken the Binding Generator</Summary>
<Description>Shiboken is the CPython-based binding code generator for C or C++ libraries. It uses an ApiExtractor library to parse the C or C++ headers and get the type information, using Clang.</Description>
<Archive sha1sum="f8c2091eab9f9a3d72acaabf0f66ff5a11f8edd3" type="tarxz">https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-5.15.12-src/pyside-setup-opensource-src-5.15.12.tar.xz</Archive>
<BuildDependencies>
<Dependency>llvm</Dependency>
<Dependency>cmake</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>llvm-clang-devel</Dependency>
<Dependency>qt5-xmlpatterns-devel</Dependency>
<!--<Dependency>python3-setuptools</Dependency>
<Dependency>qt5-multimedia-devel</Dependency>
<Dependency>qt5-sql-postgresql</Dependency>
<Dependency>qt5-sql-sqlite</Dependency>
<Dependency>qt5-sql-mysql</Dependency>
<Dependency>qt5-sql-odbc</Dependency>-->
</BuildDependencies>
</Source>
<Package>
<Name>shiboken2</Name>
<Summary>Shiboken2 is the binding generator used to create the PySide2 bindings.</Summary>
<RuntimeDependencies>
<Dependency>libxslt</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>llvm-clang</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin/shiboken2</Path>
<Path fileType="library">/usr/lib/libshiboken2*</Path>
<Path fileType="man">/usr/share/man/man1/shiboken2.1</Path>
<Path fileType="executable">/usr/bin/shiboken_tool.py</Path>
<!--<Path fileType="man">/usr/share/man/shiboken2.1.gz</Path>-->
</Files>
</Package>
<Package>
<Name>python3-shiboken2</Name>
<Summary>Python3 shared library files used by shiboken2.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency release="current">shiboken2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*/site-packages/shiboken2*</Path>
<Path fileType="library">/usr/lib/libshiboken2.cpython-36m-x86_64-linux-gnu.so*</Path>
<!--<Path fileType="data">/usr/lib/python3*/site-packages/shiboken2-5.13.2-py3.6.egg-info/</Path>-->
</Files>
</Package>
<Package>
<Name>python3-shiboken2-devel</Name>
<Summary>Development headers for the shiboken2 library.</Summary>
<RuntimeDependencies>
<Dependency>llvm-clang-devel</Dependency>
<Dependency release="current">python3-shiboken2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/cmake/</Path>
<Path fileType="header">/usr/include/shiboken2/</Path>
<Path fileType="library">/usr/lib/pkgconfig/shiboken2.pc</Path>
</Files>
</Package>
<History>
<Update release="9">
<Date>2023-12-30</Date>
<Version>5.15.12</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2023-10-22</Date>
<Version>5.15.11</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2023-01-21</Date>
<Version>5.15.8</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2023-01-20</Date>
<Version>5.15.7</Version>
<Comment>Rebuild clang.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2023-01-07</Date>
<Version>5.15.7</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2021-10-28</Date>
<Version>5.15.2</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2021-02-24</Date>
<Version>5.15.2</Version>
<Comment>Version bump.</Comment>
<Name>İdris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-11-13</Date>
<Version>5.15.1</Version>
<Comment>Version bump.</Comment>
<Name>İdris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-05-25</Date>
<Version>5.14.2</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>