From 5987bdd5a6cfb349aed56a7e28e8827f2904cb68 Mon Sep 17 00:00:00 2001 From: Alexander Kapshuna Date: Sun, 4 Aug 2019 02:20:33 +0300 Subject: [PATCH] mypy: version bump to 0.720 --- ...y-0.670.exheres-0 => mypy-0.720.exheres-0} | 26 +++++++------------ 1 file changed, 10 insertions(+), 16 deletions(-) rename packages/dev-python/mypy/{mypy-0.670.exheres-0 => mypy-0.720.exheres-0} (68%) diff --git a/packages/dev-python/mypy/mypy-0.670.exheres-0 b/packages/dev-python/mypy/mypy-0.720.exheres-0 similarity index 68% rename from packages/dev-python/mypy/mypy-0.670.exheres-0 rename to packages/dev-python/mypy/mypy-0.720.exheres-0 index 8af79d2..c86991c 100644 --- a/packages/dev-python/mypy/mypy-0.670.exheres-0 +++ b/packages/dev-python/mypy/mypy-0.720.exheres-0 @@ -23,35 +23,29 @@ MYOPTIONS="" DEPENDENCIES=" build+run: - dev-python/typed-ast[>=1.3.1&<1.4.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:*(-)?] - python_abis:3.4? ( - dev-python/typing[>=3.5.3][python_abis:3.4] - ) + dev-python/typing_extensions[>=3.7.4][python_abis:*(-)?] test: + dev-python/attrs[>=18.0][python_abis:*(-)?] + dev-python/flake8[>=3.7][python_abis:*(-)?] + dev-python/lxml[>=4.2.4][python_abis:*(-)?] + dev-python/psutil[>=4.0][python_abis:*(-)?] dev-python/py[>=1.5.2][python_abis:*(-)?] - dev-python/pytest[>=3.0][python_abis:*(-)?] + dev-python/pytest[>=4.4][python_abis:*(-)?] dev-python/pytest-cov[>=2.4.0][python_abis:*(-)?] - dev-python/pytest-xdist[>=1.18][python_abis:*(-)?] + dev-python/pytest-xdist[>=1.22][python_abis:*(-)?] dev-python/virtualenv[python_abis:*(-)?] suggestion: - dev-python/psutil[>=5.4.0&<5.5.0][python_abis:*(-)?] [[ + dev-python/psutil[>=4.0][python_abis:*(-)?] [[ description = [ Show memory stats in 'dmypy status -v' ] ]] " BUGS_TO="hasufell@posteo.de" -# Require unpackaged: flake8-bugbear, flake8-pyi +# Require unpackaged: flake8-bugbear, flake8-pyi, pytest 4.4+ RESTRICT="test" -prepare_one_multibuild() { - edo sed -i \ - -e "/target = /s|lib|$(exhost --target)/lib|" \ - setup.py - - setup-py_prepare_one_multibuild -} - test_one_multibuild() { PYTHONPATH="${PWD}" edo ${PYTHON} -B runtests.py -x lint }