commit:     4f878939d7495e9ab50e034ab262f6e25b7fe652
Author:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 23:36:07 2016 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 17:41:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f878939

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(+)

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 00000000..82277c2
--- /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}]"

Reply via email to