From 7e5c4f3107b3748156611ba0f005428b44180baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Wed, 7 Oct 2020 19:41:53 -0300 Subject: [PATCH] New package: python3-pychm-0.8.6. --- srcpkgs/python3-pychm/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-pychm/template 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 +}