diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -1 +1,4 @@ libc.so.6 +libgcc_s.so.1 +libm.so.6 +libstdc++.so.6 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,13 +1,16 @@ name : python3-sip -version : 4.19.2 -release : 7 +version : 4.19.5 +release : 9 source : - - https://sourceforge.net/projects/pyqt/files/sip/sip-4.19.2/sip-4.19.2.tar.gz : 432b4aad25254e6997913e33b1ca3cf5fd21d5729a50a3ce2edccbea82c80533 + - https://netcologne.dl.sourceforge.net/project/pyqt/sip/sip-4.19.5/sip-4.19.5.tar.gz : 391b7bf08f1cd12d8a25ed5608ca36ee9b759eee1690d8156e35d92f9a74b456 license : GPL-3.0 component : programming.python -summary : python3-sip is a tool that creates python3 bindings for C and C++ libraries. +summary : python3-sip is a tool that creates python3 bindings for C and C++ libraries description: | - python3-sip is a tool that creates python3 bindings for C and C++ libraries. + 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. builddeps : - pkgconfig(python-3.5) - python-sip @@ -15,7 +18,7 @@ - python-sip setup : | sed -i "s|sip_bin_dir, \"sip\"|sip_bin_dir, \"sip3\"|" configure.py - python3 configure.py CFLAGS="${CFLAGS}" + python3 configure.py CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" LFLAGS="$LDFLAGS" build : | %make install : | diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,20 +2,26 @@ python3-sip - Bryan T. Meyers - bmeyers@datadrake.com + Pierre-Yves + pyu@riseup.net GPL-3.0 programming.python - python3-sip is a tool that creates python3 bindings for C and C++ libraries. - python3-sip is a tool that creates python3 bindings for C and C++ libraries. + python3-sip is a tool that creates python3 bindings for C and C++ libraries + 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. https://solus-project.com/sources/README.Solus python3-sip - python3-sip is a tool that creates python3 bindings for C and C++ libraries. - python3-sip is a tool that creates python3 bindings for C and C++ libraries. + python3-sip is a tool that creates python3 bindings for C and C++ libraries + 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. programming.python @@ -29,23 +35,26 @@ python3-sip-devel Development files for python3-sip - python3-sip is a tool that creates python3 bindings for C and C++ libraries. + 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. programming.devel - python3-sip + python3-sip /usr/include/ - - 2017-06-20 - 4.19.2 + + 2017-11-16 + 4.19.5 Packaging update - Bryan T. Meyers - bmeyers@datadrake.com + Pierre-Yves + pyu@riseup.net \ No newline at end of file