diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,15 +1,18 @@
name : python-sip
-version : 4.19.2
-release : 5
+version : 4.19.3
+release : 6
source :
- - https://downloads.sourceforge.net/project/pyqt/sip/sip-4.19.2/sip-4.19.2.tar.gz : 432b4aad25254e6997913e33b1ca3cf5fd21d5729a50a3ce2edccbea82c80533
+ - https://downloads.sourceforge.net/project/pyqt/sip/sip-4.19.3/sip-4.19.3.tar.gz : 740df844f80cc45dcc9b23294a92492923bc403ce88e68c35783f27c177c4b74
license : GPL-3.0
component : programming.python
-summary : python-sip is a tool that creates python2 bindings for C and C++ libraries.
+summary : python-sip is a tool that creates python bindings for C and C++ libraries.
description: |
- python-sip is a tool that creates python2 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.
setup : |
- python2 configure.py CFLAGS="${CFLAGS}"
+ python2 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 @@
python-sip
- Joey Riches
- josephriches@gmail.com
+ Pierre-Yves
+ pyu@riseup.netGPL-3.0programming.python
- python-sip is a tool that creates python2 bindings for C and C++ libraries.
- python-sip is a tool that creates python2 bindings for C and C++ libraries.
+ python-sip is a tool that creates python 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.Soluspython-sip
- python-sip is a tool that creates python2 bindings for C and C++ libraries.
- python-sip is a tool that creates python2 bindings for C and C++ libraries.
+ python-sip is a tool that creates python 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 @@
python-sip-develDevelopment files for python-sip
- python-sip is a tool that creates python2 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
- python-sip
+ python-sip/usr/include/
-
- 2017-05-27
- 4.19.2
+
+ 2017-09-18
+ 4.19.3Packaging update
- Joey Riches
- josephriches@gmail.com
+ Pierre-Yves
+ pyu@riseup.net
\ No newline at end of file