diff --git a/srcpkgs/python3-scour/template b/srcpkgs/python3-scour/template index cf86a2354b0..5dd2d4f0a48 100644 --- a/srcpkgs/python3-scour/template +++ b/srcpkgs/python3-scour/template @@ -1,21 +1,16 @@ # Template file for 'python3-scour' pkgname=python3-scour -version=0.38.1.post1 +version=0.38.2 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 +checksum=6881ec26660c130c5ecd996ac6f6b03939dd574198f50773f2508b81a68e0daf conflicts="python-scour>=0" - -do_check() { - python3 setup.py test -}