python3-mypy: update to 0.991.
This commit is contained in:
parent
5973df316b
commit
a439ebfda6
|
@ -1,18 +1,22 @@
|
|||
# Template file for 'python3-mypy'
|
||||
pkgname=python3-mypy
|
||||
version=0.961
|
||||
revision=2
|
||||
version=0.991
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
# fails in ci
|
||||
make_check_args="-k not(testDaemonStatusKillRestartRecheck)"
|
||||
make_check_target="mypy/test"
|
||||
hostmakedepends="python3-setuptools python3-Sphinx"
|
||||
depends="python3-mypy_extensions python3-typed-ast python3-typing_extensions
|
||||
python3-tomli"
|
||||
depends="python3-mypy_extensions python3-typing_extensions"
|
||||
checkdepends="${depends} python3-attrs python3-filelock
|
||||
python3-lxml python3-psutil python3-py python3-pytest-xdist"
|
||||
short_desc="Optional static typing for Python3"
|
||||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/python/mypy"
|
||||
homepage="https://www.mypy-lang.org"
|
||||
changelog="https://mypy-lang.blogspot.com"
|
||||
distfiles="${PYPI_SITE}/m/mypy/mypy-${version}.tar.gz"
|
||||
checksum=f730d56cb924d371c26b8eaddeea3cc07d78ff51c521c6d04899ac6904b75492
|
||||
make_check=no # needs pytest-xdist and many tests fail
|
||||
checksum=3c0165ba8f354a6d9881809ef29f1a9318a236a6d81c690094c5df32107bde06
|
||||
|
||||
post_install() {
|
||||
make -C docs man
|
||||
|
|
Loading…
Reference in New Issue