Version: 2.5.2, Package name: py-astroid-2.5.2 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
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. |
Filesize: 305.458 KB |
Version History (View Complete History) |
|
2021-11-01 18:00:27 by Stuart Henderson | Files touched by this commit (99) |
Log message: bump REVISION for switch from Python 3.8 -> 3.9 |
2021-04-05 08:20:07 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to py-astroid-2.5.2 and add a comment warning about pylint compatibility when updating, similar to diff from rgcinjp@ disroot org |
2021-03-03 19:56:30 by Kurt Mosiejczuk | Files touched by this commit (3) |
Log message: Update devel/py-astroid 2.4.0 -> 2.5.1 From Wen Heping With tweaks from me to drop custom do-test target OK sthen@ |
2020-12-30 13:35:39 by Daniel Dickman | Files touched by this commit (3) |
Log message: update py-astrod to 2.4.2 while the code compiles under python3, an update to a newer version was needed for the code to actually work with python 3.8. Another update needed to repair pylint. |
2020-08-19 06:25:13 by Antoine Jacoutot | Files touched by this commit (28) |
Log message: Change the "FLAVOR ?= python3" contruct to "FLAVOR = python3" since these are python3 only ports. "Yes please, it's not really optional so I think = is better." sthen@ |
2020-07-14 03:19:32 by Klemens Nanni | Files touched by this commit (7) |
Log message: Move py-astroid and pylint to py3 only py2 pylint is the only consumer of py2 py-astroid and nothing depends on py2 pylint. OK bket |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2019-07-12 14:45:17 by Stuart Henderson | Files touched by this commit (859) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-15 06:04:43 by Kurt Mosiejczuk | Files touched by this commit (167) |
Log message: Add RUN_DEPENDS to TEST_DEPENDS automatically for ports using the lang/python port module. I've not yet come up with a port that would not need this and one can always set MODPY_TESTDEP to "no" to prevent the module from touching TEST_DEPENDS. Idea from afresh1 who pointed out the cpan module already does this. aja "I support this move." OK sthen@ |
2019-05-13 12:06:44 by Daniel Jakots | Files touched by this commit (48) |
Log message: Remove shadchin@ as maintainer per his request Other categories will follow shortly |
2019-04-28 14:52:03 by Stuart Henderson | Files touched by this commit (715) |
Log message: bump all the py3 things, _SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk. |
2017-01-03 12:19:49 by Landry Breuil | Files touched by this commit (107) |
Log message: bump ports depending on python3 in devel |
2016-12-19 02:17:58 by Alexandr Shadchin | Files touched by this commit (2) |
Log message: Update to py-astroid 1.4.9 |
2016-08-04 06:35:11 by Alexandr Shadchin | Files touched by this commit (2) |
Log message: Update to py-astroid 1.4.8 |
2016-06-13 04:59:57 by Alexandr Shadchin | Files touched by this commit (3) |
Log message: Update to py-astroid 1.4.6 |
2016-04-27 12:16:35 by Alexandr Shadchin | Files touched by this commit (1) |
Log message: Unbreak build py-astroid. I forgot remove post-install before commit. Noticed sthen@ |