Merge remote-tracking branch 'gitlab/merge-requests/6'
This commit is contained in:
		
						commit
						44fe707906
					
				@ -24,14 +24,25 @@ MYOPTIONS=""
 | 
			
		||||
DEPENDENCIES="
 | 
			
		||||
    build+run:
 | 
			
		||||
        dev-python/typed-ast[>=1.1.0&<1.2.0][python_abis:*(-)?]
 | 
			
		||||
        dev-python/psutil[>=5.4.0&<5.5.0][python_abis:*(-)?]
 | 
			
		||||
        python_abis:3.4? (
 | 
			
		||||
            dev-python/typing[>=3.5.3][python_abis:3.4]
 | 
			
		||||
        )
 | 
			
		||||
    test:
 | 
			
		||||
        dev-python/py[>=1.5.2][python_abis:*(-)?]
 | 
			
		||||
        dev-python/pytest[>=3.0][python_abis:*(-)?]
 | 
			
		||||
        dev-python/pytest-cov[>=2.4.0][python_abis:*(-)?]
 | 
			
		||||
        dev-python/pytest-xdist[>=1.18][python_abis:*(-)?]
 | 
			
		||||
    suggestion:
 | 
			
		||||
        dev-python/psutil[>=5.4.0&<5.5.0][python_abis:*(-)?] [[
 | 
			
		||||
            description = [ Show memory stats in 'dmypy status -v' ] ]]
 | 
			
		||||
"
 | 
			
		||||
 | 
			
		||||
BUGS_TO="hasufell@posteo.de"
 | 
			
		||||
 | 
			
		||||
# Require upstream release with https://github.com/python/mypy/pull/5191 included
 | 
			
		||||
# Require unpackaged: flake8-bugbear, flake8-pyi
 | 
			
		||||
RESTRICT="test"
 | 
			
		||||
 | 
			
		||||
prepare_one_multibuild() {
 | 
			
		||||
    edo sed -i \
 | 
			
		||||
            -e "/target = /s|lib|$(exhost --target)/lib|" \
 | 
			
		||||
@ -40,3 +51,7 @@ prepare_one_multibuild() {
 | 
			
		||||
    setup-py_prepare_one_multibuild
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
test_one_multibuild() {
 | 
			
		||||
    PYTHONPATH="${PWD}" edo ${PYTHON} -B runtests.py -x lint
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user