python-beniget 0.4.1-3 source package in Ubuntu

Changelog

python-beniget (0.4.1-3) unstable; urgency=medium

  * Team upload.
  * d/rules: force the testsuite to run via something else than the deprecated
    "python3 setup.py tests" command.

 -- Louis-Philippe VĂ©ronneau <email address hidden>  Sat, 03 Dec 2022 16:03:17 -0500

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-beniget_0.4.1-3.dsc 1.5 KiB 9c30f7104e929cef055519f4cd6dd555939de8029a0ec6388dbf6c941378950f
python-beniget_0.4.1.orig.tar.gz 16.0 KiB d0f1c9de50ae5ba57b8185db0ade2514c0760dbd92bcb02b8d075dfcde15aa15
python-beniget_0.4.1-3.debian.tar.xz 2.6 KiB 6333e189bb6c2705922a73724f46b32a5bb133011a4ed34023b434ee14990828

Available diffs

No changes file available.

Binary packages built by this source

python3-beniget: collection of compile-time Python AST analyzers

 Collection of compile-time analyzers of Python Abstract Syntax Trees
 that can be used as building blocks to write static analyzers or
 compilers:
  * Ancestors: map a node to the list of its enclosing nodes
  * DefUseChains: map a node to the list of definition points in that
    node
  * UseDefChains: map a node to its list of potential definitions
 .
 This package contains the Python 3 version of the library.