sip: update to 6.8.3.
This commit is contained in:
parent
386f3ffec6
commit
2864036452
|
@ -1,18 +1,17 @@
|
|||
# Template file for 'sip'
|
||||
pkgname=sip
|
||||
version=6.8.1
|
||||
version=6.8.3
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-devel python3-setuptools python3-packaging
|
||||
python3-toml python3-ply"
|
||||
makedepends="python3-devel"
|
||||
depends="python3-setuptools python3-packaging python3-toml python3-ply"
|
||||
hostmakedepends="python3-setuptools 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 <congdanhqx@gmail.com>"
|
||||
license="GPL-2.0-only, GPL-3.0-only"
|
||||
homepage="https://riverbankcomputing.com/software/sip/intro"
|
||||
distfiles="${PYPI_SITE}/s/sip/sip-${version}.tar.gz"
|
||||
checksum=3002df415e168ac3ffe393942dbc7131cb82ade50000e1526f46a88ade26f598
|
||||
checksum=888547b018bb24c36aded519e93d3e513d4c6aa0ba55b7cc1affbd45cf10762c
|
||||
lib32disabled=yes
|
||||
replaces="sip5<=${version}_${revision}"
|
||||
provides="sip5-${version}_${revision}"
|
||||
|
|
Loading…
Reference in New Issue