Files
ports/main/python3-typing_extensions/spkgbuild
2023-09-22 12:49:05 +00:00

15 lines
562 B
Plaintext
Executable File

# description : Backported and Experimental Type Hints for Python 3.5+
# homepage : https://github.com/python/typing/tree/master/typing_extensions
# depends : python3-build python3-flit-core python3-installer
name=python3-typing_extensions
version=4.8.0
release=1
source="$name-$version.tar.gz::https://pypi.org/packages/source/t/typing_extensions/typing_extensions-$version.tar.gz"
build() {
cd typing_extensions-$version
python3 -m build --wheel --skip-dependency-check --no-isolation
python3 -m installer --compile-bytecode 0 --destdir=$PKG dist/*.whl
}