# Template file for 'python3-annotated_doc'
pkgname=python3-annotated_doc
version=0.0.4
revision=1
build_style=python3-pep517
hostmakedepends="python3-pdm-backend"
short_desc="Document parameters, class attributes, return types, variables inline"
maintainer="Jason Elswick <jason@jasondavid.us>"
license="MIT"
homepage="https://github.com/fastapi/annotated-doc"
distfiles="https://github.com/fastapi/annotated-doc/archive/refs/tags/${version}.tar.gz"
checksum=f23767d1df005c26f25a1fc203d89b5d46b75a120227c97dd1094d1e16733336
make_check=no # unpackaged dependency python3-smokeshow

post_install() {
	vlicense LICENSE
}
