sip: update to 6.8.6.

This commit is contained in:
Đoàn Trần Công Danh 2024-07-19 22:37:23 +07:00
parent 3d94576281
commit aca384d86a
1 changed files with 10 additions and 6 deletions

View File

@ -1,17 +1,21 @@
# Template file for 'sip'
pkgname=sip
version=6.8.3
version=6.8.6
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools python3-packaging"
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-packaging"
depends="python3-setuptools python3-packaging"
checkdepends="python3-wheel"
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"
# vendored ply is BSD-3-Clause
license="BSD-2-Clause, BSD-3-Clause"
homepage="https://riverbankcomputing.com/software/sip/intro"
distfiles="${PYPI_SITE}/s/sip/sip-${version}.tar.gz"
checksum=888547b018bb24c36aded519e93d3e513d4c6aa0ba55b7cc1affbd45cf10762c
checksum=7fc959e48e6ec5d5af8bd026f69f5e24d08b3cb8abb342176f5ab8030cc07d7a
lib32disabled=yes
replaces="sip5<=${version}_${revision}"
provides="sip5-${version}_${revision}"
post_install() {
vlicense LICENSE
}