python-scour: update to 0.37.
This commit is contained in:
parent
e9de8998cb
commit
9162e0ce77
1 changed files with 8 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-scour'
|
||||
pkgname=python-scour
|
||||
version=0.36
|
||||
revision=2
|
||||
version=0.37
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="scour-${version}"
|
||||
build_style=python-module
|
||||
|
@ -12,10 +12,15 @@ short_desc="An SVG scrubber (Python2)"
|
|||
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=1b6820430c671c71406bf79afced676699d03bd3fcc65f01a651da5dcbcf3d3b
|
||||
checksum=4fcb961586d8a6d98ac9343ca5647421b98fdc79b51d81a1d3d18576b7908823
|
||||
alternatives="scour:scour:/usr/bin/scour2"
|
||||
|
||||
do_check() {
|
||||
python3 setup.py test
|
||||
}
|
||||
|
||||
python3-scour_package() {
|
||||
noarch=yes
|
||||
pycompile_module="scour"
|
||||
|
|
Loading…
Reference in a new issue