diff --git a/srcpkgs/python3-pychm/template b/srcpkgs/python3-pychm/template new file mode 100644 index 00000000000..a705a64168c --- /dev/null +++ b/srcpkgs/python3-pychm/template @@ -0,0 +1,20 @@ +# Template file for 'python3-pychm' +pkgname=python3-pychm +version=0.8.6 +revision=1 +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 " +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 +}