void-packages/srcpkgs/python3-scour/template

22 lines
673 B
Bash
Raw Normal View History

2020-09-20 10:06:11 +00:00
# Template file for 'python3-scour'
pkgname=python3-scour
version=0.37
2020-10-07 13:56:06 +00:00
revision=4
2020-09-20 10:06:11 +00:00
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="${homepage}/archive/v${version}.tar.gz"
checksum=4fcb961586d8a6d98ac9343ca5647421b98fdc79b51d81a1d3d18576b7908823
conflicts="python-scour>=0"
do_check() {
python3 setup.py test
}