./devel/py-modulegraph, Python module dependency analysis tool

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.19.6, Package name: py311-modulegraph-0.19.6, Maintainer: pkgsrc-users

modulegraph determines a dependency graph between Python modules primarily by
bytecode analysis for import statements.

modulegraph uses similar methods to modulefinder from the standard library, but
uses a more flexible internal representation, has more extensive knowledge of
special cases, and is extensible.


Required to run:
[devel/py-setuptools] [graphics/py-altgraph] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 86.079 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-01 18:09:39 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-modulegraph: updated to 0.19.6

Version 0.19.6
--------------

* Actually introduce Python 3.12 support

  Previous support was tested on an installation that previously
  had an early alpha installed without cleaning up, resulting in
  failing to remove all use of the ``imp`` module.
   2023-06-15 12:45:12 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-modulegraph: updated to 0.19.5

0.19.5
------
* Sigh.. Actually fix 2.7 support

0.19.4
------
* Fix broken python 2.7 support
* Initial support for Python 3.12
  The changes to support Python 3.12 are a bit rough,
  tests pass but I'm not 100% convinced the changes
  are correct.
   2022-10-31 09:12:17 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-modulegraph: not for Python 2.7
   2022-10-25 11:26:09 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-modulegraph: updated to 0.19.3

0.19.3
* Fix incompatibility with Python 3.11
   2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289)
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag

This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-11 19:42:25 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-modulegraph: updated to 0.19.2

v0.19.2
Tweak package metadata

v0.19.1
Minor tweaks for Python 3.10 support

v1.19
Minor tweak
- Set correct version number
- Fix a some test failures (mostly due to my setup)
- Fix flake8 warning
- Change tox.ini to match my machine w.r.t. python versions
- Change tox.ini invocation of isort