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 E13AA1382C5 for ; Thu, 14 Jan 2021 23:11:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1884DE0837; Thu, 14 Jan 2021 23:11:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 F1EDBE0837 for ; Thu, 14 Jan 2021 23:11:21 +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 81875340EAF for ; Thu, 14 Jan 2021 23:11:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E89E44B for ; Thu, 14 Jan 2021 23:11:18 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1610665869.d707db016087c78a6a39b8f6607f9304e90361ed.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pymol/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/pymol/pymol-2.4.0-r1.ebuild X-VCS-Directories: sci-chemistry/pymol/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d707db016087c78a6a39b8f6607f9304e90361ed X-VCS-Branch: master Date: Thu, 14 Jan 2021 23:11:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7282fae4-e587-40e9-9507-15ca7cb3f36f X-Archives-Hash: adc232af8a7bdb6e2ce9c57d6370c820 commit: d707db016087c78a6a39b8f6607f9304e90361ed Author: Pacho Ramos gentoo org> AuthorDate: Thu Jan 14 23:11:09 2021 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Jan 14 23:11:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d707db01 sci-chemistry/pymol: Ensure proper prepare phase is run and don't drop argparse Thanks-to: Soren Harward Closes: https://bugs.gentoo.org/757798 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Pacho Ramos gentoo.org> sci-chemistry/pymol/pymol-2.4.0-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sci-chemistry/pymol/pymol-2.4.0-r1.ebuild b/sci-chemistry/pymol/pymol-2.4.0-r1.ebuild index 540097824ec..a21a210f478 100644 --- a/sci-chemistry/pymol/pymol-2.4.0-r1.ebuild +++ b/sci-chemistry/pymol/pymol-2.4.0-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_USE_SETUPTOOLS=no -inherit distutils-r1 desktop optfeature flag-o-matic xdg +inherit desktop optfeature flag-o-matic xdg distutils-r1 DESCRIPTION="A Python-extensible molecular graphics system" HOMEPAGE="https://www.pymol.org/" @@ -50,7 +50,6 @@ python_prepare_all() { sed \ -e "s:\"/usr:\"${EPREFIX}/usr:g" \ -e "/ext_comp_args.*+=/s:\[.*\]$:\[\]:g" \ - -e "/import/s:argparse:argparseX:g" \ -i setup.py || die sed \