From 44cdd7eb8b280e90c369ea2ac5ac3d451357ad9a Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Tue, 26 Jan 2016 15:40:52 +0100 Subject: dev-python/pip: Pin requests ebuild revision Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher --- dev-python/pip/pip-8.0.2-r1.ebuild | 69 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 dev-python/pip/pip-8.0.2-r1.ebuild (limited to 'dev-python/pip/pip-8.0.2-r1.ebuild') diff --git a/dev-python/pip/pip-8.0.2-r1.ebuild b/dev-python/pip/pip-8.0.2-r1.ebuild new file mode 100644 index 00000000000..f594034a97b --- /dev/null +++ b/dev-python/pip/pip-8.0.2-r1.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) +PYTHON_REQ_USE="threads(+)" + +inherit bash-completion-r1 distutils-r1 + +DESCRIPTION="Installs python packages -- replacement for easy_install" +HOMEPAGE="https://pip.pypa.io/ https://pypi.python.org/pypi/pip/ https://github.com/pypa/pip/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +SLOT="0" + +# Check pip/_vendor/vendor.txt for this +VENDOR_DEPEND=" + >=dev-python/distlib-0.2.1[${PYTHON_USEDEP}] + >=dev-python/html5lib-0.9999999[${PYTHON_USEDEP}] + >=dev-python/six-1.9[${PYTHON_USEDEP}] + >=dev-python/colorama-0.3.6[${PYTHON_USEDEP}] + >=dev-python/requests-2.9.1-r2[${PYTHON_USEDEP}] + >=dev-python/CacheControl-0.11.5[${PYTHON_USEDEP}] + >=dev-python/lockfile-0.12.2[${PYTHON_USEDEP}] + >=dev-python/progress-1.2[${PYTHON_USEDEP}] + >=dev-python/packaging-16.0[${PYTHON_USEDEP}] + >=dev-python/retrying-1.3.3[${PYTHON_USEDEP}] + >=dev-python/pyparsing-2.0.7[${PYTHON_USEDEP}] + virtual/python-ipaddress[${PYTHON_USEDEP}] +" +RDEPEND="${VENDOR_DEPEND} + >=dev-python/setuptools-19.2[${PYTHON_USEDEP}] + "${COMPLETION}" || die + newbashcomp "${COMPLETION}" ${PN} + + "${PYTHON}" -m pip completion --zsh > "${COMPLETION}" || die + insinto /usr/share/zsh/site-functions + newins "${COMPLETION}" _pip +} -- cgit v1.2.1