# Template file for 'python3-parse' pkgname=python3-parse version=1.20.0 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=bd28bae37714b45d5894d77160a16e2be36b64a3b618c81168b3684676aa498b post_install() { sed -n '/Copyright/,/SOFTWARE\./p' parse.py >LICENSE vlicense LICENSE }