Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3-mypy: update to 0.920. #34578

Merged
merged 1 commit into from
Dec 18, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 6 additions & 5 deletions srcpkgs/python3-mypy/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# Template file for 'python3-mypy'
pkgname=python3-mypy
version=0.910
revision=2
version=0.920
revision=1
wrksrc="mypy-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools python3-Sphinx"
depends="python3-mypy_extensions python3-typed-ast python3-typing_extensions python3-toml"
depends="python3-mypy_extensions python3-typed-ast python3-typing_extensions
python3-tomli"
short_desc="Optional static typing for Python3"
maintainer="Michal Vasilek <michal@vasilek.cz>"
license="MIT"
homepage="https://github.com/python/mypy"
distfiles="${PYPI_SITE}/m/mypy/mypy-${version}.tar.gz"
checksum=704098302473cb31a218f1775a873b376b30b4c18229421e9e9dc8916fd16150
make_check=no # downloads packages with pip
checksum=a55438627f5f546192f13255a994d6d1cf2659df48adcf966132b4379fd9c86b
make_check=no # needs pytest-xdist and many tests fail

post_install() {
make -C docs man
Expand Down