python3-typing_extensions: update to 4.4.0.

This commit is contained in:
mhmdanas 2023-02-14 21:57:50 +00:00 committed by classabbyamp
parent f50f428fbe
commit c773598f68
1 changed files with 8 additions and 4 deletions

View File

@ -1,13 +1,17 @@
# Template file for 'python3-typing_extensions' # Template file for 'python3-typing_extensions'
pkgname=python3-typing_extensions pkgname=python3-typing_extensions
version=4.2.0 version=4.4.0
revision=2 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-flit_core" hostmakedepends="python3-flit_core"
depends="python3" depends="python3"
short_desc="Backported and Experimental Type Hints for Python 3.5+" short_desc="Backported and Experimental Type Hints for Python 3.5+"
maintainer="Denis Revin <denis.revin@gmail.com>" maintainer="Denis Revin <denis.revin@gmail.com>"
license="Python-2.0" 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" 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