mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-mypy: update to 0.930.
This commit is contained in:
parent
3a327eb1b4
commit
dab19f1397
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.920
|
version=0.930
|
||||||
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=a55438627f5f546192f13255a994d6d1cf2659df48adcf966132b4379fd9c86b
|
checksum=51426262ae4714cc7dd5439814676e0992b55bcc0f6514eccb4cf8e0678962c2
|
||||||
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…
Add table
Reference in a new issue