29 lines
938 B
Bash
29 lines
938 B
Bash
# Template file for 'sip'
|
|
pkgname=sip
|
|
version=6.0.1
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml"
|
|
makedepends="python3-devel"
|
|
depends="python3-setuptools python3-packaging python3-toml"
|
|
short_desc="SIP - Python 3 bindings generator for C/C++ libraries"
|
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|
license="GPL-2.0-only, GPL-3.0-only, custom:SIP"
|
|
homepage="https://riverbankcomputing.com/software/sip/intro"
|
|
distfiles="${PYPI_SITE}/s/sip/sip-${version}.tar.gz"
|
|
checksum=c933e92b24aedc6d5827748bd8167209102b5de1526e86681a2202549027a784
|
|
lib32disabled=yes
|
|
replaces="sip5<=${version}_${revision}"
|
|
provides="sip5-${version}_${revision}"
|
|
|
|
post_install() {
|
|
sed -n '1,/SUCH DAMAGE/p' sipbuild/project.py >NOTICE
|
|
vlicense NOTICE
|
|
vlicense LICENSE
|
|
}
|
|
|
|
sip5_package() {
|
|
short_desc+=" - transition"
|
|
build_style=meta
|
|
depends="sip>=${version}_${revision}"
|
|
}
|