From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AFDAA58974 for ; Fri, 22 Jan 2016 08:03:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E66C21C005; Fri, 22 Jan 2016 08:03:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B720021C005 for ; Fri, 22 Jan 2016 08:03:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B771C34045C for ; Fri, 22 Jan 2016 08:03:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F346B1017 for ; Fri, 22 Jan 2016 08:03:49 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1453449800.2ba9a83a76a7a6aa77655e088226b34042168165.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pip/Manifest dev-python/pip/pip-8.0.0-r1.ebuild dev-python/pip/pip-8.0.2.ebuild X-VCS-Directories: dev-python/pip/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 2ba9a83a76a7a6aa77655e088226b34042168165 X-VCS-Branch: master Date: Fri, 22 Jan 2016 08:03:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 968746b1-1c0a-4628-a127-26457582dea5 X-Archives-Hash: 5ceea0c03ecfb620594c300b9e0ab20a commit: 2ba9a83a76a7a6aa77655e088226b34042168165 Author: Justin Lecher gentoo org> AuthorDate: Fri Jan 22 07:58:09 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Jan 22 08:03:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ba9a83a dev-python/pip: Version Bump Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> dev-python/pip/Manifest | 2 +- dev-python/pip/{pip-8.0.0-r1.ebuild => pip-8.0.2.ebuild} | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-python/pip/Manifest b/dev-python/pip/Manifest index 3a732fa..0c8d191 100644 --- a/dev-python/pip/Manifest +++ b/dev-python/pip/Manifest @@ -1,2 +1,2 @@ DIST pip-7.1.2.tar.gz 1049170 SHA256 ca047986f0528cfa975a14fb9f7f106271d4e0c3fe1ddced6c1db2e7ae57a477 SHA512 78082afe6b559bf87f91ae9b6d304cfbfce00206e09be42fdae9d449a55cd8d968df6873e834191d0b0e6baae29e72eb3eee42386ff7c5dc9c29b6c28b754449 WHIRLPOOL 953fdc9104f3ac34c9104ec93948f58c4b0e193f18da60d3247d801c283c574490f8b91146e4278888c0b920090f537095c1a1693ca352d062dd98473390fdc9 -DIST pip-8.0.0.tar.gz 1129857 SHA256 90112b296152f270cb8dddcd19b7b87488d9e002e8cf622e14c4da9c2f6319b1 SHA512 2277dbe74af2dd3a3280b4115ebdbe2de83a5fbfdd3f15e2627441478bd08f21b46771153100ed9934a48a3662846aa84310f722029e6f56fa9a400dbd61e910 WHIRLPOOL 8f70adb37fdabf91db8c5a9d257daa8a0df0e6c6d8f077f19288033a41bca445427173bb32c4b18019096f2191b3b5d2381124c0e3a664da79bb881a0cf60610 +DIST pip-8.0.2.tar.gz 1130183 SHA256 46f4bd0d8dfd51125a554568d646fe4200a3c2c6c36b9f2d06d2212148439521 SHA512 f2660725da4efa156c6c0f6cb9ba3f10e8b6dd2fc9113e9a8754a59f38ee6161e5a648f9dbcf8853ef85a85d3164bcaac3a7032ac2057e92f331a337cacfc5d9 WHIRLPOOL abc88372746193686910ee127ac3f6f4bb7f3a5d7f897f705c2e43ea91d60c55ed26faf5e6acddd1d7e01772cbff4836195dcf22f9fc9dec30ad8c89986db778 diff --git a/dev-python/pip/pip-8.0.0-r1.ebuild b/dev-python/pip/pip-8.0.2.ebuild similarity index 87% rename from dev-python/pip/pip-8.0.0-r1.ebuild rename to dev-python/pip/pip-8.0.2.ebuild index 228e34c..40a1ecc 100644 --- a/dev-python/pip/pip-8.0.0-r1.ebuild +++ b/dev-python/pip/pip-8.0.2.ebuild @@ -14,8 +14,7 @@ HOMEPAGE="https://pip.pypa.io/ https://pypi.python.org/pypi/pip/ https://github. SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" -# unkeyworded til pip fixes the glaring bug -KEYWORDS="" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" SLOT="0" # Check pip/_vendor/vendor.txt for this @@ -24,7 +23,7 @@ VENDOR_DEPEND=" >=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[${PYTHON_USEDEP}] + >=dev-python/requests-2.9.1-r1[${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}] @@ -34,7 +33,8 @@ VENDOR_DEPEND=" virtual/python-ipaddress[${PYTHON_USEDEP}] " RDEPEND="${VENDOR_DEPEND} - >=dev-python/setuptools-19.4[${PYTHON_USEDEP}] + >=dev-python/setuptools-19.2[${PYTHON_USEDEP}] + !~dev-python/setuptools-19.4 " DEPEND="${RDEPEND}" @@ -43,7 +43,7 @@ RESTRICT="test" PATCHES=( "${FILESDIR}"/${PN}-6.0.2-disable-version-check.patch - "${FILESDIR}"/${P}-unbundle.patch + "${FILESDIR}"/${PN}-8.0.0-unbundle.patch ) python_prepare_all() {