2024-12-14 07:41:10 -05:00

18 lines
721 B
Bash

# Template file for 'python3-typing_extensions'
pkgname=python3-typing_extensions
version=4.12.2
revision=1
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3"
short_desc="Backported and Experimental Type Hints for Python 3.5+"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Python-2.0"
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=1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8
# Depends on the `test` module, which is intentionally not included in the
# `python3` package.
make_check=no