sip: update to 6.7.4.
This commit is contained in:
parent
03be6caaab
commit
af3e118f6e
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'sip'
|
# Template file for 'sip'
|
||||||
pkgname=sip
|
pkgname=sip
|
||||||
version=6.6.2
|
version=6.7.4
|
||||||
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"
|
||||||
|
@ -12,7 +12,7 @@ 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=0e3efac1c5dfd8e525ae57140927df26993e13f58b89d1577c314f4105bfd90d
|
checksum=9dbf8a0e7c8d76d1642e2fdd3f53e6a522f7c30980e527763c45760c2505cfbf
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
replaces="sip5<=${version}_${revision}"
|
replaces="sip5<=${version}_${revision}"
|
||||||
provides="sip5-${version}_${revision}"
|
provides="sip5-${version}_${revision}"
|
||||||
|
@ -20,9 +20,3 @@ provides="sip5-${version}_${revision}"
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
sip5_package() {
|
|
||||||
short_desc+=" - transition"
|
|
||||||
build_style=meta
|
|
||||||
depends="sip>=${version}_${revision}"
|
|
||||||
}
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
sip
|
|
Loading…
Reference in New Issue