pkgsrc/devel/py-tox/PLIST
adam 3a936912ea py-tox: updated to 3.12.1
v3.12.1:

Bugfixes
- Ensure TOX_WORK_DIR is a native string in os.environ
- Fix import and usage of winreg for python2.7 on windows
- Fix Windows selects incorrect spec on first discovery


v3.12.0:

Bugfixes

- When using --parallel with --result-json the test results are now included the same way as with serial runs
- Turns out the output of the py -0p is not stable yet and varies depending on various edge cases. Instead now we read the interpreter values directly from registry via PEP-514

Features
- Adding TOX_PARALLEL_NO_SPINNER environment variable to disable the spinner in parallel mode for the purposes of clean output when using CI tools
2019-05-29 19:56:50 +00:00

168 lines
6.2 KiB
Text

@comment $NetBSD: PLIST,v 1.9 2019/05/29 19:56:50 adam Exp $
bin/tox-${PYVERSSUFFIX}
bin/tox-quickstart-${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}/tox/__init__.py
${PYSITELIB}/tox/__init__.pyc
${PYSITELIB}/tox/__init__.pyo
${PYSITELIB}/tox/__main__.py
${PYSITELIB}/tox/__main__.pyc
${PYSITELIB}/tox/__main__.pyo
${PYSITELIB}/tox/_pytestplugin.py
${PYSITELIB}/tox/_pytestplugin.pyc
${PYSITELIB}/tox/_pytestplugin.pyo
${PYSITELIB}/tox/_quickstart.py
${PYSITELIB}/tox/_quickstart.pyc
${PYSITELIB}/tox/_quickstart.pyo
${PYSITELIB}/tox/action.py
${PYSITELIB}/tox/action.pyc
${PYSITELIB}/tox/action.pyo
${PYSITELIB}/tox/cli.py
${PYSITELIB}/tox/cli.pyc
${PYSITELIB}/tox/cli.pyo
${PYSITELIB}/tox/config/__init__.py
${PYSITELIB}/tox/config/__init__.pyc
${PYSITELIB}/tox/config/__init__.pyo
${PYSITELIB}/tox/config/parallel.py
${PYSITELIB}/tox/config/parallel.pyc
${PYSITELIB}/tox/config/parallel.pyo
${PYSITELIB}/tox/config/reporter.py
${PYSITELIB}/tox/config/reporter.pyc
${PYSITELIB}/tox/config/reporter.pyo
${PYSITELIB}/tox/constants.py
${PYSITELIB}/tox/constants.pyc
${PYSITELIB}/tox/constants.pyo
${PYSITELIB}/tox/exception.py
${PYSITELIB}/tox/exception.pyc
${PYSITELIB}/tox/exception.pyo
${PYSITELIB}/tox/helper/__init__.py
${PYSITELIB}/tox/helper/__init__.pyc
${PYSITELIB}/tox/helper/__init__.pyo
${PYSITELIB}/tox/helper/build_isolated.py
${PYSITELIB}/tox/helper/build_isolated.pyc
${PYSITELIB}/tox/helper/build_isolated.pyo
${PYSITELIB}/tox/helper/build_requires.py
${PYSITELIB}/tox/helper/build_requires.pyc
${PYSITELIB}/tox/helper/build_requires.pyo
${PYSITELIB}/tox/helper/get_site_package_dir.py
${PYSITELIB}/tox/helper/get_site_package_dir.pyc
${PYSITELIB}/tox/helper/get_site_package_dir.pyo
${PYSITELIB}/tox/helper/get_version.py
${PYSITELIB}/tox/helper/get_version.pyc
${PYSITELIB}/tox/helper/get_version.pyo
${PYSITELIB}/tox/hookspecs.py
${PYSITELIB}/tox/hookspecs.pyc
${PYSITELIB}/tox/hookspecs.pyo
${PYSITELIB}/tox/interpreters/__init__.py
${PYSITELIB}/tox/interpreters/__init__.pyc
${PYSITELIB}/tox/interpreters/__init__.pyo
${PYSITELIB}/tox/interpreters/py_spec.py
${PYSITELIB}/tox/interpreters/py_spec.pyc
${PYSITELIB}/tox/interpreters/py_spec.pyo
${PYSITELIB}/tox/interpreters/unix.py
${PYSITELIB}/tox/interpreters/unix.pyc
${PYSITELIB}/tox/interpreters/unix.pyo
${PYSITELIB}/tox/interpreters/via_path.py
${PYSITELIB}/tox/interpreters/via_path.pyc
${PYSITELIB}/tox/interpreters/via_path.pyo
${PYSITELIB}/tox/interpreters/windows/__init__.py
${PYSITELIB}/tox/interpreters/windows/__init__.pyc
${PYSITELIB}/tox/interpreters/windows/__init__.pyo
${PYSITELIB}/tox/interpreters/windows/pep514.py
${PYSITELIB}/tox/interpreters/windows/pep514.pyc
${PYSITELIB}/tox/interpreters/windows/pep514.pyo
${PYSITELIB}/tox/logs/__init__.py
${PYSITELIB}/tox/logs/__init__.pyc
${PYSITELIB}/tox/logs/__init__.pyo
${PYSITELIB}/tox/logs/command.py
${PYSITELIB}/tox/logs/command.pyc
${PYSITELIB}/tox/logs/command.pyo
${PYSITELIB}/tox/logs/env.py
${PYSITELIB}/tox/logs/env.pyc
${PYSITELIB}/tox/logs/env.pyo
${PYSITELIB}/tox/logs/result.py
${PYSITELIB}/tox/logs/result.pyc
${PYSITELIB}/tox/logs/result.pyo
${PYSITELIB}/tox/package/__init__.py
${PYSITELIB}/tox/package/__init__.pyc
${PYSITELIB}/tox/package/__init__.pyo
${PYSITELIB}/tox/package/builder/__init__.py
${PYSITELIB}/tox/package/builder/__init__.pyc
${PYSITELIB}/tox/package/builder/__init__.pyo
${PYSITELIB}/tox/package/builder/isolated.py
${PYSITELIB}/tox/package/builder/isolated.pyc
${PYSITELIB}/tox/package/builder/isolated.pyo
${PYSITELIB}/tox/package/builder/legacy.py
${PYSITELIB}/tox/package/builder/legacy.pyc
${PYSITELIB}/tox/package/builder/legacy.pyo
${PYSITELIB}/tox/package/local.py
${PYSITELIB}/tox/package/local.pyc
${PYSITELIB}/tox/package/local.pyo
${PYSITELIB}/tox/package/view.py
${PYSITELIB}/tox/package/view.pyc
${PYSITELIB}/tox/package/view.pyo
${PYSITELIB}/tox/reporter.py
${PYSITELIB}/tox/reporter.pyc
${PYSITELIB}/tox/reporter.pyo
${PYSITELIB}/tox/session/__init__.py
${PYSITELIB}/tox/session/__init__.pyc
${PYSITELIB}/tox/session/__init__.pyo
${PYSITELIB}/tox/session/commands/__init__.py
${PYSITELIB}/tox/session/commands/__init__.pyc
${PYSITELIB}/tox/session/commands/__init__.pyo
${PYSITELIB}/tox/session/commands/help.py
${PYSITELIB}/tox/session/commands/help.pyc
${PYSITELIB}/tox/session/commands/help.pyo
${PYSITELIB}/tox/session/commands/help_ini.py
${PYSITELIB}/tox/session/commands/help_ini.pyc
${PYSITELIB}/tox/session/commands/help_ini.pyo
${PYSITELIB}/tox/session/commands/provision.py
${PYSITELIB}/tox/session/commands/provision.pyc
${PYSITELIB}/tox/session/commands/provision.pyo
${PYSITELIB}/tox/session/commands/run/__init__.py
${PYSITELIB}/tox/session/commands/run/__init__.pyc
${PYSITELIB}/tox/session/commands/run/__init__.pyo
${PYSITELIB}/tox/session/commands/run/parallel.py
${PYSITELIB}/tox/session/commands/run/parallel.pyc
${PYSITELIB}/tox/session/commands/run/parallel.pyo
${PYSITELIB}/tox/session/commands/run/sequential.py
${PYSITELIB}/tox/session/commands/run/sequential.pyc
${PYSITELIB}/tox/session/commands/run/sequential.pyo
${PYSITELIB}/tox/session/commands/show_config.py
${PYSITELIB}/tox/session/commands/show_config.pyc
${PYSITELIB}/tox/session/commands/show_config.pyo
${PYSITELIB}/tox/session/commands/show_env.py
${PYSITELIB}/tox/session/commands/show_env.pyc
${PYSITELIB}/tox/session/commands/show_env.pyo
${PYSITELIB}/tox/util/__init__.py
${PYSITELIB}/tox/util/__init__.pyc
${PYSITELIB}/tox/util/__init__.pyo
${PYSITELIB}/tox/util/graph.py
${PYSITELIB}/tox/util/graph.pyc
${PYSITELIB}/tox/util/graph.pyo
${PYSITELIB}/tox/util/lock.py
${PYSITELIB}/tox/util/lock.pyc
${PYSITELIB}/tox/util/lock.pyo
${PYSITELIB}/tox/util/main.py
${PYSITELIB}/tox/util/main.pyc
${PYSITELIB}/tox/util/main.pyo
${PYSITELIB}/tox/util/path.py
${PYSITELIB}/tox/util/path.pyc
${PYSITELIB}/tox/util/path.pyo
${PYSITELIB}/tox/util/spinner.py
${PYSITELIB}/tox/util/spinner.pyc
${PYSITELIB}/tox/util/spinner.pyo
${PYSITELIB}/tox/util/stdlib.py
${PYSITELIB}/tox/util/stdlib.pyc
${PYSITELIB}/tox/util/stdlib.pyo
${PYSITELIB}/tox/venv.py
${PYSITELIB}/tox/venv.pyc
${PYSITELIB}/tox/venv.pyo
${PYSITELIB}/tox/version.py
${PYSITELIB}/tox/version.pyc
${PYSITELIB}/tox/version.pyo