python3-parse: update to 1.19.1.

This commit is contained in:
skmpz 2023-08-31 12:26:00 +03:00 committed by classabbyamp
parent 9d66658b77
commit 823b354360
1 changed files with 5 additions and 9 deletions

View File

@ -1,20 +1,16 @@
# Template file for 'python3-parse' # Template file for 'python3-parse'
pkgname=python3-parse pkgname=python3-parse
version=1.19.0 version=1.19.1
revision=2 revision=1
build_style=python3-module build_style=python3-pep517
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools python3-wheel"
depends="python3" depends="python3"
short_desc="Parse strings using the format() syntax (Python3)" short_desc="Parse strings using the format() syntax (Python3)"
maintainer="skmpz <dem.procopiou@gmail.com>" 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=9ff82852bcb65d139813e2a5197627a94966245c897796760a3a2a8eb66f020b checksum=cc3a47236ff05da377617ddefa867b7ba983819c664e1afe46249e5b469be464
do_check() {
python3 test_parse.py
}
post_install() { post_install() {
sed -n '/Copyright/,/SOFTWARE\./p' parse.py >LICENSE sed -n '/Copyright/,/SOFTWARE\./p' parse.py >LICENSE