# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
python.versions 24 25 26 27 31
# must default to version 24
license {GPL-2 GPL-3 PSF}
description create Python bindings for C and C++ libraries
SIP is a tool that makes it very easy to create \
Python bindings for C and C++ libraries. \
It was originally developed to create PyQt, \
the Python bindings for the Qt toolkit, \
but can be used to create bindings for any \
homepage http://www.riverbankcomputing.co.uk/software/sip/intro
http://www.riverbankcomputing.com/static/Downloads/sip4/ \
http://gentoo.mirrors.easynews.com/linux/gentoo/distfiles/ \
http://gentoo.osuosl.org/distfiles/ \
http://www.gtlib.gatech.edu/pub/gentoo/distfiles/
checksums rmd160 174150da3513e2e240bd443551af0dfc765dac27 \
sha256 768c1f0ae7ccdc2a75cb4ca6dfd22a46832e06b3c96b1f0e8d3e955cbec047b3
patchfiles patch-siputils.py.diff
# Ensure correct compilers are used
reinplace "s| cc\$| ${configure.cc}|" \
${worksrcpath}/specs/macx-g++
reinplace "s| c++\$| ${configure.cxx}|" \
${worksrcpath}/specs/macx-g++
reinplace "s|bin/sip|bin/sip-${python.branch}|g" \
${worksrcpath}/sipconfig.py
configure.cmd ${python.bin} configure.py
configure.pre_args -d ${python.bin} \
--destdir=${python.pkgd} \
--incdir=${python.include} \