add dev-python/yapf
This commit is contained in:
17
dev-python/yapf/yapf-9999.ebuild
Normal file
17
dev-python/yapf/yapf-9999.ebuild
Normal file
@@ -0,0 +1,17 @@
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A formatter for Python files"
|
||||
HOMEPAGE="https://github.com/google/yapf"
|
||||
SRC_URI="https://github.com/google/yapf/archive/master.zip -> ${P}.zip"
|
||||
|
||||
LICENSE="Apache"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
RDEPEND="dev-python/jupyter_core"
|
||||
|
||||
S="${WORKDIR}/${PN}-master"
|
||||
Reference in New Issue
Block a user