New package: python3-annotated-types-0.6.0

This commit is contained in:
Joel Beckmeyer 2023-08-22 16:14:36 -04:00 committed by classabbyamp
parent be76df9619
commit 036d61002a
1 changed files with 18 additions and 0 deletions

View File

@ -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 <joel@beckmeyer.us>"
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
}