22 lines
715 B
Bash
22 lines
715 B
Bash
# Template file for 'sip'
|
|
pkgname=sip
|
|
version=6.9.1
|
|
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=7904be5190d7879952563b78a3af0e58fa27d9525af7f53f93eac7a83b433e7b
|
|
lib32disabled=yes
|
|
replaces="sip5<=${version}_${revision}"
|
|
provides="sip5-${version}_${revision}"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|