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 C00FE138334 for ; Mon, 18 Jun 2018 22:54:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCFA5E08F0; Mon, 18 Jun 2018 22:54:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC7A2E08F0 for ; Mon, 18 Jun 2018 22:54:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C91CB335C60 for ; Mon, 18 Jun 2018 22:54:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB88C28D for ; Mon, 18 Jun 2018 22:54:22 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1529362369.414fad074eb457efb3766d07aa6b5b5aca746337.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygal/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pygal/pygal-2.4.0.ebuild X-VCS-Directories: dev-python/pygal/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 414fad074eb457efb3766d07aa6b5b5aca746337 X-VCS-Branch: master Date: Mon, 18 Jun 2018 22:54:22 +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: a9c37dbb-f2d4-4a79-9962-94915a1cbd1e X-Archives-Hash: 2b5b840e3d6da34f18704ede38058c96 commit: 414fad074eb457efb3766d07aa6b5b5aca746337 Author: Louis Sautier gentoo org> AuthorDate: Mon Jun 18 22:52:38 2018 +0000 Commit: Louis Sautier gentoo org> CommitDate: Mon Jun 18 22:52:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=414fad07 dev-python/pygal: link to an upstream issue re. pytest-runner Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/pygal/pygal-2.4.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pygal/pygal-2.4.0.ebuild b/dev-python/pygal/pygal-2.4.0.ebuild index 2a15528e4bb..cb453601e91 100644 --- a/dev-python/pygal/pygal-2.4.0.ebuild +++ b/dev-python/pygal/pygal-2.4.0.ebuild @@ -39,6 +39,7 @@ DOCS=( docs/changelog.rst README.md ) python_prepare_all() { sed -i "/sphinx.ext.intersphinx/d" docs/conf.py || die # Not actually required unless we want to do setup.py test + # https://github.com/Kozea/pygal/issues/430 sed -i "s/'pytest-runner'\(,\)\?//" setup.py || die distutils-r1_python_prepare_all }