From 562614840ee057ba831ed154e535cec64241fd0a Mon Sep 17 00:00:00 2001 From: Johannes Heimansberg Date: Fri, 22 Oct 2021 14:01:47 +0200 Subject: [PATCH] New package: python3-typeguard-2.13.0 --- srcpkgs/python3-typeguard/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-typeguard/template diff --git a/srcpkgs/python3-typeguard/template b/srcpkgs/python3-typeguard/template new file mode 100644 index 000000000000..31e00ac427e0 --- /dev/null +++ b/srcpkgs/python3-typeguard/template @@ -0,0 +1,19 @@ +# Template file for 'python3-typeguard' +pkgname=python3-typeguard +version=2.13.0 +revision=2 +wrksrc="typeguard-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="" +checkdepends="python3-wheel $depends" +short_desc="Run-time type checker for Python" +maintainer="Johannes Heimansberg " +license="MIT" +homepage="https://github.com/agronholm/typeguard" +distfiles="${PYPI_SITE}/t/typeguard/typeguard-${version}.tar.gz" +checksum=04e38f92eb59410c9375d3be23df65e0a7643f2e8bcbd421423d808d2f9e99df + +post_install() { + vlicense LICENSE +}