sip: update to 6.6.2.
This commit is contained in:
parent
80ba3b9d3c
commit
6ad45bd8d1
|
@ -1,24 +1,23 @@
|
||||||
# Template file for 'sip'
|
# Template file for 'sip'
|
||||||
pkgname=sip
|
pkgname=sip
|
||||||
version=6.3.1
|
version=6.6.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
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"
|
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"
|
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, custom:SIP"
|
||||||
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=2f9cd6ce0e19226d53d62ad6ba81a62f624626f14924724eab2a23390d4dc684
|
checksum=0e3efac1c5dfd8e525ae57140927df26993e13f58b89d1577c314f4105bfd90d
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
replaces="sip5<=${version}_${revision}"
|
replaces="sip5<=${version}_${revision}"
|
||||||
provides="sip5-${version}_${revision}"
|
provides="sip5-${version}_${revision}"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
sed -n '1,/SUCH DAMAGE/p' sipbuild/project.py >NOTICE
|
|
||||||
vlicense NOTICE
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue