New package: python3-typeguard-2.13.0

This commit is contained in:
Jan Christian Grünhage 2021-07-16 12:37:00 +02:00 committed by Piotr
parent 0172021766
commit c1394899c7
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Template file for 'python3-typeguard'
pkgname=python3-typeguard
version=2.13.0
revision=1
wrksrc="${pkgname/python3-/}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
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=04e38f92eb59410c9375d3be23df65e0a7643f2e8bcbd421423d808d2f9e99df
post_install() {
vlicense LICENSE
}