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 Next › Last »

eigengrau commented on 2019-04-27 14:12 (UTC)

@alex.shpilkin Thank you for the pointer. As for the version tag: it’s not picked up because newer release tags were only assigned to release commits not merged into the master branch. It also seems that it’s still a bit awkward running both mypy and mypy-extensions from their respective master branches, since mypy pins its mypy-extensions requirement to a distribution version not supplied by mypy-extensions when built from git (one would need to patch mypy’s setup.py).

Since mypy is part of the community repo now I’m orphaning the package. In case anyone needs the dev build feel free to take over.

alex.shpilkin commented on 2019-04-27 10:53 (UTC)

This does not build in a clean chroot (e.g. using aurutils), complaining about missing 'setuptools' (missing python-setuptools dependency?). The version is also not picked up correctly from the source code for some reason: my mypy-git build from post-0.700 sources still claims to be 0.520.r1256.

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.