forked from hasufell/hasufell-repository
mypy: use dev-python/typing-extensions::python
This commit is contained in:
parent
47dfd9d03b
commit
23a73f4ab8
@ -25,7 +25,7 @@ DEPENDENCIES="
|
|||||||
build+run:
|
build+run:
|
||||||
dev-python/typed-ast[>=1.4.0&<1.5.0][python_abis:*(-)?]
|
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/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:
|
test:
|
||||||
dev-python/attrs[>=18.0][python_abis:*(-)?]
|
dev-python/attrs[>=18.0][python_abis:*(-)?]
|
||||||
dev-python/flake8[>=3.7][python_abis:*(-)?]
|
dev-python/flake8[>=3.7][python_abis:*(-)?]
|
||||||
|
@ -1,20 +0,0 @@
|
|||||||
# Copyright 2019 Alexander Kapshuna <kapsh@kap.sh>
|
|
||||||
# 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
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user