Files
overlay/dev-python/yapf/yapf-9999.ebuild
2018-01-17 09:20:27 +01:00

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}]"