New package: python3-pyqt6-sip-13.1.0
This commit is contained in:
parent
614abf4613
commit
5fcd841397
2 changed files with 27 additions and 0 deletions
25
srcpkgs/python3-pyqt6-sip/template
Normal file
25
srcpkgs/python3-pyqt6-sip/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'python3-pyqt6-sip'
|
||||||
|
pkgname=python3-pyqt6-sip
|
||||||
|
version=13.1.0
|
||||||
|
revision=1
|
||||||
|
wrksrc="PyQt6_sip-$version"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-devel python3-setuptools sip"
|
||||||
|
makedepends="python3-devel"
|
||||||
|
depends="python3"
|
||||||
|
short_desc="PyQt6 SIP bindings with C and C++ for Python 3"
|
||||||
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
|
license="GPL-2.0-only, GPL-3.0-only, custom:SIP"
|
||||||
|
homepage="https://www.riverbankcomputing.com/software/sip/"
|
||||||
|
distfiles="${PYPI_SITE}/P/PyQt6_sip/PyQt6_sip-${version}.tar.gz"
|
||||||
|
checksum=7c31073fe8e6cb8a42e85d60d3a096700a9047c772b354d6227dfe965566ec8a
|
||||||
|
lib32disabled=yes
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
# for do_check
|
||||||
|
mkdir -p PyQt6
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense /usr/share/licenses/sip/LICENSE
|
||||||
|
}
|
2
srcpkgs/python3-pyqt6-sip/update
Normal file
2
srcpkgs/python3-pyqt6-sip/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site=https://pypi.org/simple/PyQt6-sip
|
||||||
|
pattern='PyQt6_sip-\K([\d.]+)(?=.tar.gz)'
|
Loading…
Add table
Add a link
Reference in a new issue