python-parse: update to 1.8.4.
Closes #14739. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
fd76543906
commit
8347e17c44
1 changed files with 7 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-parse'
|
||||
pkgname=python-parse
|
||||
version=1.8.2
|
||||
revision=2
|
||||
version=1.8.4
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="parse-${version}"
|
||||
build_style=python-module
|
||||
|
@ -13,7 +13,11 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/r1chardj0n3s/parse"
|
||||
distfiles="${PYPI_SITE}/p/parse/parse-${version}.tar.gz"
|
||||
checksum=8048dde3f5ca07ad7ac7350460952d83b63eaacecdac1b37f45fd74870d849d2
|
||||
checksum=c3cdf6206f22aeebfa00e5b954fcfea13d1b2dc271c75806b6025b94fb490939
|
||||
|
||||
do_check() {
|
||||
python3 setup.py test
|
||||
}
|
||||
|
||||
post_install() {
|
||||
sed -n '/Copyright/,/SOFTWARE\./p' parse.py >LICENSE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue