# Template file for 'python3-rich-argparse'
pkgname=python3-rich-argparse
version=1.8.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-rich"
checkdepends="python3-pytest python3-rich"
short_desc="Rich formatters for argparse and optparse"
maintainer="Nafis <mnabid.25@outlook.com>"
license="MIT"
homepage="https://github.com/hamdanal/rich-argparse"
changelog="https://raw.githubusercontent.com/hamdanal/rich-argparse/main/CHANGELOG.md"
distfiles="${PYPI_SITE}/r/rich-argparse/rich_argparse-${version}.tar.gz"
checksum=679df3d832fa94ad6e4bdb07ded088cd7ea2dddc58ae9b2b46346a40b06cbc0c

post_install() {
	vlicense LICENSE
}
