dev-python/cflib - 0.1.3 (booboo)

Search

Install

Install this version:

emerge -a =dev-python/cflib-0.1.3

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

autounmask =dev-python/cflib-0.1.3

Or alternatively:

emerge --autounmask-write -a =dev-python/cflib-0.1.3

Package Information

Description:
A simple wrapper around optparse for powerful command line utilities.
Homepage:
https://pypi.python.org/pypi/cflib
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.1.3 8 ~x86 ~amd64 0
View Raw Ebuild
# 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
}

Inherited Eclasses

Dependencies

DEPEND

dev-python/setuptools[]
	>=dev-python/pyusb-1.0.0_beta2[]

RDEPEND

dev-python/setuptools[]
	>=dev-python/pyusb-1.0.0_beta2[]