21 lines
590 B
Bash
21 lines
590 B
Bash
# Template file for 'python3-pychm'
|
|
pkgname=python3-pychm
|
|
version=0.8.6
|
|
revision=2
|
|
wrksrc=pychm-${version}
|
|
build_style=python3-module
|
|
hostmakedepends="python3 python3-setuptools"
|
|
makedepends="libchmlib-devel python3-devel"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Python3 bindings for CHMLIB"
|
|
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/dottedmag/pychm"
|
|
distfiles="${PYPI_SITE}/p/pychm/pychm-${version}.tar.gz"
|
|
checksum=26606fec1e30cf7506c7afa943460c31e8dac87f35b7f178f437574d654cf672
|
|
|
|
do_test() {
|
|
pytest
|
|
}
|