mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
sip: update to 6.8.0.
This commit is contained in:
parent
c64fac72e5
commit
b861d8dc6d
1 changed files with 4 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'sip'
|
||||
pkgname=sip
|
||||
version=6.7.9
|
||||
revision=2
|
||||
version=6.8.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-devel python3-setuptools python3-packaging
|
||||
python3-toml python3-ply"
|
||||
|
@ -9,14 +9,10 @@ makedepends="python3-devel"
|
|||
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 <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"
|
||||
distfiles="${PYPI_SITE}/s/sip/sip-${version}.tar.gz"
|
||||
checksum=35d51fc10f599d3696abb50f29d068ad04763df7b77808c76b74597660f99b17
|
||||
checksum=2ed1904820cb661b7207eb1dccfaebec1a5463dcad903ba448ad1945502d089c
|
||||
lib32disabled=yes
|
||||
replaces="sip5<=${version}_${revision}"
|
||||
provides="sip5-${version}_${revision}"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue