22 lines
726 B
Bash
22 lines
726 B
Bash
# Template file for 'python3-typeguard'
|
|
pkgname=python3-typeguard
|
|
version=2.13.3
|
|
revision=1
|
|
wrksrc="${pkgname/python3-/}-${version}"
|
|
build_style=python3-module
|
|
# mypy checks seem to require that the module be installed
|
|
make_check_args="--ignore=tests/mypy"
|
|
hostmakedepends="python3-setuptools_scm"
|
|
depends="python3"
|
|
checkdepends="python3-pytest python3-typing_extensions"
|
|
short_desc="Run-time type checker for python"
|
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
|
license="MIT"
|
|
homepage="https://github.com/agronholm/typeguard"
|
|
distfiles="${PYPI_SITE}/t/typeguard/typeguard-${version}.tar.gz"
|
|
checksum=00edaa8da3a133674796cf5ea87d9f4b4c367d77476e185e80251cc13dfbb8c4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|