void-packages/srcpkgs/sip/template

23 lines
785 B
Bash

# Template file for 'sip'
pkgname=sip
version=6.7.7
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"
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"
homepage="https://riverbankcomputing.com/software/sip/intro"
distfiles="${PYPI_SITE}/s/sip/sip-${version}.tar.gz"
checksum=dee9c06fa8ae6d441a401f922867fc6196edda274eebd9fbfec54f0769c2a9e2
lib32disabled=yes
replaces="sip5<=${version}_${revision}"
provides="sip5-${version}_${revision}"
post_install() {
vlicense LICENSE
}