diff --git a/srcpkgs/python3-parse/template b/srcpkgs/python3-parse/template index 3188f6ce706615..188dd670774ff9 100644 --- a/srcpkgs/python3-parse/template +++ b/srcpkgs/python3-parse/template @@ -1,20 +1,16 @@ # Template file for 'python3-parse' pkgname=python3-parse -version=1.19.0 -revision=2 -build_style=python3-module -hostmakedepends="python3-setuptools" +version=1.19.1 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" depends="python3" short_desc="Parse strings using the format() syntax (Python3)" maintainer="skmpz " license="MIT" homepage="https://github.com/r1chardj0n3s/parse" distfiles="${PYPI_SITE}/p/parse/parse-${version}.tar.gz" -checksum=9ff82852bcb65d139813e2a5197627a94966245c897796760a3a2a8eb66f020b - -do_check() { - python3 test_parse.py -} +checksum=cc3a47236ff05da377617ddefa867b7ba983819c664e1afe46249e5b469be464 post_install() { sed -n '/Copyright/,/SOFTWARE\./p' parse.py >LICENSE