Files
2024-06-05 11:50:23 +03:00

156 lines
6.3 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://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>shiboken2 Python module</Summary>
<Description>The purpose of the shiboken2 Python module is to access information related to the binding generation that could be used to integrate C++ programs to Python, or even to get useful information to debug an application.</Description>
<Archive sha1sum="9e07d0825092af3fa9faca94f618f356000307e7" type="tarxz">https://download.qt.io/official_releases/QtForPython/shiboken2/PySide2-5.15.14-src/pyside-setup-opensource-src-5.15.14.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>libgcc</Dependency>
<Dependency>libxml2</Dependency>
<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="10">
<Date>2024-06-05</Date>
<Version>5.15.14</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<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>