sip: update to 6.6.2.

This commit is contained in:
Đoàn Trần Công Danh 2022-02-11 21:09:45 +07:00
parent 80ba3b9d3c
commit 6ad45bd8d1
1 changed files with 5 additions and 6 deletions

View File

@ -1,24 +1,23 @@
# Template file for 'sip'
pkgname=sip
version=6.3.1
version=6.6.2
revision=1
build_style=python3-module
hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml"
hostmakedepends="python3-devel python3-setuptools python3-packaging
python3-toml python3-ply"
makedepends="python3-devel"
depends="python3-setuptools python3-packaging python3-toml"
depends="python3-setuptools python3-packaging python3-toml python3-ply"
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=2f9cd6ce0e19226d53d62ad6ba81a62f624626f14924724eab2a23390d4dc684
checksum=0e3efac1c5dfd8e525ae57140927df26993e13f58b89d1577c314f4105bfd90d
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
}