python3-typeguard: update to 4.2.1.
This commit is contained in:
parent
9c1de1d951
commit
f8fae31ec5
@ -1,19 +1,20 @@
|
||||
# Template file for 'python3-typeguard'
|
||||
pkgname=python3-typeguard
|
||||
version=2.13.3
|
||||
revision=3
|
||||
build_style=python3-module
|
||||
version=4.2.1
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
# 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"
|
||||
hostmakedepends="python3-setuptools_scm python3-wheel"
|
||||
depends="python3-typing_extensions"
|
||||
checkdepends="${depends} python3-pytest"
|
||||
short_desc="Run-time type checker for python"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/agronholm/typeguard"
|
||||
changelog="https://github.com/agronholm/typeguard/releases"
|
||||
distfiles="${PYPI_SITE}/t/typeguard/typeguard-${version}.tar.gz"
|
||||
checksum=00edaa8da3a133674796cf5ea87d9f4b4c367d77476e185e80251cc13dfbb8c4
|
||||
checksum=c556a1b95948230510070ca53fa0341fb0964611bd05d598d87fb52115d65fee
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
Loading…
x
Reference in New Issue
Block a user