diff --git a/srcpkgs/python3-annotated-types/template b/srcpkgs/python3-annotated-types/template new file mode 100644 index 00000000000..ca3900a9904 --- /dev/null +++ b/srcpkgs/python3-annotated-types/template @@ -0,0 +1,18 @@ +# Template file for 'python3-annotated-types' +pkgname=python3-annotated-types +version=0.6.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="hatchling" +depends="python3" +checkdepends="python3-pytest" +short_desc="Reusable constraint types to use with typing.Annotated" +maintainer="Joel Beckmeyer " +license="MIT" +homepage="https://github.com/annotated-types/annotated-types" +distfiles="${PYPI_SITE}/a/annotated_types/annotated_types-${version}.tar.gz" +checksum=563339e807e53ffd9c267e99fc6d9ea23eb8443c08f112651963e24e22f84a5d + +post_install() { + vlicense LICENSE +}