Package Details: mypy-git 1.9.0.r40.ga00fcba-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-03-13 20:20 (UTC)

Required by (63)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

eigengrau commented on 2018-09-09 14:59 (UTC)

Thanks for the heads-up. It would be convenient to make this a split package and build «mypy-extensions-git» as well. However, the extensions tree currently does not support this. I’ve inquired with upstream whether this would be something they can remedy.

Ppjet6 commented on 2018-09-09 13:01 (UTC)

mypy_extensions<0.5.0,>=0.4.0 seems to be required by mypy. There is aur/python-mypy_extensions available, to which I just submitted a patch to update to 0.4.1 (currently 0.3.0).

hexchain commented on 2017-02-16 02:28 (UTC)

Yes, it is optional. I've fixed my mypy package. And their latest release needs typed-ast 0.6.x while their master branch supports 1.0.0. So I'll update the python-typed-ast-0.6.x package to not provide python-typed-ast. Thanks!

eigengrau commented on 2017-02-15 07:54 (UTC)

Hello hexchain, As far I can see, typed-ast is still optional as of v0.470.r74, which is why it is still included as an optdepend (cf. «--no-fast-parser»). But please do let me know when they make it a hard dependency. Kind regards,

hexchain commented on 2017-02-15 06:52 (UTC)

Please use the python-typed-ast-0.6.x package as required by upstream.

eigengrau commented on 2016-10-14 06:47 (UTC)

Hello iscasdri, The «python-» package prefix is meant to be used for Python libraries. «mypy» is a static typechecker application. All the best,

icasdri commented on 2016-10-13 22:25 (UTC) (edited on 2016-10-13 22:26 (UTC) by icasdri)

Shouldn't this package be named python-mypy-lang-git or python-mypy-git in accordance with AUR guidelines https://wiki.archlinux.org/index.php/Python_package_guidelines.

eigengrau commented on 2016-04-09 20:10 (UTC) (edited on 2016-04-09 20:11 (UTC) by eigengrau)

atondwal, unfortunately I cannot reproduce this. From your error message, it appears your mypy binary has been installed to /usr/sbin, which isn’t really explicable to me. Looking at the code, this might be what’s causing the error you get. Can you describe exactly how you built the package? There shouldn’t be anything that installs to /usr/sbin.

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.