diff --git a/srcpkgs/sip/template b/srcpkgs/sip/template index 69c7f3f235d..f5fcf48750a 100644 --- a/srcpkgs/sip/template +++ b/srcpkgs/sip/template @@ -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 " -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 +}