python3-parse: update to 1.19.0.

This commit is contained in:
skmpz 2022-02-16 21:34:57 +04:00 committed by Andrew J. Hesford
parent 9cbf86c313
commit ee5b3027eb

View file

@ -1,17 +1,17 @@
# Template file for 'python3-parse' # Template file for 'python3-parse'
pkgname=python3-parse pkgname=python3-parse
version=1.18.0 version=1.19.0
revision=2 revision=1
wrksrc="parse-${version}" wrksrc="parse-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3" depends="python3"
short_desc="Parse strings using the format() syntax (Python3)" short_desc="Parse strings using the format() syntax (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="skmpz <dem.procopiou@gmail.com>"
license="MIT" license="MIT"
homepage="https://github.com/r1chardj0n3s/parse" homepage="https://github.com/r1chardj0n3s/parse"
distfiles="${PYPI_SITE}/p/parse/parse-${version}.tar.gz" distfiles="${PYPI_SITE}/p/parse/parse-${version}.tar.gz"
checksum=91666032d6723dc5905248417ef0dc9e4c51df9526aaeef271eacad6491f06a4 checksum=9ff82852bcb65d139813e2a5197627a94966245c897796760a3a2a8eb66f020b
do_check() { do_check() {
python3 test_parse.py python3 test_parse.py