python3-typing_extensions: update to 4.4.0.
This commit is contained in:
parent
f50f428fbe
commit
c773598f68
|
@ -1,13 +1,17 @@
|
|||
# Template file for 'python3-typing_extensions'
|
||||
pkgname=python3-typing_extensions
|
||||
version=4.2.0
|
||||
revision=2
|
||||
version=4.4.0
|
||||
revision=1
|
||||
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"
|
||||
homepage="https://github.com/python/typing_extensions"
|
||||
changelog="https://github.com/python/typing_extensions/raw/main/CHANGELOG.md"
|
||||
distfiles="${PYPI_SITE}/t/typing_extensions/typing_extensions-${version}.tar.gz"
|
||||
checksum=f1c24655a0da0d1b67f07e17a5e6b2a105894e6824b92096378bb3668ef02376
|
||||
checksum=1511434bb92bf8dd198c12b1cc812e800d4181cfcb867674e0f8279cc93087aa
|
||||
# Depends on the `test` module, which is intentionally not included in the
|
||||
# `python3` package.
|
||||
make_check=no
|
||||
|
|
Loading…
Reference in New Issue