From ab19b51c47a8a09e58a06a18ef8ce25234dea814 Mon Sep 17 00:00:00 2001 From: Alexander Kapshuna Date: Sun, 4 Aug 2019 02:33:07 +0300 Subject: [PATCH] typing_extensions: add 3.7.4 --- .../typing_extensions-3.7.4.exheres-0 | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 packages/dev-python/typing_extensions/typing_extensions-3.7.4.exheres-0 diff --git a/packages/dev-python/typing_extensions/typing_extensions-3.7.4.exheres-0 b/packages/dev-python/typing_extensions/typing_extensions-3.7.4.exheres-0 new file mode 100644 index 00000000..9c9ffcde --- /dev/null +++ b/packages/dev-python/typing_extensions/typing_extensions-3.7.4.exheres-0 @@ -0,0 +1,20 @@ +# Copyright 2019 Alexander Kapshuna +# Distributed under the terms of the GNU General Public License v2 + +require pypi setup-py [ import=setuptools ] + +SUMMARY="Backported and Experimental Type Hints for Python 3.5+" + +LICENCES="PSF" +SLOT="0" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" + +DEPENDENCIES=" +" + +test_one_multibuild() { + local major=$(ever major $(python_get_abi)) + edo ${PYTHON} -B src_py${major}/test_typing_extensions.py +} +