# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="CLI Application Framework for Python" HOMEPAGE="https://builtoncement.com/" SRC_URI="https://github.com/datafolklabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="python2" KEYWORDS="~amd64 ~x86" IUSE="test doc examples" RDEPEND=" dev-python/pystache:python2[${PYTHON_USEDEP}] dev-python/pyyaml:python2[${PYTHON_USEDEP}] dev-python/configobj:python2[${PYTHON_USEDEP}] dev-python/pylibmc:python2[${PYTHON_USEDEP}] dev-python/genshi:python2[${PYTHON_USEDEP}] dev-python/colorlog:python2[${PYTHON_USEDEP}] !