mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
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'
|
# Template file for 'python-scour'
|
||||||
pkgname=python-scour
|
pkgname=python-scour
|
||||||
version=0.36
|
version=0.37
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="scour-${version}"
|
wrksrc="scour-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -12,10 +12,15 @@ short_desc="An SVG scrubber (Python2)"
|
||||||
maintainer="Alexander Mamay <alexander@mamay.su>"
|
maintainer="Alexander Mamay <alexander@mamay.su>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/scour-project/scour"
|
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"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=1b6820430c671c71406bf79afced676699d03bd3fcc65f01a651da5dcbcf3d3b
|
checksum=4fcb961586d8a6d98ac9343ca5647421b98fdc79b51d81a1d3d18576b7908823
|
||||||
alternatives="scour:scour:/usr/bin/scour2"
|
alternatives="scour:scour:/usr/bin/scour2"
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
python3 setup.py test
|
||||||
|
}
|
||||||
|
|
||||||
python3-scour_package() {
|
python3-scour_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
pycompile_module="scour"
|
pycompile_module="scour"
|
||||||
|
|
Loading…
Add table
Reference in a new issue