From 3c87953fca3815c0fd37fdc58266e978808f15d4 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 15 Jul 2018 10:34:29 -0300 Subject: [PATCH] New package: python3-mypy-0.620. --- srcpkgs/python3-mypy/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-mypy/template diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template new file mode 100644 index 00000000000..72d6bcd340c --- /dev/null +++ b/srcpkgs/python3-mypy/template @@ -0,0 +1,19 @@ +# Template file for 'python3-mypy' +pkgname=python3-mypy +version=0.620 +revision=1 +noarch=yes +wrksrc="mypy-${version}" +pycompile_module="mypy" +build_style=python3-module +hostmakedepends="python3-setuptools" +short_desc="Optional static typing for Python3" +maintainer="maxice8 " +license="MIT" +homepage="https://github.com/python/mypy" +distfiles="https://github.com/python/mypy/archive/v${version}.tar.gz" +checksum=081d734c7933118679e96a7d593a52176f1ebc5eec996660db293b36ed2edc55 + +post_install() { + vlicense LICENSE +}