summaryrefslogtreecommitdiff
path: root/devel/py-modulegraph
AgeCommit message (Collapse)AuthorFilesLines
2014-05-03Add ALTERNATIVES for moved bin/${BINARY} to bin/${BINARY}${PYVERSSUFFIX}.rodent1-0/+1
2014-05-03Updated to latest release, 0.11.1. From doc/changelog.rst:rodent2-7/+6
* Issue #145: Don't exclude the platform specific 'path' modules (like ntpath)
2014-02-10Use PYVERSUFFIX in PLIST to allow parallel installation of this package forrodent2-3/+10
different python versions. Bump PKGREVISION.
2014-02-09Import py27-modulegraph-0.11 as devel/py-modulegraph.rodent4-0/+58
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.