mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-typing_extensions: update to 4.8.0, adopt.
This commit is contained in:
parent
4cd4eaf31e
commit
e87e6e159f
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'python3-typing_extensions'
|
# Template file for 'python3-typing_extensions'
|
||||||
pkgname=python3-typing_extensions
|
pkgname=python3-typing_extensions
|
||||||
version=4.7.1
|
version=4.8.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="Orphaned <orphan@voidlinux.org>"
|
maintainer="triallax <triallax@tutanota.com>"
|
||||||
license="Python-2.0"
|
license="Python-2.0"
|
||||||
homepage="https://github.com/python/typing_extensions"
|
homepage="https://github.com/python/typing_extensions"
|
||||||
changelog="https://github.com/python/typing_extensions/raw/main/CHANGELOG.md"
|
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=b75ddc264f0ba5615db7ba217daeb99701ad295353c45f9e95963337ceeeffb2
|
checksum=df8e4339e9cb77357558cbdbceca33c303714cf861d1eef15e1070055ae8b7ef
|
||||||
# Depends on the `test` module, which is intentionally not included in the
|
# Depends on the `test` module, which is intentionally not included in the
|
||||||
# `python3` package.
|
# `python3` package.
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
Loading…
Add table
Reference in a new issue