From aca384d86a3824191691f14c780ae5479d19ad58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 19 Jul 2024 22:37:23 +0700 Subject: [PATCH] sip: update to 6.8.6. --- srcpkgs/sip/template | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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 +}