sip: update to 6.8.0.

This commit is contained in:
Đoàn Trần Công Danh 2023-12-11 22:16:49 +07:00 committed by Đoàn Trần Công Danh
parent c64fac72e5
commit b861d8dc6d

View file

@ -1,7 +1,7 @@
# Template file for 'sip' # Template file for 'sip'
pkgname=sip pkgname=sip
version=6.7.9 version=6.8.0
revision=2 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-devel python3-setuptools python3-packaging hostmakedepends="python3-devel python3-setuptools python3-packaging
python3-toml python3-ply" python3-toml python3-ply"
@ -9,14 +9,10 @@ makedepends="python3-devel"
depends="python3-setuptools python3-packaging python3-toml python3-ply" depends="python3-setuptools python3-packaging python3-toml python3-ply"
short_desc="SIP - Python 3 bindings generator for C/C++ libraries" short_desc="SIP - Python 3 bindings generator for C/C++ libraries"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>" maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="GPL-2.0-only, GPL-3.0-only, custom:SIP" license="GPL-2.0-only, GPL-3.0-only"
homepage="https://riverbankcomputing.com/software/sip/intro" homepage="https://riverbankcomputing.com/software/sip/intro"
distfiles="${PYPI_SITE}/s/sip/sip-${version}.tar.gz" distfiles="${PYPI_SITE}/s/sip/sip-${version}.tar.gz"
checksum=35d51fc10f599d3696abb50f29d068ad04763df7b77808c76b74597660f99b17 checksum=2ed1904820cb661b7207eb1dccfaebec1a5463dcad903ba448ad1945502d089c
lib32disabled=yes lib32disabled=yes
replaces="sip5<=${version}_${revision}" replaces="sip5<=${version}_${revision}"
provides="sip5-${version}_${revision}" provides="sip5-${version}_${revision}"
post_install() {
vlicense LICENSE
}