void-packages/srcpkgs/sip/template

22 lines
715 B
Bash

# Template file for 'sip'
pkgname=sip
version=6.8.6
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-packaging"
depends="python3-setuptools python3-packaging"
short_desc="SIP - Python 3 bindings generator for C/C++ libraries"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
# vendored ply is BSD-3-Clause
license="BSD-2-Clause, BSD-3-Clause"
homepage="https://riverbankcomputing.com/software/sip/intro"
distfiles="${PYPI_SITE}/s/sip/sip-${version}.tar.gz"
checksum=7fc959e48e6ec5d5af8bd026f69f5e24d08b3cb8abb342176f5ab8030cc07d7a
lib32disabled=yes
replaces="sip5<=${version}_${revision}"
provides="sip5-${version}_${revision}"
post_install() {
vlicense LICENSE
}