dev-python/pytox - 9999 (mva)

Search

Install

Install this version:

emerge -a =dev-python/pytox-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/pytox-9999

Or alternatively:

emerge --autounmask-write -a =dev-python/pytox-9999

Package Information

Description:
Python bindings for the Tox library
Homepage:
https://github.com/aitjcize/PyTox
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
9999 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8
PYTHON_COMPAT=( python3_{12..15} )

DISTUTILS_USE_PEP517="setuptools"

inherit distutils-r1

if [[ ${PV} == "9999" ]] ; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/aitjcize/PyTox.git"
else
	SRC_URI="https://github.com/aitjcize/PyTox/archive/${PV}.tar.gz"
	KEYWORDS="~amd64 ~x86"
fi

DESCRIPTION="Python bindings for the Tox library"
HOMEPAGE="https://github.com/aitjcize/PyTox"
LICENSE="GPL-2"
SLOT="0"

RDEPEND="net-libs/tox"
DEPEND="${RDEPEND}"

Inherited Eclasses

Dependencies

DEPEND

net-libs/tox

RDEPEND

net-libs/tox