python3-mypy: update to 0.950.
This commit is contained in:
parent
3dac6dc8ef
commit
c8aefd56aa
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-mypy'
|
# Template file for 'python3-mypy'
|
||||||
pkgname=python3-mypy
|
pkgname=python3-mypy
|
||||||
version=0.942
|
version=0.950
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="mypy-${version}"
|
wrksrc="mypy-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/python/mypy"
|
homepage="https://github.com/python/mypy"
|
||||||
distfiles="${PYPI_SITE}/m/mypy/mypy-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/m/mypy/mypy-${version}.tar.gz"
|
||||||
checksum=17e44649fec92e9f82102b48a3bf7b4a5510ad0cd22fa21a104826b5db4903e2
|
checksum=1b333cfbca1762ff15808a0ef4f71b5d3eed8528b23ea1c3fb50543c867d68de
|
||||||
make_check=no # needs pytest-xdist and many tests fail
|
make_check=no # needs pytest-xdist and many tests fail
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in a new issue