From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 09B67139694 for ; Sat, 15 Apr 2017 20:29:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BD4CE081B; Sat, 15 Apr 2017 20:28:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44524E081B for ; Sat, 15 Apr 2017 20:28:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E812334164B for ; Sat, 15 Apr 2017 20:28:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A4837429 for ; Sat, 15 Apr 2017 20:28:56 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1492288119.cec517f26dd6ccdfaa5ceea82510ce552847b78c.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/certbot/certbot-9999.ebuild X-VCS-Directories: app-crypt/certbot/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: cec517f26dd6ccdfaa5ceea82510ce552847b78c X-VCS-Branch: master Date: Sat, 15 Apr 2017 20:28:56 +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: 243146a7-d73c-47cb-853f-e3584d03db88 X-Archives-Hash: 8eb047d53ef18389dce5ca7091acbe51 commit: cec517f26dd6ccdfaa5ceea82510ce552847b78c Author: Manuel Rüger gentoo org> AuthorDate: Sat Apr 15 20:28:39 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Apr 15 20:28:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec517f2 app-crypt/certbot: Sync live ebuild Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-crypt/certbot/certbot-9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild index cd8043d4830..83a75c2e06b 100644 --- a/app-crypt/certbot/certbot-9999.ebuild +++ b/app-crypt/certbot/certbot-9999.ebuild @@ -47,6 +47,11 @@ DEPEND=" dev-python/wheel[${PYTHON_USEDEP}] )" +python_prepare_all() { + sed -i -e "/'argparse',/d" setup.py || die + distutils-r1_python_prepare_all +} + python_test() { nosetests -v ${PN} || die }