New package: pyotherside-1.6.0

This commit is contained in:
Joel Beckmeyer 2022-08-03 15:21:21 -04:00 committed by Duncan Overbruck
parent 6a14950444
commit 744eaa077f
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# Template file for 'pyotherside'
pkgname=pyotherside
version=1.6.0
revision=1
build_style=qmake
configure_args="PYTHON_CONFIG=${XBPS_CROSS_BASE}/usr/bin/python3-config"
hostmakedepends="qt5-qmake qt5-host-tools"
makedepends="python3-devel qt5-svg-devel qt5-declarative-devel"
short_desc="Asynchronous Python 3 Bindings for Qt 5"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="ISC"
homepage="https://thp.io/2011/pyotherside/"
distfiles="https://github.com/thp/pyotherside/archive/${version}.tar.gz"
checksum=ead71d0a549acb6664d72745fae5b1d4e433274c64be6a680ceeeef0754451ab
post_install() {
vlicense LICENSE
# remove tests polluting /usr
rm ${DESTDIR}/usr/tests/qtquicktests/qtquicktests
}