Changeset View
Changeset View
Standalone View
Standalone View
package.yml
name : python-sip | name : python-sip | ||||
version : 4.19.7 | version : 4.19.13 | ||||
release : 8 | release : 9 | ||||
source : | source : | ||||
- https://netcologne.dl.sourceforge.net/project/pyqt/sip/sip-4.19.7/sip-4.19.7.tar.gz : 25b50d29dd4b72965e7980c41e3320e460eff481a177beeddebf8c3be84b8cde | - https://netcologne.dl.sourceforge.net/project/pyqt/sip/sip-4.19.13/sip-4.19.13.tar.gz : e353a7056599bf5fbd5d3ff9842a6ab2ea3cf4e0304a0f925ec5862907c0d15e | ||||
license : GPL-3.0 | license : GPL-3.0-or-later | ||||
component : programming.python | component : programming.python | ||||
summary : python-sip is a tool that creates python bindings for C and C++ libraries. | summary : python-sip is a tool that creates python bindings for C and C++ libraries. | ||||
description: | | description: | | ||||
SIP is a tool for generating bindings for C++ classes so that they can be | SIP is a tool for generating bindings for C++ classes so that they can be accessed as normal Python classes. SIP takes many of its ideas from SWIG but, because it is specifically designed for C++ and Python, is able to generate tighter bindings. SIP is so called because it is a small SWIG. | ||||
accessed as normal Python classes. SIP takes many of its ideas from SWIG but, | |||||
because it is specifically designed for C++ and Python, is able to generate | |||||
tighter bindings. SIP is so called because it is a small SWIG. | |||||
setup : | | setup : | | ||||
python2 configure.py CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" LFLAGS="$LDFLAGS" | python2 configure.py --sip-module PyQt5.sip CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" LFLAGS="$LDFLAGS" | ||||
build : | | build : | | ||||
%make | %make | ||||
install : | | install : | | ||||
%make_install | %make_install |
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.