typing-extensions
Some checks failed
/ lint (pull_request) Failing after 26s
/ deploy-x86_64 (pull_request) Has been skipped
/ build-x86_64 (pull_request) Failing after 53s
/ deploy-aarch64 (pull_request) Has been skipped
/ build-aarch64 (pull_request) Failing after 1m48s

This commit is contained in:
Antoine Martin 2024-12-27 23:54:56 -05:00
parent 3c24fef1a1
commit 50b29b7259
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -10,7 +10,7 @@ license="Python-2.0"
depends="python3"
makedepends="py3-build py3-flit-core py3-installer py3-wheel"
checkdepends="py3-tox python3-tests"
source="https://github.com/python/typing/archive/$pkgver/typing-$pkgver.tar.gz"
source="https://github.com/python/typing_extensions/archive/$pkgver/typing_extensions-$pkgver.tar.gz"
builddir="$srcdir/typing-$pkgver/typing_extensions"
build() {
@ -26,3 +26,6 @@ package() {
dist/typing_extensions-$pkgver-py3-none-any.whl
}
sha512sums="
29369da83cdca57aba7d8c2089c77ad265eeb614fd34056f678e6dc9374558d1059ff2c514326115734fadbcad27ec98e1e5fcec087022a9d838cc2bfd1fe825 typing_extensions-4.5.0.tar.gz
"