python3-typing_extensions: update to 4.2.0.
This commit is contained in:
parent
69f1d05f69
commit
89f66cb458
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'python3-typing_extensions'
|
||||
pkgname=python3-typing_extensions
|
||||
version=3.10.0.2
|
||||
version=4.2.0
|
||||
revision=1
|
||||
wrksrc="${pkgname#python3-}-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-flit_core"
|
||||
depends="python3"
|
||||
short_desc="Backported and Experimental Type Hints for Python 3.5+"
|
||||
maintainer="Denis Revin <denis.revin@gmail.com>"
|
||||
license="Python-2.0"
|
||||
homepage="https://github.com/python/typing"
|
||||
distfiles="${PYPI_SITE}/t/typing_extensions/typing_extensions-${version}.tar.gz"
|
||||
checksum=49f75d16ff11f1cd258e1b988ccff82a3ca5570217d7ad8c5f48205dd99a677e
|
||||
checksum=f1c24655a0da0d1b67f07e17a5e6b2a105894e6824b92096378bb3668ef02376
|
||||
|
|
Loading…
Reference in a new issue