From 4f878939d7495e9ab50e034ab262f6e25b7fe652 Mon Sep 17 00:00:00 2001 From: Nicolas Bock Date: Mon, 12 Dec 2016 16:36:07 -0700 Subject: [PATCH] dev-vcs/git-spindle: Updated dependencies Package-Manager: portage-2.3.0 --- dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild diff --git a/dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild b/dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild new file mode 100644 index 000000000000..82277c2be56f --- /dev/null +++ b/dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4} ) + +inherit distutils-r1 + +DESCRIPTION="Git subcommands for interacting with central services" +HOMEPAGE="http://seveas.github.io/git-spindle/" +SRC_URI="https://github.com/seveas/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND=" + dev-vcs/git + dev-python/github3[${PYTHON_USEDEP}] + dev-python/docopt[${PYTHON_USEDEP}] + dev-python/whelk[${PYTHON_USEDEP}] + ${PYTHON_DEPS}" +DEPEND=" + ${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" -- 2.26.2