Search Criteria
Package Details: sip4 4.19.25-5
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: | custom:"sip" |
Conflicts: | sip |
Provides: | sip |
Submitter: | arojas |
Maintainer: | JstKddng |
Last Packager: | JstKddng |
Votes: | 4 |
Popularity: | 0.175353 |
First Submitted: | 2022-09-01 20:08 (UTC) |
Last Updated: | 2023-05-06 00:37 (UTC) |
Dependencies (2)
Required by (68)
- calibre-git (requires sip) (make)
- calibre-unicode-path (requires sip) (make)
- cura-lulzbot (make)
- cura-lulzbot-git (requires sip) (make)
- golden-cheetah-git (make)
- kauth-git (requires sip) (make)
- kcompletion-git (requires sip) (make)
- kconfig-git (requires sip) (make)
- kconfigwidgets-git (requires sip) (make)
- kcoreaddons-git (requires sip) (make)
- kdbusaddons-git (requires sip) (make)
- kguiaddons-git (requires sip) (make)
- ki18n-git (requires sip) (make)
- kitemmodels-git (requires sip) (make)
- kitemviews-git (requires sip) (make)
- kjobwidgets-git (requires sip) (make)
- krita-git (requires sip) (make)
- krita-minimal (requires sip) (make)
- krita-next-bin (requires sip) (make)
- krita-next-git (requires sip) (make)
- Show 48 more...
Latest Comments
1 2 Next › Last »
xiota commented on 2023-09-20 09:17 (UTC)
Please remove
replaces
directive. Thank you. (No need to reply via comment; AUR now sends commit notifications.)SeparateWings commented on 2023-07-26 07:10 (UTC)
It should be noticed that
sip-build
is only insip
but not in this package, I don't know if there exists bugs.FabioLolix commented on 2023-07-24 17:11 (UTC)
IMO this shouldn't provide
sip
at all, sip4 and current sip 6.x (sip 5 never published seems) aren't interchangeable, even adding=${pkgver}
a pkgbuild like calibre-git will not complain about the dependency then fails the builds because they are different (ModuleNotFoundError: No module named 'sipbuild'
)dreieck commented on 2023-07-24 10:46 (UTC)
Can you add
=${pkgver}
to theprovides
entries?This would allow packages that need
sip>=6
orsip<5
to specify and match their versioned dependencies correctly.Thanks for maintaining!
Tangdi commented on 2023-07-17 06:16 (UTC)
I encountered a problem when using this package, mainly that there is no sip-build command provided by this package in the terminal.
I'm not so familiar with the package sip but I know that sip-build is provided by the extra/sip package. Can anyone tell me how should I get sip-build from this package? Thanks!
joshm commented on 2023-05-20 20:32 (UTC)
This package is failing to install for me with the following output:
dreieck commented on 2023-05-05 18:52 (UTC)
@JstKddng: Can you add this fix mentioned by @LikeSmith as a patch, until upstream has fixed this issue (and maybe report upstream)?
Thanks for maintaining!
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);
1 2 Next › Last »