10 Commits

Author SHA1 Message Date
sthen
f74b6c2d62 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:44:34 +00:00
kmos
c45cd79fc7 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-15 12:04:34 +00:00
danj
cef2924ea1 Remove shadchin@ as maintainer per his request
Other categories will follow shortly
2019-05-13 18:06:42 +00:00
sthen
d7f0752227 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.
2019-04-28 20:51:26 +00:00
landry
c7f996f899 bump ports depending on python3 in devel 2017-01-03 19:19:48 +00:00
shadchin
647a1e97fe Update to py-astroid 1.4.9 2016-12-19 09:17:58 +00:00
shadchin
4b01b3e36d Update to py-astroid 1.4.8 2016-08-04 12:35:11 +00:00
shadchin
150e5500ed Update to py-astroid 1.4.6 2016-06-13 10:59:56 +00:00
shadchin
f3c91ff1c8 Unbreak build py-astroid. I forgot remove post-install before commit.
Noticed sthen@
2016-04-27 18:16:35 +00:00
shadchin
78bab422b5 Import py-astroid 1.4.5, ok danj@
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.
2016-04-27 11:52:27 +00:00