2021-06-14 19:51:54 +00:00
|
|
|
# Description: Backported and Experimental Type Hints for Python 3.5+
|
2023-09-15 18:31:52 +02:00
|
|
|
# URL: https://github.com/python/typing_extensions
|
2021-06-14 19:51:54 +00:00
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
2023-04-02 17:34:15 +02:00
|
|
|
# Depends on: python3-build python3-flit-core python3-installer
|
2021-06-14 19:51:54 +00:00
|
|
|
|
|
|
|
name=python3-typing_extensions
|
2023-12-10 12:05:35 +01:00
|
|
|
version=4.9.0
|
2021-06-14 19:51:54 +00:00
|
|
|
release=1
|
2022-07-02 11:28:26 +02:00
|
|
|
source=(https://pypi.org/packages/source/t/typing_extensions/typing_extensions-$version.tar.gz)
|
2021-06-14 19:51:54 +00:00
|
|
|
|
|
|
|
build() {
|
2022-07-02 11:28:26 +02:00
|
|
|
cd typing_extensions-$version
|
2021-11-15 18:20:54 +01:00
|
|
|
|
2023-04-02 17:34:15 +02:00
|
|
|
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
|
|
|
|
/usr/bin/python3 -m installer --compile-bytecode 0 --destdir=$PKG dist/*.whl
|
2021-06-14 19:51:54 +00:00
|
|
|
}
|