python3-scour: update to 0.38.2.
This commit is contained in:
parent
8bff694e06
commit
754a2ac430
1 changed files with 2 additions and 7 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue