New package: python3-pychm-0.8.6.

This commit is contained in:
Érico Rolim 2020-10-07 19:41:53 -03:00 committed by Érico Nogueira Rolim
parent d2be102051
commit 7e5c4f3107

View file

@ -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 <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
}