21 lines
573 B
Bash
21 lines
573 B
Bash
# Template file for 'python-typing'
|
|
pkgname=python-typing
|
|
version=3.6.1
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="typing-${version}"
|
|
build_style=python2-module
|
|
pycompile_module="typing.py"
|
|
hostmakedepends="python-devel"
|
|
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=c36dec260238e7464213dcd50d4b5ef63a507972f5780652e835d0228d0edace
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|