Install this version:
emerge -a =dev-python/cflib-0.1.6
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/cflib-0.1.6
Or alternatively:
emerge --autounmask-write -a =dev-python/cflib-0.1.6
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{6..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A simple wrapper around optparse for powerful command line utilities."
HOMEPAGE="https://pypi.python.org/pypi/cflib"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/pyusb-1.0.0_beta2[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
src_prepare() {
rm -rf test
default
}
dev-python/setuptools[] >=dev-python/pyusb-1.0.0_beta2[]
dev-python/setuptools[] >=dev-python/pyusb-1.0.0_beta2[]