Search Criteria
Package Details: sip4 4.19.25-7
Package Actions
Git Clone URL: | https://aur.archlinux.org/sip4.git (read-only, click to copy) |
---|---|
Package Base: | sip4 |
Description: | A tool that makes it easy to create Python bindings for C and C++ libraries |
Upstream URL: | https://www.riverbankcomputing.com/software/sip/intro |
Licenses: | LicenseRef-sip |
Provides: | sip4 |
Submitter: | arojas |
Maintainer: | daizhirui |
Last Packager: | daizhirui |
Votes: | 5 |
Popularity: | 0.025197 |
First Submitted: | 2022-09-01 20:08 (UTC) |
Last Updated: | 2024-04-28 17:59 (UTC) |
Dependencies (3)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-setuptools (make)
Required by (11)
- cura-lulzbot (make)
- golden-cheetah-git (make)
- neumodvb-git
- orocos-kdl-python (make)
- pyqt4-common (make)
- python-pynest2d (make)
- python-pynest2d-git (make)
- python-pyqt4 (make)
- python2-pyqt4 (make)
- ros-noetic-qt-gui-cpp
- ros-noetic-rviz
Latest Comments
« First ‹ Previous 1 2 3
LikeSmith commented on 2023-05-05 16:22 (UTC)
@angeldalzotto This appears to be due to a change in Python3.11 APIs (see the notes here that specify, "The Python frame object is now created lazily. A side effect is that the f_back member must not be accessed directly, since its value is now also computed lazily.") This issue can be fixed by replacing the line in question with
frame = PyFrame_GetBack(frame);
angelodalzotto commented on 2023-05-03 22:58 (UTC)
I can't build due to
oi_wtf commented on 2023-01-20 10:12 (UTC)
Or at least conflict with sip 6, so sip 6 and 4 don't get installed at the same time accidentally?
It was pretty hard to get to the root of the problem from the
sip-build
error messages, which just have a weird Iteration error.(I paste it here, in hope that maybe others will find this more easily than I did)
sl1pkn07 commented on 2022-12-05 06:28 (UTC)
Hi
i hit this bug when have sip 6.x and this package
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976983
can you do like do here https://salsa.debian.org/python-team/packages/sip4/-/commit/81672e94665b3554e333866ef323078cd29c5f28 in this package?
greetings
« First ‹ Previous 1 2 3