astroid 1.5.3-0ubuntu3 source package in Ubuntu

Changelog

astroid (1.5.3-0ubuntu3) artful; urgency=medium

  * d/control
    - Manually add python-backports.functools-lru-cache to Build-Depends and
      Depends of the Python 2 package as they are missed by dh-python thanks
      to bug #834133.

 -- Daniel Watkins <email address hidden>  Thu, 03 Aug 2017 12:31:08 -0400

Upload details

Uploaded by:
Dan Watkins
Sponsored by:
Dimitri John Ledkov
Uploaded to:
Artful
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
astroid_1.5.3.orig.tar.gz 235.0 KiB 492c2a2044adbf6a84a671b7522e9295ad2f6a7c781b899014308db25312dd35
astroid_1.5.3-0ubuntu3.debian.tar.xz 3.9 KiB d0ade2432d33c41f7e9c41b70389ed41ebbcddce183e9adf44dc9a72592da6ea
astroid_1.5.3-0ubuntu3.dsc 2.0 KiB fddb7a4592a859da4e2e7d087d58881e27bea7d3308d9f19b617f823f440a8c9

View changes file

Binary packages built by this source

python-astroid: rebuild a new abstract syntax tree from Python's AST

 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.
 .
 Main modules are:
 .
   * `bases`, `node_classses` and `scoped_nodes` contain the classes for the
     different type of nodes of the tree.
 .
   * the `manager` contains a high level object to get astroid trees from
     source files and living objects. It maintains a cache of previously
     constructed tree for quick access.
 .
 python-astroid is the new name of former python-logilab-astng library.

python3-astroid: No summary available for python3-astroid in ubuntu artful.

No description available for python3-astroid in ubuntu artful.