Port details |
- py-astroid2 Abstract syntax tree for Python with inference support
- 2.15.8 devel =2 2.15.8Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2024-02-21 15:18:28
- Last Update: 2024-02-21 15:06:03
- Commit Hash: 2c0164a
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: LGPL21+
- WWW:
- https://pylint.readthedocs.io/projects/astroid/en/latest/
- https://github.com/pylint-dev/astroid
- Description:
- The aim of this module is to provide a common base representation of python
source code for projects such as pychecker, pyreverse, pylint... Well, actually
the development of this library is essentially governed by pylint's needs. It
used to be called logilab-astng.
It provides a compatible representation which comes from the _ast module. It
rebuilds the tree generated by the builtin _ast module by recursively walking
down the AST and building an extended ast. The new node classes have additional
methods and attributes for different usages. They include some support for
static inference and local name scopes. Furthermore, astroid builds partial
trees by inspecting living objects.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}astroid2>0:devel/py-astroid2@${PY_FLAVOR}
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/devel/py-astroid2/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-astroid2
- pkg install py39-astroid2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-astroid2 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-astroid2
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1696001338
SHA256 (astroid-2.15.8.tar.gz) = 6c107453dffee9055899705de3c9ead36e74119cee151e5a9aaf7f0b0e020a6a
SIZE (astroid-2.15.8.tar.gz) = 344362
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=62.6 : devel/py-setuptools@py39
- py39-wheel>=0.37.1 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- py39-pytest>=7,1 : devel/py-pytest@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-lazy-object-proxy>=1.4.0 : devel/py-lazy-object-proxy@py39
- py39-wrapt>=1.14<2 : devel/py-wrapt@py39
- python3.9 : lang/python39
- py39-typing-extensions>=4.0.0 : devel/py-typing-extensions@py39
- This port is required by:
- for Run
-
- textproc/py-sphinx-autoapi
Configuration Options:
- No options to configure
- Options name:
- devel_py-astroid2
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|