void-packages/srcpkgs/python-typing/template
2017-08-15 11:32:11 +02:00

21 lines
578 B
Bash

# Template file for 'python-typing'
pkgname=python-typing
version=3.6.2
revision=1
noarch=yes
wrksrc="typing-${version}"
build_style=python2-module
pycompile_module="typing.py"
hostmakedepends="python-setuptools"
depends="python"
short_desc="Backport of the typing module from Python 3.5+"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://docs.python.org/3/library/typing.html"
license="PSF"
distfiles="${PYPI_SITE}/t/typing/typing-${version}.tar.gz"
checksum=d514bd84b284dd3e844f0305ac07511f097e325171f6cc4a20878d11ad771849
post_install() {
vlicense LICENSE
}