123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>python3-shiboken6</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="5a38f7c14a2e2cff06b935af7e8c2235376576fe" type="tarxz">https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-6.6.2-src/pyside-setup-everywhere-src-6.6.2.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>llvm</Dependency>
- <Dependency>cmake</Dependency>
- <Dependency>llvm-mlir</Dependency>
- <Dependency>libxslt-devel</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>qt6-base-devel</Dependency>
- <Dependency>llvm-clang-devel</Dependency>
- <Dependency>python3-sphinx</Dependency>
- <Dependency>python3-build</Dependency>
- <!--<Dependency>python3-setuptools</Dependency>
- <Dependency>qt6-multimedia-devel</Dependency>
- <Dependency>qt6-sql-postgresql</Dependency>
- <Dependency>qt6-sql-sqlite</Dependency>
- <Dependency>qt6-sql-mysql</Dependency>
- <Dependency>qt6-sql-odbc</Dependency>-->
- </BuildDependencies>
- </Source>
- <Package>
- <Name>shiboken6</Name>
- <Summary>Shiboken2 is the binding generator used to create the PySide2 bindings.</Summary>
- <RuntimeDependencies>
- <Dependency>libxslt</Dependency>
- <Dependency>libxml2</Dependency>
- <Dependency>qt6-base</Dependency>
- <Dependency>llvm-clang</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="executable">/usr/bin/shiboken6</Path>
- <Path fileType="library">/usr/lib/libshiboken6*</Path>
- <Path fileType="man">/usr/share/man/man1/shiboken6.1</Path>
- <Path fileType="executable">/usr/bin/shiboken_tool.py</Path>
- <!--<Path fileType="man">/usr/share/man/shiboken6.1.gz</Path>-->
- </Files>
- <Replaces>
- <Package>shiboken2</Package>
- </Replaces>
- <Conflicts>
- <Package>shiboken2</Package>
- </Conflicts>
- </Package>
- <Package>
- <Name>python3-shiboken6</Name>
- <Summary>Python3 shared library files used by shiboken6.</Summary>
- <RuntimeDependencies>
- <Dependency>python3</Dependency>
- <Dependency release="current">shiboken6</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/python3*/site-packages/shiboken6*</Path>
- <Path fileType="library">/usr/lib/libshiboken6.cpython-36m-x86_64-linux-gnu.so*</Path>
- <!--<Path fileType="data">/usr/lib/python3*/site-packages/shiboken6-5.13.2-py3.6.egg-info/</Path>-->
- </Files>
- </Package>
- <Package>
- <Name>python3-shiboken6-devel</Name>
- <Summary>Development headers for the shiboken6 library.</Summary>
- <RuntimeDependencies>
- <Dependency>llvm-clang-devel</Dependency>
- <Dependency release="current">python3-shiboken6</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/cmake/</Path>
- <Path fileType="header">/usr/include/shiboken6/</Path>
- <Path fileType="library">/usr/lib/pkgconfig/shiboken6.pc</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2024-08-02</Date>
- <Version>6.6.2</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2024-04-18</Date>
- <Version>6.6.2</Version>
- <Comment>First release</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|