Search Criteria
Package Details: pytype 2023.01.31-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pytype.git (read-only, click to copy) |
---|---|
Package Base: | pytype |
Description: | A static type analyzer for Python code |
Upstream URL: | https://google.github.io/pytype/ |
Licenses: | MIT, Apache |
Submitter: | zhangkaizhao |
Maintainer: | grawlinson |
Last Packager: | grawlinson |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-10-02 17:05 (UTC) |
Last Updated: | 2023-02-07 04:05 (UTC) |
Dependencies (18)
- ninja (ninja-git, ninja-samurai, ninja-kitware, ninja-mem, python-ninja)
- python (nogil-python, python36, python32, python38, python37, python310, python312, python39)
- python-attrs
- python-importlab
- python-jinja
- python-libcst
- python-networkx (python-networkx-git)
- python-pydot
- python-tabulate (python-tabulate-git)
- python-toml
- python-typed-ast
- python-typing_extensions
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- pybind11 (pybind11-git) (make)
- python-build (make)
- python-installer (python-installer-git) (make)
- python-setuptools (make)
- python-wheel (make)
Required by (2)
- neovim-coc-pyright-git (optional)
- vim-coc-pyright-git (optional)
Latest Comments
zhangkaizhao commented on 2018-10-12 04:45 (UTC) (edited on 2018-10-12 05:02 (UTC) by zhangkaizhao)
@lilydjwg it works now.
Yes... I have to install the
python36
package from AUR to make pytype work as normal by default for now.zhangkaizhao commented on 2018-10-12 03:48 (UTC)
@lilydjwg working on it.
ImportGraph.provenance
is new in importlab 0.2 but no official release in GitHub repository.See https://github.com/google/importlab/blob/master/CHANGELOG
I have updated
python-importlab
package to version 0.3.1 which came from PyPI https://pypi.org/project/importlab/And the latest version of pytype in PyPI https://pypi.org/project/pytype/ is 2018.9.26 at the moment. But still keeps at 2018.9.19 in GitHub repository. The release process of
python-importlab
andpytype
seems to be broken.lilydjwg commented on 2018-10-11 09:35 (UTC)
CMake Error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
PyType requires 'bison'. The minimum required 'bison' version is 3.0.2.
After installing I get:
AttributeError: 'ImportGraph' object has no attribute 'provenance'
Also, pytype and importlab defaults to Python 3.6 :-(