15 lines
296 B
Bash
15 lines
296 B
Bash
EAPI=6
|
|
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
|
|
|
|
inherit distutils-r1 git-r3
|
|
|
|
DESCRIPTION="A formatter for Python files"
|
|
HOMEPAGE="https://github.com/google/yapf"
|
|
EGIT_REPO_URI="https://github.com/google/yapf.git"
|
|
|
|
LICENSE="Apache"
|
|
SLOT="0"
|
|
IUSE=""
|
|
|
|
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|