diff --git a/srcpkgs/sip/template b/srcpkgs/sip/template index bb1ddc10f7d..90dd876be66 100644 --- a/srcpkgs/sip/template +++ b/srcpkgs/sip/template @@ -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 " 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 }