mypy #18

Manually merged
hasufell merged 5 commits from kapsh/hasufell-repository:mypy into master 2019-08-04 15:38:14 +00:00
Showing only changes of commit ab19b51c47 - Show all commits

View File

@ -0,0 +1,20 @@
# 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
}