Package Details: mypy-git 1.10.0.r11.gba6febc-1

Git Clone URL: https://aur.archlinux.org/mypy-git.git (read-only, click to copy)
Package Base: mypy-git
Description: Optional static typing for Python 2 and 3 (PEP484)
Upstream URL: https://github.com/JukkaL/mypy
Keywords: development
Licenses: MIT
Conflicts: mypy
Provides: mypy
Submitter: eigengrau
Maintainer: xiota
Last Packager: xiota
Votes: 12
Popularity: 0.000000
First Submitted: 2015-10-02 07:27 (UTC)
Last Updated: 2024-04-28 04:30 (UTC)

Required by (64)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3

atondwal commented on 2016-04-09 19:43 (UTC) (edited on 2016-04-09 19:43 (UTC) by atondwal)

When I try to run mypy I get: Traceback (most recent call last): File "/usr/sbin/mypy", line 6, in <module> main(__file__) File "/usr/lib/python3.5/site-packages/mypy/main.py", line 48, in main git.verify_git_integrity_or_abort(build.default_data_dir(bin_dir)) File "/usr/lib/python3.5/site-packages/mypy/build.py", line 267, in default_data_dir raise RuntimeError("Broken installation: can't determine base dir") RuntimeError: Broken installation: can't determine base dir

eigengrau commented on 2015-10-23 07:06 (UTC)

Thanks for notifying. I’ve added the new submodule.

pdxleif commented on 2015-10-22 23:01 (UTC)

Think the PKGBUILD could use a: prepare() { cd "$srcdir/$_gitname" git submodule update --init typeshed } Currently it complains and doesn't build.