ipython/jupyter ebuild: use git instead of master.zip

This commit is contained in:
Florian Tham
2018-01-17 09:20:27 +01:00
parent bf109bff33
commit 44e21fd79e
14 changed files with 21 additions and 42 deletions

View File

@@ -1,16 +1,14 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
inherit distutils-r1
inherit distutils-r1 git-r3
DESCRIPTION="A formatter for Python files"
HOMEPAGE="https://github.com/google/yapf"
SRC_URI="https://github.com/google/yapf/archive/master.zip -> ${P}.zip"
EGIT_REPO_URI="https://github.com/google/yapf.git"
LICENSE="Apache"
SLOT="0"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
S="${WORKDIR}/${PN}-master"