Search Criteria
Package Details: sip418 4.18.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/sip418.git (read-only, click to copy) |
---|---|
Package Base: | sip418 |
Description: | A tool that makes it easy to create Python bindings for C and C++ libraries (the last version compatible with qt3) |
Upstream URL: | http://www.riverbankcomputing.com/software/sip/intro |
Licenses: | custom:"sip" |
Submitter: | jose1711 |
Maintainer: | jose1711 |
Last Packager: | jose1711 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-02-13 10:38 (UTC) |
Last Updated: | 2020-01-24 13:16 (UTC) |
Dependencies (3)
- glibc (glibc-widevine, glibc-git, glibc-linux4)
- python (python36, python32, python37, python39, python38, python310, python312) (make)
- python2 (python2-bin) (make)
Required by (1)
- pyqt3 (make)
Latest Comments
dreieck commented on 2023-07-24 10:48 (UTC)
Can you add
provides=("sip=${pkgver}")
/provides=("python-sip=${pkgver}")
, please? And also conflict onsip
/python-sip
?Regards!
bartus commented on 2021-07-19 14:12 (UTC)
Requires update for
python:3.8
bartus commented on 2020-07-17 13:52 (UTC) (edited on 2020-07-17 14:02 (UTC) by bartus)
If I may ask, what is the rationale for renaming sip binary and modules to sip418?
I would like to use this package to build
seexpr
but because of thisrenaming scheme
I have to patch a lot of build files to make it work (e.g. import sipconfig -> import sipconfig418.Since
sip
is only for build dependency for other packages, could we drop the renaming and addprovide=({python{,2}-,}sip=4.18.1) conflict=({python{,2}-,}sip)
.Also there are some leftover
python3.5
path that wasn't renamed after latest patch.