gpo.zugaina.org

Search Portage & Overlays:

dev-python/tox-venv

Tox plugin using Python 3 venvs for Python 3 test environments

Screenshots

  • tox-venv-9999
    python_targets_pypy3 python_targets_python3_8 python_targets_python3_9

    View      Download      Browse     License: BSD   
    Overlay: raiagent
  • tox-venv-0.4.0
    ~amd64 ~x86
    python_targets_pypy3 python_targets_python3_8 python_targets_python3_9

    View      Download      Browse     License: BSD   
    Overlay: raiagent

ChangeLog

commit d29227d9fbb97f0d26b03035d5e1c7b9f403271a
Author: leycec <leycec@gmail.com>
Date: Tue Sep 29 14:43:39 2020 -0400

Python 3.9 support.

This commit adds provisional support for Python 3.9 to all
Python-centric ebuilds currently supporting Python 3.6 through 3.8.
Unrelatedly, this commit both removes all obsolete BETSEE ebuilds and
adds support for PyPy3 to both BETSE and BETSEE ebuilds.

commit b0dba311b5eae247ce79c9596bbb43ed4f0ed1a2
Author: leycec <leycec@gmail.com>
Date: Wed Feb 26 01:27:23 2020 -0500

dev-python/*: Python 2.7 removal.

This commit removes most Python 2.7 support from Python-centric
packages, excluding high-profile packages (e.g., Powerline) for which
end users typically still expect or require such support. Unrelatedly,
this commit also restores symlinks accidentally flattened by a prior
commit (whose SHA-1 shall remain nameless).

commit 7b32e2d7975a5a20737ae8b38cc089bcaf643148
Author: leycec <leycec@gmail.com>
Date: Fri Jan 24 01:14:11 2020 -0500

dev-python/*: $ sanitized.

This commit sanitizes the $ global required by all Python
ebuilds by removing references to obsolete Python interpreters.

commit 6a43c905624f32705530f4ea695aa091adba77f0
Author: leycec <leycec@gmail.com>
Date: Fri Nov 15 23:52:44 2019 -0500

dev-python/*: Python 3.8 supported.

This commit adds Python 3.8 support to all existing "dev-python"
packages in this repository under the generally safe assumption that all
packages already supporting Python 3.7 will also support Python 3.8.
Packages failing to do so will, of course, be reverted as needed.

commit ed489b45d97fa28f8e5b6deff193dafa3fc6486d
Author: leycec <leycec@gmail.com>
Date: Fri Nov 15 23:46:29 2019 -0500

dev-python/tox-venv: 0.4.0 added.

This commit adds both the most recent stable and live releases of
"tox-venv", a "tox" plugin replacing usage of the non-standard
"virtualenv" package with the standard "venv" package.