mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-10 04:25:18 +02:00
21 lines
716 B
Bash
21 lines
716 B
Bash
# Template file for 'sip'
|
|
pkgname=sip
|
|
version=6.10.0
|
|
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=fa0515697d4c98dbe04d9e898d816de1427e5b9ae5d0e152169109fd21f5d29c
|
|
lib32disabled=yes
|
|
replaces="sip5<=${version}_${revision}"
|
|
provides="sip5-${version}_${revision}"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|