sip5: rename to sip
This commit is contained in:
parent
cb5c02d249
commit
8d81add569
3 changed files with 12 additions and 4 deletions
|
@ -1,22 +1,29 @@
|
|||
# Template file for 'sip5'
|
||||
pkgname=sip5
|
||||
# Template file for 'sip'
|
||||
pkgname=sip
|
||||
version=5.5.0
|
||||
revision=1
|
||||
wrksrc="sip-$version"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml"
|
||||
makedepends="python3-devel"
|
||||
depends="python3-setuptools python3-packaging python3-toml"
|
||||
short_desc="SIP 5 - Python 3 bindings generator for C/C++ libraries"
|
||||
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=5d024c419b30fea8a6de8c71a560c7ab0bc3c221fbfb14d55a5b865bd58eaac5
|
||||
lib32disabled=yes
|
||||
replaces="sip5<=${version}_${revision}"
|
||||
provides="sip5-${version}_${revision}"
|
||||
|
||||
post_install() {
|
||||
sed -n '1,/SUCH DAMAGE/p' sipbuild/project.py >NOTICE
|
||||
vlicense NOTICE
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
sip5_package() {
|
||||
short_desc+=" - transition"
|
||||
build_style=meta
|
||||
depends="sip>=${version}_${revision}"
|
||||
}
|
1
srcpkgs/sip5
Symbolic link
1
srcpkgs/sip5
Symbolic link
|
@ -0,0 +1 @@
|
|||
sip
|
Loading…
Reference in a new issue