python3-scour: update to 0.38.2.

This commit is contained in:
Andrew J. Hesford 2020-11-22 09:54:23 -05:00
parent 8bff694e06
commit 754a2ac430

View file

@ -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 <alexander@mamay.su>"
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
}