20 lines
731 B
Bash
20 lines
731 B
Bash
# Template file for 'python3-pytest-qt'
|
|
pkgname=python3-pytest-qt
|
|
version=4.2.0
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm"
|
|
depends="python3-pytest"
|
|
short_desc="Pytest support for PyQt and PySide applications"
|
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/pytest-dev/pytest-qt"
|
|
changelog="https://raw.githubusercontent.com/pytest-dev/pytest-qt/master/CHANGELOG.rst"
|
|
distfiles="${PYPI_SITE}/p/pytest-qt/pytest-qt-${version}.tar.gz"
|
|
checksum=00a17b586dd530b6d7a9399923a40489ca4a9a309719011175f55dc6b5dc8f41
|
|
make_check=no # tests only run in a venv with tox, not useful for checking package correctness
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|