19 lines
587 B
Bash
19 lines
587 B
Bash
# 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
|
|
}
|