pkgsrc/devel/py-modulegraph/PLIST
adam 921813c054 0.15
Features:

* Issue 39: Traceback with for a syntax error when compiling async function

  On Python 3.5 some (invalid) async function definitions caused a modulegraph
  traceback, instead of adding "InvalidSourceModule" nodes to the graph.

* Issue 40: The graph now contains nodes of type "InvalidRelativeImport" for
  attempts to use relative imports that walk outside of a toplevel
  package.

Bugfixes:
* Issue 38: Dot output broken in Python 3
* Issue 36: Make sure test suite works on systems other than macOS
* Add support for "async def" to the AST scanner, needed to
  properly recognize imports in async function definitions.
2017-07-31 05:18:56 +00:00

27 lines
1 KiB
Text

@comment $NetBSD: PLIST,v 1.5 2017/07/31 05:18:56 adam Exp $
bin/modulegraph${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/${EGG_INFODIR}/zip-safe
${PYSITELIB}/modulegraph/__init__.py
${PYSITELIB}/modulegraph/__init__.pyc
${PYSITELIB}/modulegraph/__init__.pyo
${PYSITELIB}/modulegraph/__main__.py
${PYSITELIB}/modulegraph/__main__.pyc
${PYSITELIB}/modulegraph/__main__.pyo
${PYSITELIB}/modulegraph/find_modules.py
${PYSITELIB}/modulegraph/find_modules.pyc
${PYSITELIB}/modulegraph/find_modules.pyo
${PYSITELIB}/modulegraph/modulegraph.py
${PYSITELIB}/modulegraph/modulegraph.pyc
${PYSITELIB}/modulegraph/modulegraph.pyo
${PYSITELIB}/modulegraph/util.py
${PYSITELIB}/modulegraph/util.pyc
${PYSITELIB}/modulegraph/util.pyo
${PYSITELIB}/modulegraph/zipio.py
${PYSITELIB}/modulegraph/zipio.pyc
${PYSITELIB}/modulegraph/zipio.pyo