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 B0E4858974 for ; Thu, 21 Jan 2016 11:43:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F8E021C01B; Thu, 21 Jan 2016 11:43:59 +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 6872721C01B for ; Thu, 21 Jan 2016 11:43:58 +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 A04E1340817 for ; Thu, 21 Jan 2016 11:43:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F412102F for ; Thu, 21 Jan 2016 11:43:53 +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: <1453376627.a9417618de5dcd272259e9ce3876bf25f13f78b8.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/urllib3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/urllib3/urllib3-1.13.1-r1.ebuild X-VCS-Directories: dev-python/urllib3/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a9417618de5dcd272259e9ce3876bf25f13f78b8 X-VCS-Branch: master Date: Thu, 21 Jan 2016 11:43:53 +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: 50ed5a9a-1279-47dd-9347-b8093a8b3bf8 X-Archives-Hash: aff839111434cd0369b921590c465941 commit: a9417618de5dcd272259e9ce3876bf25f13f78b8 Author: Justin Lecher gentoo org> AuthorDate: Thu Jan 21 10:31:35 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Jan 21 11:43:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9417618 dev-python/urllib3: Fix to progressive unbundling Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> dev-python/urllib3/urllib3-1.13.1-r1.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dev-python/urllib3/urllib3-1.13.1-r1.ebuild b/dev-python/urllib3/urllib3-1.13.1-r1.ebuild index f931d36..bc1440a 100644 --- a/dev-python/urllib3/urllib3-1.13.1-r1.ebuild +++ b/dev-python/urllib3/urllib3-1.13.1-r1.ebuild @@ -49,11 +49,6 @@ python_prepare_all() { from six import * EOF - cat > urllib3/contrib/pyopenssl.py <<- EOF - from __future__ import absolute_import - from pyopenssl import * - EOF - rm -r urllib3/packages/ssl_match_hostname || die cat > urllib3/packages/ssl_match_hostname.py <<- EOF from __future__ import absolute_import