From 23a73f4ab834c5a35433d77cdbee98d60aad6429 Mon Sep 17 00:00:00 2001 From: Mykola Orliuk Date: Fri, 13 Dec 2019 09:49:08 +0100 Subject: [PATCH] mypy: use dev-python/typing-extensions::python --- packages/dev-python/mypy/mypy-0.720.exheres-0 | 2 +- .../typing_extensions-3.7.4.exheres-0 | 20 ------------------- 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 packages/dev-python/typing_extensions/typing_extensions-3.7.4.exheres-0 diff --git a/packages/dev-python/mypy/mypy-0.720.exheres-0 b/packages/dev-python/mypy/mypy-0.720.exheres-0 index c86991c5..51b2bcae 100644 --- a/packages/dev-python/mypy/mypy-0.720.exheres-0 +++ b/packages/dev-python/mypy/mypy-0.720.exheres-0 @@ -25,7 +25,7 @@ DEPENDENCIES=" build+run: dev-python/typed-ast[>=1.4.0&<1.5.0][python_abis:*(-)?] dev-python/mypy_extensions[>=0.4.0&<0.5.0][python_abis:*(-)?] - dev-python/typing_extensions[>=3.7.4][python_abis:*(-)?] + dev-python/typing-extensions[>=3.7.4][python_abis:*(-)?] test: dev-python/attrs[>=18.0][python_abis:*(-)?] dev-python/flake8[>=3.7][python_abis:*(-)?] 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 deleted file mode 100644 index 9c9ffcde..00000000 --- a/packages/dev-python/typing_extensions/typing_extensions-3.7.4.exheres-0 +++ /dev/null @@ -1,20 +0,0 @@ -# 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 -} -