* update python-typing_extensions to 4.12.2-1

This commit is contained in:
Alexander Baldeck 2024-07-20 11:48:11 +02:00
parent 8c1ae84150
commit 5a01d78db6

View File

@ -5,17 +5,22 @@
pkgname=python-typing_extensions
_name=${pkgname#python-}
pkgver=4.12.0
pkgver=4.12.2
pkgrel=1
pkgdesc='Backported and Experimental Type Hints for Python 3.8+'
arch=(any)
url=https://github.com/python/typing_extensions
license=(Python-2.0.1)
depends=(python)
makedepends=(git python-build python-flit-core python-installer)
makedepends=(
git
python-build
python-flit-core
python-installer
)
checkdepends=(python-tests)
source=("git+${url}.git#tag=${pkgver}")
b2sums=('13be98b2492a73dc54f147024efe7de91a0f10d0957b0506090b2e57b42854c7c63fa377b038e790938d019d16a55aa2008782e9130b2c975a04d5c53eb3f720')
b2sums=('30c551e10925ab05ace7a8b7465e34a07d8a698abc7d00e1e3fbc2ba968afc6873ca90aa4a981f78fd584db1cacf4d19a689e4140a661b64cff46eb16cedf7cc')
build() {
cd "${_name}"