# Template file for 'python3-scour' pkgname=python3-scour version=0.38.1.post1 revision=1 wrksrc="scour-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-six" checkdepends="python3-six" short_desc="SVG scrubber (Python3)" maintainer="Alexander Mamay " license="Apache-2.0" homepage="https://github.com/scour-project/scour" changelog="https://raw.githubusercontent.com/scour-project/scour/master/HISTORY.md" distfiles="${PYPI_SITE}/s/scour/scour-${version}.tar.gz" checksum=81b93dcfc57338f1260db4fb62697b653770a8a8bd756dcba3640c9b558a7145 conflicts="python-scour>=0" do_check() { python3 setup.py test }